@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700");
/******************* 
Global Styles 
*******************/
@import url(../scss/icons/font-awesome/css/font-awesome.min.css);
@import url(../scss/icons/simple-line-icons/css/simple-line-icons.css);
@import url(../scss/icons/weather-icons/css/weather-icons.min.css);
@import url(../scss/icons/linea-icons/linea.css);
@import url(../scss/icons/themify-icons/themify-icons.css);
@import url(../scss/icons/flag-icon-css/flag-icon.min.css);
@import url(../scss/icons/material-design-iconic-font/css/materialdesignicons.min.css);
@import url(../css/spinners.css);
@import url(../css/animate.css);


* {
  outline: none;
}

body {
  background: #fff;
  font-family: "Montserrat", sans-serif;
  margin: 0;
  overflow-x: hidden;
  color: #67757c;
  font-weight: 300;
}

html {
  position: relative;
  min-height: 100%;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a:hover,
a:focus {
  text-decoration: none;
}

a.link {
  color: #455a64;
}

a.link:hover,
a.link:focus {
  color: #398bf7;
}

.alert-rounded {
  border-radius: 60px;
}

.img-responsive {
  width: 100%;
  height: auto;
  display: inline-block;
}

.img-rounded {
  border-radius: 4px;
}

html body .mdi:before,
html body .mdi-set {
  line-height: initial;
}

/*******************
Headings
*******************/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #455a64;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

h1 {
  line-height: 40px;
  font-size: 36px;
}

h2 {
  line-height: 36px;
  font-size: 24px;
}

h3 {
  line-height: 30px;
  font-size: 21px;
}

h4 {
  line-height: 22px;
  font-size: 18px;
}

h5 {
  line-height: 18px;
  font-size: 16px;
  font-weight: 400;
}

h6 {
  line-height: 16px;
  font-size: 14px;
  font-weight: 400;
}

.display-5 {
  font-size: 3rem;
}

.display-6 {
  font-size: 36px;
}

.box {
  border-radius: 4px;
  padding: 10px;
}

html body .dl {
  display: inline-block;
}

html body .db {
  display: block;
}

.no-wrap td,
.no-wrap th {
  white-space: nowrap;
}

/*******************
Blockquote
*******************/
html body blockquote {
  border-left: 5px solid #398bf7;
  border: 1px solid rgba(120, 130, 140, 0.13);
  padding: 15px;
}

.clear {
  clear: both;
}

ol li {
  margin: 5px 0;
}

/*******************
Paddings
*******************/
html body .p-0 {
  padding: 0px;
}

html body .p-10 {
  padding: 10px;
}

html body .p-20 {
  padding: 20px;
}

html body .p-30 {
  padding: 30px;
}

html body .p-l-0 {
  padding-left: 0px;
}

html body .p-l-10 {
  padding-left: 10px;
}

html body .p-l-20 {
  padding-left: 20px;
}

html body .p-r-0 {
  padding-right: 0px;
}

html body .p-r-10 {
  padding-right: 10px;
}

html body .p-r-20 {
  padding-right: 20px;
}

html body .p-r-30 {
  padding-right: 30px;
}

html body .p-r-40 {
  padding-right: 40px;
}

html body .p-t-0 {
  padding-top: 0px;
}

html body .p-t-10 {
  padding-top: 10px;
}

html body .p-t-20 {
  padding-top: 20px;
}

html body .p-t-30 {
  padding-top: 30px;
}

html body .p-b-0 {
  padding-bottom: 0px;
}

html body .p-b-5 {
  padding-bottom: 5px;
}

html body .p-b-10 {
  padding-bottom: 10px;
}

html body .p-b-20 {
  padding-bottom: 20px;
}

html body .p-b-30 {
  padding-bottom: 30px;
}

html body .p-b-40 {
  padding-bottom: 40px;
}

/*******************
Margin
*******************/
html body .m-0 {
  margin: 0px;
}

html body .m-l-5 {
  margin-left: 5px;
}

html body .m-l-10 {
  margin-left: 10px;
}

html body .m-l-15 {
  margin-left: 15px;
}

html body .m-l-20 {
  margin-left: 20px;
}

html body .m-l-30 {
  margin-left: 30px;
}

html body .m-l-40 {
  margin-left: 40px;
}

html body .m-r-5 {
  margin-right: 5px;
}

html body .m-r-10 {
  margin-right: 10px;
}

html body .m-r-15 {
  margin-right: 15px;
}

html body .m-r-20 {
  margin-right: 20px;
}

html body .m-r-30 {
  margin-right: 30px;
}

html body .m-r-40 {
  margin-right: 40px;
}

html body .m-t-0 {
  margin-top: 0px;
}

html body .m-t-5 {
  margin-top: 5px;
}

html body .m-t-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

html body .m-t-15 {
  margin-top: 15px;
}

html body .m-t-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

html body .m-t-30 {
  margin-top: 30px;
}

html body .m-t-40 {
  margin-top: 40px;
}

html body .m-b-0 {
  margin-bottom: 0px;
}

html body .m-b-5 {
  margin-bottom: 5px;
}

html body .m-b-10 {
  margin-bottom: 10px;
}

html body .m-b-15 {
  margin-bottom: 15px;
}

html body .m-b-20 {
  margin-bottom: 20px;
}

html body .m-b-30 {
  margin-bottom: 30px;
}

html body .m-b-40 {
  margin-bottom: 40px;
}

/*******************
vertical alignment
*******************/
html body .vt {
  vertical-align: top;
}

html body .vm {
  vertical-align: middle;
}

html body .vb {
  vertical-align: bottom;
}

/*******************
Opacity
*******************/
.op-5 {
  opacity: 0.5;
}

.op-3 {
  opacity: 0.3;
}

/*******************
font weight
*******************/
html body .font-bold {
  font-weight: 700;
}

html body .font-normal {
  font-weight: normal;
}

html body .font-light {
  font-weight: 300;
}

html body .font-medium {
  font-weight: 500;
}

html body .font-16 {
  font-size: 16px;
}

html body .font-14 {
  font-size: 14px;
}

html body .font-10 {
  font-size: 10px;
}

html body .font-18 {
  font-size: 18px;
}

html body .font-20 {
  font-size: 20px;
}

/*******************
Border
*******************/
html body .b-0 {
  border: none !important;
}

html body .b-r {
  border-right: 1px solid rgba(120, 130, 140, 0.13);
}

html body .b-l {
  border-left: 1px solid rgba(120, 130, 140, 0.13);
}

html body .b-b {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}

html body .b-t {
  border-top: 1px solid rgba(120, 130, 140, 0.13);
}

html body .b-all {
  border: 1px solid rgba(120, 130, 140, 0.13) !important;
}

/*******************
Thumb size
*******************/
.thumb-sm {
  height: 32px;
  width: 32px;
}

.thumb-md {
  height: 48px;
  width: 48px;
}

.thumb-lg {
  height: 88px;
  width: 88px;
}

.hide {
  display: none;
}

.img-circle {
  border-radius: 100%;
}

.radius {
  border-radius: 4px;
}

/*******************
Text Colors
*******************/
.text-white {
  color: #ffffff !important;
}

.text-danger {
  color: #ef5350 !important;
}

.text-muted {
  color: #99abb4 !important;
}

.text-warning {
  color: #ffb22b !important;
}

.text-success {
  color: #06d79c !important;
}

.text-info {
  color: #398bf7 !important;
}

.text-inverse {
  color: #2f3d4a !important;
}

.text-hip {
  color: #869197;
}

.text-hip:focus,
.text-hip:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  cursor: pointer;
}

html body .text-blue {
  color: #02bec9;
}

html body .text-purple {
  color: #7460ee;
}

html body .text-primary {
  color: #745af2 !important;
}

html body .text-megna {
  color: #56c0d8;
}

html body .text-dark {
  color: #67757c;
}

html body .text-themecolor {
  color: #398bf7;
}

/*******************
Background Colors
*******************/
.bg-primary {
  background-color: #745af2 !important;
}

.bg-success {
  background-color: #06d79c !important;
}

.bg-negative {
  background-color: #2a3e52 !important;
}

.bg-info {
  background-color: #398bf7 !important;
}

.bg-warning {
  background-color: #ffb22b !important;
}

.bg-danger {
  background-color: #ef5350 !important;
}

html body .bg-megna {
  background-color: #56c0d8;
}

html body .bg-theme {
  background-color: #398bf7;
}

html body .bg-inverse {
  background-color: #2f3d4a;
}

html body .bg-purple {
  background-color: #7460ee;
}

html body .bg-light-part {
  background-color: rgba(0, 0, 0, 0.02);
}

html body .bg-light-primary {
  background-color: #f1effd;
}

html body .bg-light-success {
  background-color: #e8fdeb;
}

html body .bg-light-info {
  background-color: #cfecfe;
}

html body .bg-light-extra {
  background-color: #ebf3f5;
}

html body .bg-light-warning {
  background-color: #fff8ec;
}

html body .bg-light-danger {
  background-color: #f9e7eb;
}

html body .bg-light-inverse {
  background-color: #f6f6f6;
}

html body .bg-light {
  background-color: #e9edf2;
}

html body .bg-white {
  background-color: #ffffff;
}

/*******************
Rounds
*******************/
.round {
  line-height: 48px;
  color: #ffffff;
  width: 50px;
  height: 50px;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  border-radius: 100%;
  background: #398bf7;
}

.round img {
  border-radius: 100%;
}

.round-lg {
  line-height: 65px;
  width: 60px;
  height: 60px;
  font-size: 30px;
}

.round.round-info {
  background: #398bf7;
}

.round.round-warning {
  background: #ffb22b;
}

.round.round-danger {
  background: #ef5350;
}

.round.round-success {
  background: #06d79c;
}

.round.round-primary {
  background: #745af2;
}

/*******************
Labels
*******************/
.label {
  padding: 3px 10px;
  line-height: 13px;
  color: #ffffff;
  font-weight: 400;
  border-radius: 4px;
  font-size: 75%;
}

.label-rounded {
  border-radius: 60px;
}

.label-custom {
  background-color: #56c0d8;
}

.label-success {
  background-color: #06d79c;
}

.label-info {
  background-color: #398bf7;
}

.label-warning {
  background-color: #ffb22b;
}

.label-danger {
  background-color: #ef5350;
}

.label-megna {
  background-color: #56c0d8;
}

.label-primary {
  background-color: #745af2;
}

.label-purple {
  background-color: #7460ee;
}

.label-red {
  background-color: #fb3a3a;
}

.label-inverse {
  background-color: #2f3d4a;
}

.label-default {
  background-color: #e9edf2;
}

.label-white {
  background-color: #ffffff;
}

.label-light-success {
  background-color: #e8fdeb;
  color: #06d79c;
  font-weight: 500;
}

.label-light-info {
  background-color: #cfecfe;
  color: #398bf7;
  font-weight: 500;
}

.label-light-warning {
  background-color: #fff8ec;
  color: #ffb22b;
  font-weight: 500;
}

.label-light-danger {
  background-color: #f9e7eb;
  color: #ef5350;
  font-weight: 500;
}

.label-light-megna {
  background-color: #e0f2f4;
  color: #56c0d8;
}

.label-light-primary {
  background-color: #f1effd;
  color: #745af2;
  font-weight: 500;
}

.label-light-inverse {
  background-color: #f6f6f6;
  color: #2f3d4a;
}

.dark-theme .label-light-warning,
.dark-theme .label-light-info,
.dark-theme .label-light-success,
.dark-theme .label-light-danger,
.dark-theme .label-light-primary,
.dark-theme .label-light-megna,
.dark-theme .label-light-inverse {
  background-color: #334155;
}

/*******************
 Badge
******************/
.badge {
  font-weight: 400;
}

.badge-xs {
  font-size: 9px;
}

.badge-xs,
.badge-sm {
  -webkit-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  -o-transform: translate(0, -2px);
  transform: translate(0, -2px);
}

.badge-success {
  background-color: #06d79c;
}

.badge-info {
  background-color: #398bf7;
}

.badge-primary {
  background-color: #745af2;
}

.badge-warning {
  background-color: #ffb22b;
  color: #ffffff;
}

.badge-danger {
  background-color: #ef5350;
}

.badge-purple {
  background-color: #7460ee;
}

.badge-red {
  background-color: #fb3a3a;
}

.badge-inverse {
  background-color: #2f3d4a;
}

/*******************
List-style-none
******************/
ul.list-style-none {
  margin: 0px;
  padding: 0px;
}

ul.list-style-none li {
  list-style: none;
}

ul.list-style-none li a {
  color: #67757c;
  padding: 8px 0px;
  display: block;
  text-decoration: none;
}

ul.list-style-none li a:hover {
  color: #398bf7;
}

/*******************
dropdown-item
******************/
.dropdown-item {
  padding: 8px 1rem;
  color: #67757c;
}

/*******************
Layouts
******************/
.card-no-border .card {
  border: 0px;
  border-radius: 12px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.card-no-border .shadow-none {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.card-outline-danger,
.card-outline-info,
.card-outline-warning,
.card-outline-success,
.card-outline-primary {
  background: #ffffff;
}

.card-fullscreen {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
}

/*******************/
/*single column*/
/*******************/
.single-column .left-sidebar {
  display: none;
}

.single-column .page-wrapper {
  margin-left: 0px;
}

.fix-width {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}

/*
Template Name: Admin Pro Admin
Author: Wrappixel
Email: niravjoshi87@gmail.com
File: scss
*/
/*******************
Main sidebar
******************/
.left-sidebar {
  position: absolute;
  width: 240px;
  height: 100%;
  top: 0px;
  z-index: 20;
  padding-top: 70px;
  background: #fff;
  -webkit-box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
}

.fix-sidebar .left-sidebar {
  position: fixed;
}

/*******************
use profile section
******************/
.sidebar-nav .user-profile>a img {
  width: 30px;
  border-radius: 100%;
  margin-right: 10px;
}

.sidebar-nav .user-profile>ul {
  padding-left: 40px;
}

/*******************
sidebar navigation
******************/
.scroll-sidebar {
  height: calc(100% - 1px);
}

.scroll-sidebar.ps .ps__scrollbar-y-rail {
  left: 2px;
  right: auto;
  background: none;
  width: 6px;
  /* If using `left`, there shouldn't be a `right`. */
}

.collapse.in {
  display: block;
}

.sidebar-nav {
  background: #fff;
  padding: 15px 0 0 0px;
}

.sidebar-nav ul {
  margin: 0px;
  padding: 0px;
}

.sidebar-nav ul li {
  list-style: none;
}

.sidebar-nav ul li a {
  color: #687384;
  padding: 8px 35px 8px 15px;
  display: block;
  font-size: 14px;
  font-weight: 400;
}

.sidebar-nav ul li a.active,
.sidebar-nav ul li a:hover {
  color: #398bf7;
}

.sidebar-nav ul li a.active i,
.sidebar-nav ul li a:hover i {
  color: #398bf7;
}

.sidebar-nav ul li a.active {
  font-weight: 500;
  color: #263238;
}

.sidebar-nav ul li ul {
  padding-left: 28px;
}

.sidebar-nav ul li ul li a {
  padding: 7px 35px 7px 15px;
}

.sidebar-nav ul li ul ul {
  padding-left: 15px;
}

.sidebar-nav ul li.nav-small-cap {
  font-size: 12px;
  margin-bottom: 0px;
  padding: 14px 14px 14px 20px;
  color: #263238;
  font-weight: 500;
}

.sidebar-nav ul li.nav-devider {
  height: 1px;
  background: rgba(120, 130, 140, 0.13);
  display: block;
  margin: 15px 0;
}

.sidebar-nav>ul>li>a i {
  width: 31px;
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  color: #555f6d;
}

.sidebar-nav>ul>li>a .label {
  float: right;
  margin-top: 6px;
}

.sidebar-nav>ul>li>a.active {
  font-weight: 400;
  background: #ffffff;
  color: #26c6da;
}

.sidebar-nav>ul>li {
  margin-bottom: 5px;
}

.sidebar-nav>ul>li.active>a {
  color: #398bf7;
  font-weight: 500;
}

.sidebar-nav>ul>li.active>a i {
  color: #398bf7;
}

.sidebar-nav .waves-effect {
  transition: none;
  -webkit-transition: none;
  -o-transition: none;
}

.sidebar-nav .has-arrow {
  position: relative;
}

.sidebar-nav .has-arrow::after {
  position: absolute;
  content: '';
  width: 7px;
  height: 7px;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: #687384;
  right: 1em;
  -webkit-transform: rotate(135deg) translate(0, -50%);
  -ms-transform: rotate(135deg) translate(0, -50%);
  -o-transform: rotate(135deg) translate(0, -50%);
  transform: rotate(135deg) translate(0, -50%);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  top: 47%;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.sidebar-nav .active>.has-arrow::after,
.sidebar-nav li>.has-arrow.active::after,
.sidebar-nav .has-arrow[aria-expanded="true"]::after {
  -webkit-transform: rotate(-135deg) translate(0, -50%);
  -ms-transform: rotate(-135deg) translate(0, -50%);
  -o-transform: rotate(-135deg) translate(0, -50%);
  top: 45%;
  width: 7px;
  transform: rotate(-135deg) translate(0, -50%);
}

/****************
When click on sidebar toggler and also for tablet
*****************/
@media (min-width: 768px) {
  .mini-sidebar .sidebar-nav #sidebarnav li {
    position: relative;
  }

  .mini-sidebar .sidebar-nav #sidebarnav>li>ul {
    position: absolute;
    left: 70px;
    top: 46px;
    width: 220px;
    padding-bottom: 10px;
    z-index: 1001;
    background: #edf0f5;
    display: none;
    padding-left: 1px;
  }

  .mini-sidebar .user-profile .profile-img {
    width: 45px;
  }

  .mini-sidebar .user-profile .profile-img .setpos {
    top: -35px;
  }

  .mini-sidebar.fix-sidebar .left-sidebar {
    position: fixed;
  }

  .mini-sidebar .sidebar-nav #sidebarnav>li:hover>ul {
    height: auto !important;
    overflow: auto;
  }

  .mini-sidebar .sidebar-nav #sidebarnav>li:hover>ul,
  .mini-sidebar .sidebar-nav #sidebarnav>li:hover>ul.collapse {
    display: block;
  }

  .mini-sidebar .sidebar-nav #sidebarnav>li>a.has-arrow:after {
    display: none;
  }

  .mini-sidebar .left-sidebar {
    width: 70px;
  }

  .mini-sidebar .sidebar-nav #sidebarnav .user-profile>a {
    padding: 12px 20px;
  }

  .mini-sidebar .scroll-sidebar {
    padding-bottom: 0px;
    position: absolute;
  }

  .mini-sidebar .hide-menu,
  .mini-sidebar .nav-small-cap,
  .mini-sidebar .sidebar-footer,
  .mini-sidebar .user-profile .profile-text,
  .mini-sidebar>.label {
    display: none;
  }

  .mini-sidebar .nav-devider {
    width: 70px;
  }

  .mini-sidebar .sidebar-nav {
    background: transparent;
  }

  .mini-sidebar .sidebar-nav #sidebarnav>li>a {
    padding: 12px 24px;
    width: 70px;
  }

  .mini-sidebar .sidebar-nav #sidebarnav>li:hover>a {
    width: 290px;
    background: #edf0f5;
  }

  .mini-sidebar .sidebar-nav #sidebarnav>li:hover>a .hide-menu {
    display: inline;
  }

  .mini-sidebar .sidebar-nav #sidebarnav>li:hover>a .label {
    display: none;
  }
}

@media (max-width: 767px) {
  .mini-sidebar .left-sidebar {
    position: fixed;
  }

  .mini-sidebar .left-sidebar,
  .mini-sidebar .sidebar-footer {
    left: -240px;
  }

  .mini-sidebar.show-sidebar .left-sidebar,
  .mini-sidebar.show-sidebar .sidebar-footer {
    left: 0px;
  }
}

/*
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*/
/*============================================================== 
 For all pages 
 ============================================================== */
#main-wrapper {
  width: 100%;
  overflow: hidden;
}

.boxed #main-wrapper {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
}

.boxed #main-wrapper .sidebar-footer {
  position: absolute;
}

.boxed #main-wrapper .topbar {
  max-width: 1300px;
}

.boxed #main-wrapper .footer {
  display: none;
}

.page-wrapper {
  background: #f4f6f9;
  position: relative;
}

.container-fluid {
  padding: 25px 25px;
}

.card {
  margin-bottom: 0px;
}

.card .card-subtitle {
  font-weight: 300;
  margin-bottom: 15px;
  color: #99abb4;
}

.card .card-title {
  position: relative;
}

/*******************
 Topbar
*******************/
.fix-header .topbar {
  position: fixed;
  width: 100%;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
}

.fix-header .page-wrapper {
  padding-top: 70px;
}

.fix-header .right-side-panel {
  top: 70px;
  height: calc(100% - 70px);
}

.topbar {
  position: relative;
  z-index: 50;
}

.topbar .navbar-collapse {
  padding: 0 10px;
}

.topbar .top-navbar {
  min-height: 70px;
  padding: 0px;
}

.topbar .top-navbar .dropdown-toggle::after {
  display: none;
}

.topbar .top-navbar .navbar-header {
  line-height: 55px;
  padding-left: 10px;
}

.topbar .top-navbar .navbar-header .navbar-brand {
  margin-right: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
}

.topbar .top-navbar .navbar-header .navbar-brand .light-logo {
  display: none;
}

.topbar .top-navbar .navbar-header .navbar-brand b {
  line-height: 70px;
  display: inline-block;
}

.topbar .top-navbar .navbar-nav>.nav-item>.nav-link {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 17px;
  line-height: 54px;
}

.topbar .top-navbar .navbar-nav>.nav-item>span {
  line-height: 65px;
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  padding: 0 10px;
}

.topbar .top-navbar .navbar-nav>.nav-item.show {
  background: rgba(0, 0, 0, 0.05);
}

.topbar .profile-pic {
  width: 30px;
  border-radius: 100%;
}

.topbar .dropdown-menu {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
  border-color: rgba(120, 130, 140, 0.13);
}

.topbar .dropdown-menu .dropdown-item {
  padding: 7px 1.5rem;
}

.topbar ul.dropdown-user {
  padding: 0px;
  min-width: 270px;
}

.topbar ul.dropdown-user li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.topbar ul.dropdown-user li.divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: rgba(120, 130, 140, 0.13);
}

.topbar ul.dropdown-user li .dw-user-box {
  padding: 10px 15px;
}

.topbar ul.dropdown-user li .dw-user-box .u-img {
  width: 70px;
  display: inline-block;
  vertical-align: top;
}

.topbar ul.dropdown-user li .dw-user-box .u-img img {
  width: 100%;
  border-radius: 5px;
}

.topbar ul.dropdown-user li .dw-user-box .u-text {
  display: inline-block;
  padding-left: 10px;
}

.topbar ul.dropdown-user li .dw-user-box .u-text h4 {
  margin: 0px;
  font-size: 15px;
}

.topbar ul.dropdown-user li .dw-user-box .u-text p {
  margin-bottom: 2px;
  font-size: 12px;
}

.topbar ul.dropdown-user li .dw-user-box .u-text .btn {
  color: #ffffff;
  padding: 5px 10px;
  display: inline-block;
}

.topbar ul.dropdown-user li .dw-user-box .u-text .btn:hover {
  background: #e6294b;
}

.topbar ul.dropdown-user li a {
  padding: 9px 15px;
  display: block;
  color: #67757c;
}

.topbar ul.dropdown-user li a:hover {
  background: #e9edf2;
  color: #398bf7;
  text-decoration: none;
}

/* Estilo específico para el último elemento (Cerrar Sesión) */
.topbar ul.dropdown-user li:last-child a:hover {
  background: #fff5f5;
  /* Un fondo rojo muy suave */
  color: #d9534f;
  /* Rojo Bootstrap o similar */

}

.search-box .app-search {
  position: absolute;
  margin: 0px;
  display: block;
  z-index: 110;
  width: 100%;
  top: -1px;
  -webkit-box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0px;
}

.search-box .app-search input {
  width: 100.5%;
  padding: 25px 40px 25px 20px;
  border-radius: 0px;
  font-size: 17px;
  -webkit-transition: 0.5s ease-in;
  -o-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}

.search-box .app-search input:focus {
  border-color: #ffffff;
}

.search-box .app-search .srh-btn {
  position: absolute;
  top: 23px;
  cursor: pointer;
  background: #ffffff;
  width: 15px;
  height: 15px;
  right: 20px;
  font-size: 14px;
}

.mini-sidebar .top-navbar .navbar-header {
  width: 70px;
  text-align: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-left: 0px;
}

.logo-center .top-navbar .navbar-header {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/*******************
Notify
*******************/
.notify {
  position: relative;
  top: -24px;
  right: -10px;
}

.notify .heartbit {
  position: absolute;
  top: -20px;
  right: -4px;
  height: 25px;
  width: 25px;
  z-index: 10;
  border: 5px solid #ef5350;
  border-radius: 70px;
  -moz-animation: heartbit 1s ease-out;
  -moz-animation-iteration-count: infinite;
  -o-animation: heartbit 1s ease-out;
  -o-animation-iteration-count: infinite;
  -webkit-animation: heartbit 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.notify .point {
  width: 6px;
  height: 6px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #ef5350;
  position: absolute;
  right: 6px;
  top: -10px;
}

@-moz-keyframes heartbit {
  0% {
    -moz-transform: scale(0);
    opacity: 0.0;
  }

  25% {
    -moz-transform: scale(0.1);
    opacity: 0.1;
  }

  50% {
    -moz-transform: scale(0.5);
    opacity: 0.3;
  }

  75% {
    -moz-transform: scale(0.8);
    opacity: 0.5;
  }

  100% {
    -moz-transform: scale(1);
    opacity: 0.0;
  }
}

@-webkit-keyframes heartbit {
  0% {
    -webkit-transform: scale(0);
    opacity: 0.0;
  }

  25% {
    -webkit-transform: scale(0.1);
    opacity: 0.1;
  }

  50% {
    -webkit-transform: scale(0.5);
    opacity: 0.3;
  }

  75% {
    -webkit-transform: scale(0.8);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 0.0;
  }
}

/*******************
 Horizontal-navabar
*******************/
.hdr-nav-bar .navbar {
  background: #ffffff;
  border-top: 1px solid rgba(120, 130, 140, 0.13);
  padding: 0 15px;
}

.hdr-nav-bar .navbar .navbar-nav>li {
  padding: 0 10px;
}

.hdr-nav-bar .navbar .navbar-nav>li>a {
  padding: 25px 5px;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  border-bottom: 2px solid transparent;
}

.hdr-nav-bar .navbar .navbar-nav>li.active>a,
.hdr-nav-bar .navbar .navbar-nav>li:hover>a,
.hdr-nav-bar .navbar .navbar-nav>li>a:focus {
  border-color: #398bf7;
}

.hdr-nav-bar .navbar .navbar-nav .dropdown-toggle:after {
  display: none;
}

.hdr-nav-bar .navbar .navbar-brand {
  padding: 20px 5px;
}

.hdr-nav-bar .navbar .navbar-toggler {
  border: 0px;
  cursor: pointer;
}

.hdr-nav-bar .navbar .custom-select {
  border-radius: 60px;
  font-size: 14px;
  padding: .375rem 40px .375rem 18px;
}

.hdr-nav-bar .navbar .call-to-act {
  padding: 15px 0;
}

/*******************
 Breadcrumb and page title
*******************/
.page-titles {
  background: #f4f6f9;
  margin-bottom: 20px;
  padding: 0px;
}

.page-titles h3 {
  margin-bottom: 0px;
  margin-top: 0px;
}

.page-titles .breadcrumb {
  padding: 0px;
  margin-bottom: 0px;
  background: transparent;
  font-size: 14px;
}

.page-titles .breadcrumb li {
  margin-top: 0px;
  margin-bottom: 0px;
}

.page-titles .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  content: "\e649";
  font-family: themify;
  color: #a6b7bf;
  font-size: 11px;
}

.page-titles .breadcrumb .breadcrumb-item.active {
  color: #99abb4;
}

.p-relative {
  position: relative;
}

.lstick {
  width: 2px;
  background: #398bf7;
  height: 30px;
  margin-left: -20px;
  margin-right: 18px;
  display: inline-block;
  vertical-align: middle;
}

/*******************
 Right side toggle
*******************/
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg);
  }

  to {
    -moz-transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.right-side-toggle {
  position: relative;
}

.right-side-toggle i {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotate;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  animation-name: rotate;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  position: absolute;
  top: 18px;
  left: 18px;
}

.right-sidebar {
  position: fixed;
  right: -240px;
  width: 240px;
  display: none;
  z-index: 1100;
  background: #ffffff;
  top: 0px;
  /*padding-bottom: 20px;*/
  height: 100%;
  -webkit-box-shadow: 5px 1px 40px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 1px 40px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.right-sidebar .rpanel-title {
  display: block;
  padding: 24px 20px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 15px;
  background: #398bf7;
}

.right-sidebar .rpanel-title span {
  float: right;
  cursor: pointer;
  font-size: 11px;
}

.right-sidebar .rpanel-title span:hover {
  color: #ffffff;
}

.right-sidebar .r-panel-body {
  padding: 20px;
}

.right-sidebar .r-panel-body ul {
  margin: 0px;
  padding: 0px;
}

.right-sidebar .r-panel-body ul li {
  list-style: none;
  padding: 5px 0;
}

.shw-rside {
  right: 0px;
  width: 350px;
  display: block;
}

.chatonline img {
  margin-right: 10px;
  float: left;
  width: 30px;
}

.chatonline li a {
  padding: 13px 0;
  float: left;
  width: 100%;
}

.chatonline li a span {
  color: #67757c;
}

.chatonline li a span small {
  display: block;
  font-size: 10px;
}

/*******************
 Right side toggle
*******************/
ul#themecolors {
  display: block;
}

ul#themecolors li {
  display: inline-block;
}

ul#themecolors li:first-child {
  display: block;
}

ul#themecolors li a {
  width: 50px;
  height: 50px;
  display: inline-block;
  margin: 5px;
  color: transparent;
  position: relative;
}

ul#themecolors li a.working:before {
  content: "\f00c";
  font-family: "FontAwesome";
  font-size: 18px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
  text-align: center;
}

.default-theme {
  background: #99abb4;
}

.green-theme {
  background: #06d79c;
}

.yellow-theme {
  background: #ffb22b;
}

.red-theme {
  background: #ef5350;
}

.blue-theme {
  background: #398bf7;
}

.purple-theme {
  background: #7460ee;
}

.megna-theme {
  background: #56c0d8;
}

.default-dark-theme {
  background: #263238;
  /* Old browsers */
  background: -moz-linear-gradient(left, #263238 0%, #263238 23%, #99abb4 23%, #99abb4 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #263238 0%, #263238 23%, #99abb4 23%, #99abb4 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#263238), color-stop(23%, #263238), color-stop(23%, #99abb4), color-stop(99%, #99abb4));
  background: -o-linear-gradient(left, #263238 0%, #263238 23%, #99abb4 23%, #99abb4 99%);
  background: linear-gradient(to right, #263238 0%, #263238 23%, #99abb4 23%, #99abb4 99%);
}

.green-dark-theme {
  background: #263238;
  /* Old browsers */
  background: -moz-linear-gradient(left, #263238 0%, #263238 23%, #06d79c 23%, #06d79c 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #263238 0%, #263238 23%, #00c292 23%, #06d79c 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#263238), color-stop(23%, #263238), color-stop(23%, #06d79c), color-stop(99%, #06d79c));
  background: -webkit-linear-gradient(left, #263238 0%, #263238 23%, #06d79c 23%, #06d79c 99%);
  background: -o-linear-gradient(left, #263238 0%, #263238 23%, #06d79c 23%, #06d79c 99%);
  background: linear-gradient(to right, #263238 0%, #263238 23%, #06d79c 23%, #06d79c 99%);
}

.yellow-dark-theme {
  background: #263238;
  /* Old browsers */
  background: -moz-linear-gradient(left, #263238 0%, #263238 23%, #ef5350 23%, #ef5350 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #263238 0%, #263238 23%, #ef5350 23%, #ef5350 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#263238), color-stop(23%, #263238), color-stop(23%, #ef5350), color-stop(99%, #ef5350));
  background: -o-linear-gradient(left, #263238 0%, #263238 23%, #ef5350 23%, #ef5350 99%);
  background: linear-gradient(to right, #263238 0%, #263238 23%, #ef5350 23%, #ef5350 99%);
}

.blue-dark-theme {
  background: #263238;
  /* Old browsers */
  background: -moz-linear-gradient(left, #263238 0%, #263238 23%, #398bf7 23%, #398bf7 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #263238 0%, #263238 23%, #398bf7 23%, #398bf7 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#263238), color-stop(23%, #263238), color-stop(23%, #398bf7), color-stop(99%, #398bf7));
  background: -o-linear-gradient(left, #263238 0%, #263238 23%, #398bf7 23%, #398bf7 99%);
  background: linear-gradient(to right, #263238 0%, #263238 23%, #398bf7 23%, #398bf7 99%);
}

.purple-dark-theme {
  background: #263238;
  /* Old browsers */
  background: -moz-linear-gradient(left, #263238 0%, #263238 23%, #7460ee 23%, #7460ee 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #263238 0%, #263238 23%, #7460ee 23%, #7460ee 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#263238), color-stop(23%, #263238), color-stop(23%, #7460ee), color-stop(99%, #7460ee));
  background: -o-linear-gradient(left, #263238 0%, #263238 23%, #7460ee 23%, #7460ee 99%);
  background: linear-gradient(to right, #263238 0%, #263238 23%, #7460ee 23%, #7460ee 99%);
}

.megna-dark-theme {
  background: #263238;
  /* Old browsers */
  background: -moz-linear-gradient(left, #263238 0%, #263238 23%, #56c0d8 23%, #56c0d8 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #263238 0%, #263238 23%, #56c0d8 23%, #56c0d8 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#263238), color-stop(23%, #263238), color-stop(23%, #56c0d8), color-stop(99%, #56c0d8));
  background: -o-linear-gradient(left, #263238 0%, #263238 23%, #56c0d8 23%, #56c0d8 99%);
  background: linear-gradient(to right, #263238 0%, #263238 23%, #56c0d8 23%, #56c0d8 99%);
}

.red-dark-theme {
  background: #263238;
  /* Old browsers */
  background: -moz-linear-gradient(left, #263238 0%, #263238 23%, #ef5350 23%, #ef5350 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #263238 0%, #263238 23%, #ef5350 23%, #ef5350 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#263238), color-stop(23%, #263238), color-stop(23%, #ef5350), color-stop(99%, #ef5350));
  background: -o-linear-gradient(left, #263238 0%, #263238 23%, #ef5350 23%, #ef5350 99%);
  background: linear-gradient(to right, #263238 0%, #263238 23%, #ef5350 23%, #ef5350 99%);
}

/*******************
 Footer
*******************/
.footer {
  bottom: 0;
  color: #67757c;
  left: 0px;
  padding: 17px 15px;
  position: absolute;
  right: 0;
  border-top: 1px solid rgba(120, 130, 140, 0.13);
  background: #ffffff;
}

/*******************
 scrollbar
*******************/
.slimScrollBar {
  z-index: 10 !important;
}

/*******************
Megamenu
******************/
.mega-dropdown {
  position: static;
  width: 100%;
}

.mega-dropdown .dropdown-menu {
  width: 100%;
  padding: 30px;
  margin-top: 0px;
}

.mega-dropdown ul {
  padding: 0px;
}

.mega-dropdown ul li {
  list-style: none;
}

.mega-dropdown .carousel-item .container {
  padding: 0px;
}

.mega-dropdown .nav-accordion .card {
  margin-bottom: 1px;
}

.mega-dropdown .nav-accordion .card-header {
  background: #ffffff;
}

.mega-dropdown .nav-accordion .card-header h5 {
  margin: 0px;
}

.mega-dropdown .nav-accordion .card-header h5 a {
  text-decoration: none;
  color: #67757c;
}

/*******************
Wave Effects
*******************/
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  will-change: opacity, transform;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45);
}

.waves-effect.waves-red .waves-ripple {
  background-color: rgba(244, 67, 54, 0.7);
}

.waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(255, 235, 59, 0.7);
}

.waves-effect.waves-orange .waves-ripple {
  background-color: rgba(255, 152, 0, 0.7);
}

.waves-effect.waves-purple .waves-ripple {
  background-color: rgba(156, 39, 176, 0.7);
}

.waves-effect.waves-green .waves-ripple {
  background-color: rgba(76, 175, 80, 0.7);
}

.waves-effect.waves-teal .waves-ripple {
  background-color: rgba(0, 150, 136, 0.7);
}

html body .waves-notransition {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}

.waves-circle {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none;
}

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}

.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.waves-block {
  display: block;
}

/*******************
List inline
*******************/
ul.list-inline li {
  display: inline-block;
  padding: 0 8px;
}

/*******************
Table td vertical middle
*******************/
.vm.table td,
.vm.table th {
  vertical-align: middle;
}

.no-th-brd.table th {
  border: 0px;
}

.table.no-border tbody td {
  border: 0px;
}

/*******************
Other comon js for all pages
*******************/
.calendar-events {
  padding: 8px 10px;
  border: 1px solid #ffffff;
  cursor: move;
}

.calendar-events:hover {
  border: 1px dashed rgba(120, 130, 140, 0.13);
}

.calendar-events i {
  margin-right: 8px;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive-duo {
  display: block;
  width: 100%;
  overflow: visible !important;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.single-column .left-sidebar {
  display: none;
}

.single-column .page-wrapper {
  margin-left: 0px !important;
}

.profile-tab li a.nav-link,
.customtab li a.nav-link {
  border: 0px;
  padding: 15px 20px;
  color: #67757c;
}

.profile-tab li a.nav-link.active,
.customtab li a.nav-link.active {
  border-bottom: 2px solid #398bf7;
  color: #398bf7;
}

.profile-tab li a.nav-link:hover,
.customtab li a.nav-link:hover {
  color: #398bf7;
}

html body .jqstooltip,
html body .flotTip {
  width: auto !important;
  height: auto !important;
  background: #263238;
  color: #ffffff;
  padding: 5px 10px;
}

body .jqstooltip {
  border-color: transparent;
  border-radius: 60px;
}

/*******************
Notification page Jquery toaster
******************/
.jq-icon-info {
  background-color: #398bf7;
  color: #ffffff;
}

.jq-icon-success {
  background-color: #06d79c;
  color: #ffffff;
}

.jq-icon-error {
  background-color: #ef5350;
  color: #ffffff;
}

.jq-icon-warning {
  background-color: #ffb22b;
  color: #ffffff;
}

/*
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*/
/*******************
Pagination
*******************/
.pagination>li:first-child>a,
.pagination>li:first-child>span {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination>li>a,
.pagination>li>span {
  color: #263238;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
  background-color: #e9edf2;
}

.pagination-split li {
  margin-left: 5px;
  display: inline-block;
  float: left;
}

.pagination-split li:first-child {
  margin-left: 0;
}

.pagination-split li a {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  background-color: #398bf7;
  border-color: #398bf7;
}

.pager li>a,
.pager li>span {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #263238;
}

/*******************
Pagination
******************/
.pagination-circle li.active a {
  background: #06d79c;
}

.pagination-circle li a {
  width: 40px;
  height: 40px;
  background: #e9edf2;
  border: 0px;
  text-align: center;
  border-radius: 100%;
}

.pagination-circle li a:first-child,
.pagination-circle li a:last-child {
  border-radius: 100%;
}

.pagination-circle li a:hover {
  background: #06d79c;
  color: #ffffff;
}

.pagination-circle li.disabled a {
  background: #e9edf2;
  color: rgba(120, 130, 140, 0.13);
}

/*
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*/
/*******************
Buttons
******************/
.btn {
  padding: 7px 12px;
  cursor: pointer;
}

.btn-bottomless-info {
  color: #398bf7;
  background: #ffffff;
}

.btn-bottomless-info:hover {
  background: #d5e6fd;
  border: 1px solid #d5e6fd;
}

.btn-group label {
  color: #ffffff !important;
  margin-bottom: 0px;
}

.btn-group label.btn-secondary {
  color: #67757c !important;
}

.btn-lg {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
}

.btn-md {
  padding: 12px 55px;
  font-size: 16px;
}

.btn-circle {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  padding: 10px;
}

.btn-circle.btn-xs {
  width: 25px;
  height: 25px;
  padding: 3px 5px;
  font-size: 14px;
}

.btn-circle.btn-sm {
  width: 35px;
  height: 35px;
  /*padding: 8px 10px;*/
  font-size: 14px;
}

.btn-circle.btn-sm.btn-back {
  width: 30px;
  height: 30px;
  padding: 2px 5px 1px 5px;
  font-size: 18px;
}

.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 14px 15px;
  font-size: 18px;
  line-height: 23px;
}

.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 14px 15px;
  font-size: 24px;
}

.btn-sm {
  padding: .25rem .5rem;
  font-size: 12px;
}

.btn-xs {
  padding: .25rem .5rem;
  font-size: 10px;
}

.button-list button,
.button-list a {
  margin: 5px 12px 5px 0;
}

.btn-outline {
  color: inherit;
  background-color: transparent;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.btn-rounded {
  border-radius: 60px;
  padding: 7px 18px;
}

.btn-rounded.btn-lg {
  padding: .75rem 1.5rem;
}

.btn-rounded.btn-sm {
  padding: .25rem .5rem;
  font-size: 12px;
}

.btn-rounded.btn-xs {
  padding: .25rem .5rem;
  font-size: 10px;
}

.btn-rounded.btn-md {
  padding: 12px 35px;
  font-size: 16px;
}

.btn-secondary-off,
.btn-secondary-off.disabled {
  -webkit-box-shadow: 0 2px 2px 0 rgba(169, 169, 169, 0.14), 0 3px 1px -2px rgba(169, 169, 169, 0.2), 0 1px 5px 0 rgba(169, 169, 169, 0.12);
  box-shadow: 0 2px 2px 0 rgba(169, 169, 169, 0.14), 0 3px 1px -2px rgba(169, 169, 169, 0.2), 0 1px 5px 0 rgba(169, 169, 169, 0.12);
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  background-color: #67757c;
  color: #ffff;
  border-color: #67757c;
}

.btn-secondary-off:hover,
.btn-secondary-off.disabled:hover {
  -webkit-box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
  box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
  color: #ffffff !important;
}

.btn-secondary-off.active,
.btn-secondary-off:active,
.btn-secondary-off:focus,
.btn-secondary-off.disabled.active,
.btn-secondary-off.disabled:active,
.btn-secondary-off.disabled:focus {
  -webkit-box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
  box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
  color: #ffffff !important;
  background: #263238;
  border-color: #263238;
}

.btn-secondary-off.disabled:hover,
.btn-secondary-off.disabled:focus,
.btn-secondary-off.disabled:active {
  color: #67757c !important;
  background-color: #ffffff;
  border-color: #cccccc;
  cursor: default;
}

/* 1. ESTADO NORMAL */
.btn-secondary {
  background-color: #eaeaea;
  color: #67757c;
  border: 1px solid transparent;
  transition: all 0.2s ease-in;
}

/* 2. HOVER / FOCUS (Solo para botones activos) */
.btn-secondary:hover:not(:disabled),
.btn-secondary:focus:not(:disabled) {
  background-color: #4a5458;
  color: #ffffff !important;
  border-color: #263238;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

/* 3. ESTADO DESACTIVADO (Lógica UX Pura) */
.btn-secondary:disabled,
.btn-secondary.disabled {
  background-color: #f8f9fa !important;
  /* Un gris muy tenue */
  color: #adb5bd !important;
  /* Texto apagado */
  border-color: #e9ecef !important;
  /* Borde casi invisible */
  cursor: not-allowed !important;
  /* El cursor correcto */
  box-shadow: none !important;
  /* Botón plano */
  opacity: 0.65;
  /* Bloquea cualquier interacción */
}

.btn-previews,
.btn-previews.disabled {
  -webkit-box-shadow: 0 2px 2px 0 rgba(169, 169, 169, 0.14), 0 3px 1px -2px rgba(169, 169, 169, 0.2), 0 1px 5px 0 rgba(169, 169, 169, 0.12);
  box-shadow: 0 2px 2px 0 rgba(169, 169, 169, 0.14), 0 3px 1px -2px rgba(169, 169, 169, 0.2), 0 1px 5px 0 rgba(169, 169, 169, 0.12);
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  background-color: #ffffff;
  color: #67757c;
  border-color: #cccccc;
}

.btn-previews:hover,
.btn-previews.disabled:hover {
  -webkit-box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
  box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
  color: #ffffff !important;
}

.btn-previews.active,
.btn-previews:active,
.btn-previews:focus,
.btn-previews.disabled.active,
.btn-previews.disabled:active,
.btn-previews.disabled:focus {
  -webkit-box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
  box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
  color: #ffffff !important;
  background: #263238;
  border-color: #263238;
}

.btn-previews.disabled:hover,
.btn-previews.disabled:focus,
.btn-previews.disabled:active {
  color: #67757c !important;
  background-color: #ffffff;
  border-color: #cccccc;
  cursor: not-allowed;
}

.btn-secondary-transparent,
.btn-secondary-transparent.disabled {
  /*-webkit-box-shadow: 0 2px 2px 0 rgba(169, 169, 169, 0.14), 0 3px 1px -2px rgba(169, 169, 169, 0.2), 0 1px 5px 0 rgba(169, 169, 169, 0.12);
  box-shadow: 0 2px 2px 0 rgba(169, 169, 169, 0.14), 0 3px 1px -2px rgba(169, 169, 169, 0.2), 0 1px 5px 0 rgba(169, 169, 169, 0.12);
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  */
  transition: 0.2s ease-in;
  background-color: #ffffff;
  color: #398bf7;

}

.btn-secondary-transparent:hover {
  color: #398bf7 !important;
  background: #dbe9fb;
}

.btn-secondary-transparent.disabled:hover {
  /*-webkit-box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
  box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
  */
  color: #398bf7 !important;
  background: #dbe9fb;
}

.btn-secondary-transparent.active,
.btn-secondary-transparent:active,
.btn-secondary-transparent:focus,
.btn-secondary-transparent.disabled.active,
.btn-secondary-transparent.disabled:active,
.btn-secondary-transparent.disabled:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #398bf7 !important;
  background: #dbe9fb;
  border-color: none;
}

.btn-dots-transparent,
.btn-dots-transparent.disabled {
  /*-webkit-box-shadow: 0 2px 2px 0 rgba(169, 169, 169, 0.14), 0 3px 1px -2px rgba(169, 169, 169, 0.2), 0 1px 5px 0 rgba(169, 169, 169, 0.12);
  box-shadow: 0 2px 2px 0 rgba(169, 169, 169, 0.14), 0 3px 1px -2px rgba(169, 169, 169, 0.2), 0 1px 5px 0 rgba(169, 169, 169, 0.12);
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  */
  transition: 0.2s ease-in;
  background-color: #ffffff;
  color: #67757c;

}

.btn-dots-transparent:hover {
  color: #323338 !important;
  background: #efeff0;
}

.btn-dots-transparent.disabled:hover {
  /*-webkit-box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
  box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
  */
  color: #323338 !important;
  background: #efeff0;
}

.btn-dots-transparent.active,
.btn-dots-transparent:active,
.btn-dots-transparent:focus,
.btn-dots-transparent.disabled.active,
.btn-dots-transparent.disabled:active,
.btn-dots-transparent.disabled:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #323338 !important;
  background: #efeff0;
  border-color: none;
}

.btn-primary,
.btn-primary.disabled {
  background: #745af2;
  border: 1px solid #745af2;
  -webkit-box-shadow: 0 2px 2px 0 rgba(116, 96, 238, 0.14), 0 3px 1px -2px rgba(116, 96, 238, 0.2), 0 1px 5px 0 rgba(116, 96, 238, 0.12);
  box-shadow: 0 2px 2px 0 rgba(116, 96, 238, 0.14), 0 3px 1px -2px rgba(116, 96, 238, 0.2), 0 1px 5px 0 rgba(116, 96, 238, 0.12);
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.btn-primary:hover,
.btn-primary.disabled:hover {
  background: #745af2;
  -webkit-box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(116, 96, 238, 0.2);
  box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(116, 96, 238, 0.2);
  border: 1px solid #745af2;
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary.disabled.active,
.btn-primary.disabled:active,
.btn-primary.disabled:focus {
  background: #6352ce;
  -webkit-box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(116, 96, 238, 0.2);
  box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(116, 96, 238, 0.2);
  border-color: transparent;
}

.btn-themecolor,
.btn-themecolor.disabled {
  background: #398bf7;
  color: #ffffff;
  border: 1px solid #398bf7;
}

.btn-themecolor:hover,
.btn-themecolor.disabled:hover {
  background: #398bf7;
  opacity: 0.7;
  border: 1px solid #398bf7;
}

.btn-themecolor.active,
.btn-themecolor:active,
.btn-themecolor:focus,
.btn-themecolor.disabled.active,
.btn-themecolor.disabled:active,
.btn-themecolor.disabled:focus {
  background: #028ee1;
}

.btn-arrow {
  border-color: #cccccc;
  background-color: transparent;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.btn-arrow:hover,
.btn-arrow:focus {
  background-color: #f2f2f2;
}

.btn-light-warning {
  color: #ffb22b;
  background-color: transparent;
  transition: all .5s;
  border: 1px solid transparent;
  /* Para evitar saltos al hacer hover */
}

.btn-light-warning:disabled,
.btn-light-warning.disabled {
  color: #b0b0b0 !important;
  /* Un gris más claro para que se vea realmente "apagado" */
  cursor: not-allowed !important;
  background-color: transparent !important;
  opacity: 0.6;

  /* ESTO ES LA CLAVE: Hace que el botón sea "invisible" para el mouse */
  /* Así no saldrá el tooltip ni cambiará el cursor */
  pointer-events: none;

  box-shadow: none;
}

.btn-light-warning:hover:not(:disabled) {
  background: #fff3df;
  border: 1px solid #ffb22b;
  color: #e69b16;
}

body.dark-theme .btn-light-warning:hover,
body.dark-theme .btn-light-warning:focus {
  background-color: #293952;
  border: 1px solid #ffb22b;
}

.btn-light-danger {
  color: #b11121;
  background-color: transparent;
  transition: all .5s;
  border: 1px solid transparent;
  /* Para evitar saltos al hacer hover */
}

.btn-light-danger:disabled,
.btn-light-danger.disabled {
  color: #b0b0b0 !important;
  /* Un gris más claro para que se vea realmente "apagado" */
  cursor: not-allowed !important;
  background-color: transparent !important;
  opacity: 0.6;

  /* ESTO ES LA CLAVE: Hace que el botón sea "invisible" para el mouse */
  /* Así no saldrá el tooltip ni cambiará el cursor */
  pointer-events: none;

  box-shadow: none;
}

.btn-light-danger:hover:not(:disabled) {
  background: #ffe5e5;
  border: 1px solid #b11121;
  color: #b11121;
}

.dark-theme .btn-light-danger {
  color: #e66b78;
}

body.dark-theme .btn-light-danger:hover,
body.dark-theme .btn-light-danger:focus {
  background-color: #293952;
  border: 1px solid #e66b78;
  color: #e66b78;
}

.btn-edit {
  color: #ffb22b;
  background-color: transparent;
  transition: all .5s;
  border: 1px solid transparent;
  /* Para evitar saltos al hacer hover */
}

/* ESTADO DESACTIVADO */
.btn-edit:disabled,
.btn-edit.disabled {
  color: #b0b0b0 !important;
  /* Un gris más claro para que se vea realmente "apagado" */
  cursor: not-allowed !important;
  background-color: transparent !important;
  opacity: 0.6;

  /* ESTO ES LA CLAVE: Hace que el botón sea "invisible" para el mouse */
  /* Así no saldrá el tooltip ni cambiará el cursor */
  pointer-events: none;

  box-shadow: none;
}

.btn-edit:hover:not(:disabled) {
  background: #fff3df;
  border: 1px solid #ffb22b;
  /* Un borde sutil queda mejor en UX */
  color: #e69b16;
}

/* Estado Normal: Discreto pero presente */
.btn-delete {
  color: #6c757d;
  background: transparent;
  transition: all 0.3s ease;
  opacity: 0.8;
}

/* Estado Hover: Solo si NO está deshabilitado */
.btn-delete:not(:disabled):not(.disabled-btn):hover {
  color: #dc3545 !important;
  background-color: #fff5f5;
  opacity: 1;
  transform: scale(1.1);
}

/* Estado Deshabilitado: Forzamos que se vea "muerto" */
.btn-delete:disabled,
.btn-delete.disabled-btn {
  color: #d1d5db !important;
  /* Gris muy claro */
  background-color: transparent !important;
  opacity: 0.5 !important;
  cursor: not-allowed !important;
  transform: none !important;
  /* Evita que crezca al pasar el mouse */
  pointer-events: none;
  /* Evita que reaccione a cualquier evento */
}

/* Clase única para botones deshabilitados en tu tabla */
.btn-icon:disabled,
.btn-icon.disabled,
.btn-icon.disabled-btn {
  color: #b0b0b0 !important;
  /* Gris claro uniforme */
  background-color: transparent !important;
  border-color: transparent !important;
  opacity: 0.5 !important;
  cursor: not-allowed !important;
  transform: none !important;
  /* Anula el crecimiento (scale) */
  pointer-events: none !important;
  /* Evita cualquier interacción */
  box-shadow: none !important;
}

/* Ajuste específico para que el hover no se active si está deshabilitado */
.btn-icon:disabled:hover {
  background: transparent !important;
  color: #ced4da !important;
}

.btn-cancel {
  color: #ef5350;
  background-color: transparent;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.btn-cancel:hover {
  background: #ffd3d2;
  border: 1px solid #ffd3d2;
}

.btn-restore {
  color: #06d79c;
  background-color: transparent;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.btn-restore:hover {
  background: #cefff1;
  border: 1px solid #cefff1;
}

.btn-transparent,
.btn-transparent.disabled {
  /*-webkit-box-shadow: 0 2px 2px 0 rgba(169, 169, 169, 0.14), 0 3px 1px -2px rgba(169, 169, 169, 0.2), 0 1px 5px 0 rgba(169, 169, 169, 0.12);
  box-shadow: 0 2px 2px 0 rgba(169, 169, 169, 0.14), 0 3px 1px -2px rgba(169, 169, 169, 0.2), 0 1px 5px 0 rgba(169, 169, 169, 0.12);
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  */
  transition: 0.2s ease-in;
  background-color: transparent;
  color: #67757c;

}

.btn-transparent:hover {
  color: #323338 !important;
  background: transparent;
}

.btn-transparent.disabled:hover {
  /*-webkit-box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
  box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
  */
  color: #323338 !important;
  background: #efeff0;
}

.btn-transparent.active,
.btn-transparent:active,
.btn-transparent:focus,
.btn-transparent.disabled.active,
.btn-transparent.disabled:active,
.btn-transparent.disabled:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #323338 !important;
  background: transparent;
  border-color: none;
}

.btn-success,
.btn-success.disabled {
  background: #06d79c;
  border: 1px solid #06d79c;
  -webkit-box-shadow: 0 2px 2px 0 rgba(40, 190, 189, 0.14), 0 3px 1px -2px rgba(40, 190, 189, 0.2), 0 1px 5px 0 rgba(40, 190, 189, 0.12);
  box-shadow: 0 2px 2px 0 rgba(40, 190, 189, 0.14), 0 3px 1px -2px rgba(40, 190, 189, 0.2), 0 1px 5px 0 rgba(40, 190, 189, 0.12);
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.btn-success:hover,
.btn-success.disabled:hover {
  background: #06d79c;
  -webkit-box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
  box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
  border: 1px solid #06d79c;
}

.btn-success.active,
.btn-success:active,
.btn-success:focus,
.btn-success.disabled.active,
.btn-success.disabled:active,
.btn-success.disabled:focus {
  background: #04b381;
  -webkit-box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
  box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
  border-color: transparent;
}

.btn-line,
.btn-line.disabled {
  background: #fff;
  color: #398bf7;
  border: 1px solid #398bf7;
  -webkit-box-shadow: 0 2px 2px 0 rgba(66, 165, 245, 0.14), 0 3px 1px -2px rgba(66, 165, 245, 0.2), 0 1px 5px 0 rgba(66, 165, 245, 0.12);
  box-shadow: 0 2px 2px 0 rgba(66, 165, 245, 0.14), 0 3px 1px -2px rgba(66, 165, 245, 0.2), 0 1px 5px 0 rgba(66, 165, 245, 0.12);
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.btn-line:hover,
.btn-line.disabled:hover {
  background: #fff;
  -webkit-box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
  box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
  border: 1px solid #398bf7;
}

.btn-line.active,
.btn-line:active,
.btn-line:focus,
.btn-line.disabled.active,
.btn-line.disabled:active,
.btn-line.disabled:focus {
  background: #028ee1;
  color: #fff;
  -webkit-box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
  box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
  border-color: transparent;
}

.btn-info,
.btn-info.disabled {
  background: #398bf7;
  border: 1px solid #398bf7;
  -webkit-box-shadow: 0 2px 2px 0 rgba(66, 165, 245, 0.14), 0 3px 1px -2px rgba(66, 165, 245, 0.2), 0 1px 5px 0 rgba(66, 165, 245, 0.12);
  box-shadow: 0 2px 2px 0 rgba(66, 165, 245, 0.14), 0 3px 1px -2px rgba(66, 165, 245, 0.2), 0 1px 5px 0 rgba(66, 165, 245, 0.12);
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.btn-info:hover,
.btn-info.disabled:hover {
  background: #398bf7;
  border: 1px solid #398bf7;
  -webkit-box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
  box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
}

.btn-info.active,
.btn-info:active,
.btn-info:focus,
.btn-info.disabled.active,
.btn-info.disabled:active,
.btn-info.disabled:focus {
  background: #028ee1;
  -webkit-box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
  box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
  border-color: transparent;
}

.btn-warning,
.btn-warning.disabled {
  background: #ffb22b;
  color: #ffffff;
  -webkit-box-shadow: 0 2px 2px 0 rgba(248, 194, 0, 0.14), 0 3px 1px -2px rgba(248, 194, 0, 0.2), 0 1px 5px 0 rgba(248, 194, 0, 0.12);
  box-shadow: 0 2px 2px 0 rgba(248, 194, 0, 0.14), 0 3px 1px -2px rgba(248, 194, 0, 0.2), 0 1px 5px 0 rgba(248, 194, 0, 0.12);
  border: 1px solid #ffb22b;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.btn-warning:hover,
.btn-warning.disabled:hover {
  background: #ffb22b;
  color: #ffffff;
  -webkit-box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2);
  box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2);
  border: 1px solid #ffb22b;
}

.btn-warning.active,
.btn-warning:active,
.btn-warning:focus,
.btn-warning.disabled.active,
.btn-warning.disabled:active,
.btn-warning.disabled:focus {
  background: #e9ab2e;
  color: #ffffff;
  -webkit-box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2);
  box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2);
  border-color: transparent;
}

.btn-danger,
.btn-danger.disabled {
  background: #ef5350;
  border: 1px solid #ef5350;
  -webkit-box-shadow: 0 2px 2px 0 rgba(239, 83, 80, 0.14), 0 3px 1px -2px rgba(239, 83, 80, 0.2), 0 1px 5px 0 rgba(239, 83, 80, 0.12);
  box-shadow: 0 2px 2px 0 rgba(239, 83, 80, 0.14), 0 3px 1px -2px rgba(239, 83, 80, 0.2), 0 1px 5px 0 rgba(239, 83, 80, 0.12);
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.btn-danger:hover,
.btn-danger.disabled:hover {
  background: #ef5350;
  -webkit-box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
  box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
  border: 1px solid #ef5350;
}

.btn-danger.active,
.btn-danger:active,
.btn-danger:focus,
.btn-danger.disabled.active,
.btn-danger.disabled:active,
.btn-danger.disabled:focus {
  background: #e6294b;
  -webkit-box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
  box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
  border-color: transparent;
}

.btn-inverse,
.btn-inverse.disabled {
  background: #2f3d4a;
  border: 1px solid #2f3d4a;
  color: #ffffff;
}

.btn-inverse:hover,
.btn-inverse.disabled:hover {
  background: #2f3d4a;
  opacity: 0.7;
  color: #ffffff;
  border: 1px solid #2f3d4a;
}

.btn-inverse.active,
.btn-inverse:active,
.btn-inverse:focus,
.btn-inverse.disabled.active,
.btn-inverse.disabled:active,
.btn-inverse.disabled:focus {
  background: #232a37;
  color: #ffffff;
}

.btn-red,
.btn-red.disabled {
  background: #fb3a3a;
  border: 1px solid #fb3a3a;
  color: #ffffff;
}

.btn-red:hover,
.btn-red.disabled:hover {
  opacity: 0.7;
  border: 1px solid #fb3a3a;
  background: #fb3a3a;
}

.btn-red.active,
.btn-red:active,
.btn-red:focus,
.btn-red.disabled.active,
.btn-red.disabled:active,
.btn-red.disabled:focus {
  background: #e6294b;
}

.btn-outline-secondary {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 2px 0 rgba(169, 169, 169, 0.14), 0 3px 1px -2px rgba(169, 169, 169, 0.2), 0 1px 5px 0 rgba(169, 169, 169, 0.12);
  box-shadow: 0 2px 2px 0 rgba(169, 169, 169, 0.14), 0 3px 1px -2px rgba(169, 169, 169, 0.2), 0 1px 5px 0 rgba(169, 169, 169, 0.12);
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  border-color: #cccccc;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  -webkit-box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
  box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
}

.btn-outline-secondary.active,
.btn-outline-secondary:active,
.btn-outline-secondary:focus {
  -webkit-box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
  box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
}

.btn-outline-primary {
  color: #745af2;
  background-color: #ffffff;
  border-color: #745af2;
  -webkit-box-shadow: 0 2px 2px 0 rgba(116, 96, 238, 0.14), 0 3px 1px -2px rgba(116, 96, 238, 0.2), 0 1px 5px 0 rgba(116, 96, 238, 0.12);
  box-shadow: 0 2px 2px 0 rgba(116, 96, 238, 0.14), 0 3px 1px -2px rgba(116, 96, 238, 0.2), 0 1px 5px 0 rgba(116, 96, 238, 0.12);
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  background: #745af2;
  -webkit-box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(116, 96, 238, 0.2);
  box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(116, 96, 238, 0.2);
  color: #ffffff;
  border-color: #745af2;
}

.btn-outline-primary.active,
.btn-outline-primary:active,
.btn-outline-primary:focus {
  -webkit-box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(116, 96, 238, 0.2);
  box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(116, 96, 238, 0.2);
  background-color: #6352ce;
  border-color: #6352ce;
}

.btn-outline-success {
  color: #06d79c;
  background-color: transparent;
  border-color: #06d79c;
  -webkit-box-shadow: 0 2px 2px 0 rgba(40, 190, 189, 0.14), 0 3px 1px -2px rgba(40, 190, 189, 0.2), 0 1px 5px 0 rgba(40, 190, 189, 0.12);
  box-shadow: 0 2px 2px 0 rgba(40, 190, 189, 0.14), 0 3px 1px -2px rgba(40, 190, 189, 0.2), 0 1px 5px 0 rgba(40, 190, 189, 0.12);
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success.focus {
  background: #06d79c;
  border-color: #06d79c;
  color: #ffffff;
  -webkit-box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
  box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
}

.btn-outline-success.active,
.btn-outline-success:active,
.btn-outline-success:focus {
  -webkit-box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
  box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
  background-color: #04b381;
  border-color: #04b381;
}

.btn-outline-info {
  color: #398bf7;
  background-color: transparent;
  border-color: #398bf7;
  -webkit-box-shadow: 0 2px 2px 0 rgba(66, 165, 245, 0.14), 0 3px 1px -2px rgba(66, 165, 245, 0.2), 0 1px 5px 0 rgba(66, 165, 245, 0.12);
  box-shadow: 0 2px 2px 0 rgba(66, 165, 245, 0.14), 0 3px 1px -2px rgba(66, 165, 245, 0.2), 0 1px 5px 0 rgba(66, 165, 245, 0.12);
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.btn-outline-info:hover,
.btn-outline-info:focus,
.btn-outline-info.focus {
  background: #398bf7;
  border-color: #398bf7;
  color: #ffffff;
  -webkit-box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
  box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
}

.btn-outline-info.active,
.btn-outline-info:active,
.btn-outline-info:focus {
  -webkit-box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
  box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
  background-color: #028ee1;
  border-color: #028ee1;
}

.btn-outline-warning {
  color: #ffb22b;
  background-color: transparent;
  border-color: #ffb22b;
  -webkit-box-shadow: 0 2px 2px 0 rgba(248, 194, 0, 0.14), 0 3px 1px -2px rgba(248, 194, 0, 0.2), 0 1px 5px 0 rgba(248, 194, 0, 0.12);
  box-shadow: 0 2px 2px 0 rgba(248, 194, 0, 0.14), 0 3px 1px -2px rgba(248, 194, 0, 0.2), 0 1px 5px 0 rgba(248, 194, 0, 0.12);
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.btn-outline-warning:hover,
.btn-outline-warning:focus,
.btn-outline-warning.focus {
  background: #ffb22b;
  border-color: #ffb22b;
  color: #ffffff;
  -webkit-box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2);
  box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2);
}

.btn-outline-warning.active,
.btn-outline-warning:active,
.btn-outline-warning:focus {
  -webkit-box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2);
  box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2);
  background-color: #e9ab2e;
  border-color: #e9ab2e;
}

.btn-outline-danger {
  color: #ef5350;
  background-color: transparent;
  border-color: #ef5350;
  position: relative;
  -webkit-box-shadow: 0 2px 2px 0 rgba(239, 83, 80, 0.14), 0 3px 1px -2px rgba(239, 83, 80, 0.2), 0 1px 5px 0 rgba(239, 83, 80, 0.12);
  box-shadow: 0 2px 2px 0 rgba(239, 83, 80, 0.14), 0 3px 1px -2px rgba(239, 83, 80, 0.2), 0 1px 5px 0 rgba(239, 83, 80, 0.12);
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger.focus {
  background: #ef5350;
  border-color: #ef5350;
  color: #ffffff;
  -webkit-box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
  box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
}

.btn-outline-danger.active,
.btn-outline-danger:active,
.btn-outline-danger:focus {
  -webkit-box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
  box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
  background-color: #e6294b;
}

.btn-outline-danger .iconoHover {
  color: #ffffff;

}

.btn-outline-danger .iconoInicial,
.btn-outline-danger .iconoHover {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  transition: opacity 0.3s;
}

.btn-outline-danger.iconoHover {
  opacity: 0;
}

.btn-outline-danger:hover .iconoInicial {
  opacity: 0;
}

.btn-outline-danger:hover .iconoHover {
  opacity: 1;
  color: #ffffff;
}

.btn-outline-red {
  color: #fb3a3a;
  background-color: transparent;
  border-color: #fb3a3a;
}

.btn-outline-red:hover,
.btn-outline-red:focus,
.btn-outline-red.focus {
  background: #fb3a3a;
  border-color: #fb3a3a;
  color: #ffffff;
  -webkit-box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
  box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
}

.btn-outline-red.active,
.btn-outline-red:active,
.btn-outline-red:focus {
  -webkit-box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
  box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
  background-color: #d61f1f;
}

.btn-outline-inverse {
  color: #2f3d4a;
  background-color: transparent;
  border-color: #2f3d4a;
}

.btn-outline-inverse:hover,
.btn-outline-inverse:focus,
.btn-outline-inverse.focus {
  background: #2f3d4a;
  border-color: #2f3d4a;
  color: #ffffff;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus,
.show>.btn-primary.dropdown-toggle {
  background-color: #6352ce;
  border: 1px solid #6352ce;
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success.focus:active,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover,
.btn-success.focus,
.btn-success:focus,
.show>.btn-success.dropdown-toggle {
  background-color: #04b381;
  border: 1px solid #04b381;
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info.focus:active,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover,
.btn-info.focus,
.btn-info:focus,
.show>.btn-info.dropdown-toggle {
  background-color: #028ee1;
  border: 1px solid #028ee1;
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning.focus:active,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.dropdown-toggle.btn-warning.focus,
.open>.dropdown-toggle.btn-warning:focus,
.open>.dropdown-toggle.btn-warning:hover,
.btn-warning.focus,
.btn-warning:focus,
.show>.btn-warning.dropdown-toggle {
  background-color: #e9ab2e;
  border: 1px solid #e9ab2e;
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger.focus:active,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover,
.btn-danger.focus,
.btn-danger:focus,
.show>.btn-danger.dropdown-toggle {
  background-color: #e6294b;
  border: 1px solid #e6294b;
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.focus,
.btn-inverse:active,
.btn-inverse:focus,
.btn-inverse:hover,
.open>.dropdown-toggle.btn-inverse {
  background-color: #232a37;
  border: 1px solid #232a37;
}

.btn-secondary.active.focus,
.btn-secondary.active:focus,
.btn-secondary.active:hover,
.btn-secondary.focus:active,
.btn-secondary:active:focus,
.btn-secondary:active:hover,
.open>.dropdown-toggle.btn-secondary.focus,
.open>.dropdown-toggle.btn-secondary:focus,
.open>.dropdown-toggle.btn-secondary:hover,
.btn-secondary.focus,
.btn-secondary:focus,
.show>.btn-secondary.dropdown-toggle {
  color: #ffffff;
}

.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active,
.btn-red.focus,
.btn-red:active,
.btn-red:focus,
.btn-red:hover,
.open>.dropdown-toggle.btn-red {
  background-color: #d61f1f;
  border: 1px solid #d61f1f;
  color: #ffffff;
}

.button-box .btn {
  margin: 0 8px 8px 0px;
}

.btn-label {
  background: rgba(0, 0, 0, 0.05);
  display: inline-block;
  margin: -6px 12px -6px -14px;
  padding: 7px 15px;
}

.btn-facebook {
  color: #ffffff;
  background-color: #3b5998;
}

.btn-facebook:hover {
  color: #ffffff;
}

.btn-twitter {
  color: #ffffff;
  background-color: #55acee;
}

.btn-twitter:hover {
  color: #ffffff;
}

.btn-linkedin {
  color: #ffffff;
  background-color: #007bb6;
}

.btn-linkedin:hover {
  color: #ffffff;
}

.btn-dribbble {
  color: #ffffff;
  background-color: #ea4c89;
}

.btn-dribbble:hover {
  color: #ffffff;
}

.btn-googleplus {
  color: #ffffff;
  background-color: #dd4b39;
}

.btn-googleplus:hover {
  color: #ffffff;
}

.btn-instagram {
  color: #ffffff;
  background-color: #3f729b;
}

.btn-pinterest {
  color: #ffffff;
  background-color: #cb2027;
}

.btn-dropbox {
  color: #ffffff;
  background-color: #007ee5;
}

.btn-flickr {
  color: #ffffff;
  background-color: #ff0084;
}

.btn-tumblr {
  color: #ffffff;
  background-color: #32506d;
}

.btn-skype {
  color: #ffffff;
  background-color: #00aff0;
}

.btn-youtube {
  color: #ffffff;
  background-color: #bb0000;
}

.btn-github {
  color: #ffffff;
  background-color: #171515;
}

/*============================================================== 
 Buttons page
 ============================================================== */
.button-group .btn {
  margin-bottom: 5px;
  margin-right: 5px;
}

.no-button-group .btn {
  margin-bottom: 5px;
  margin-right: 0px;
}

.btn .text-active {
  display: none;
}

.btn.active .text-active {
  display: inline-block;
}

.btn.active .text {
  display: none;
}

/*
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*/
/*******************
Custom-select
******************/
.custom-select {
  background: url(../../assets/images/custom-select.png) right 0.75rem center no-repeat;
}

/*******************
textarea
******************/
textarea {
  resize: none;
}

/*******************
Form-control
******************/
.form-control {
  color: #67757c;
  min-height: 38px;
  display: initial;
}

.form-control-sm {
  min-height: 20px;
}

.form-control:disabled,
.form-control[readonly] {
  opacity: 0.7;
}

.custom-control-input-success:focus~.custom-control-indicator {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom-control-input-danger:focus~.custom-control-indicator {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom-control-input-info:checked~.custom-control-indicator {
  background-color: #007bff;
}

.custom-control-input-success:checked~.custom-control-indicator {
  background-color: #06d79c;
}

.custom-control-input-danger:checked~.custom-control-indicator {
  background-color: #ef5350;
}

form label {
  font-weight: 400;
}

.form-group {
  margin-bottom: 25px;
}

.form-horizontal label {
  margin-bottom: 0px;
}

.form-control-static {
  padding-top: 0px;
}

.form-bordered .form-group {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
  padding-bottom: 20px;
}

/*******************
Form Dropzone
******************/
.dropzone {
  border: 1px dashed #b1b8bb;
}

.dropzone .dz-message {
  padding: 5% 0;
  margin: 0px;
}

/*******************
Form Pickers
******************/
.asColorPicker-dropdown {
  max-width: 260px;
}

.asColorPicker-trigger {
  position: absolute;
  top: 0;
  right: -35px;
  height: 38px;
  width: 37px;
  border: 0;
}

.asColorPicker-clear {
  display: none;
  position: absolute;
  top: 5px;
  right: 10px;
  text-decoration: none;
}

table th {
  font-weight: 400;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #398bf7;
}

.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
  background: #398bf7;
  color: #ffffff;
}

.datepicker td,
.datepicker th {
  padding: 5px 10px;
}

/*******************
Form summernote
******************/
.note-popover,
.note-icon-caret {
  display: none;
}

.note-editor.note-frame {
  border: 1px solid #b1b8bb;
}

.note-editor.note-frame .panel-heading {
  padding: 6px 10px 10px;
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}

.label {
  display: inline-block;
}

/*============================================================== 
Form addons page
============================================================== */
/*Bootstrap select*/
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}

.bootstrap-select .dropdown-menu li a {
  display: block;
  padding: 7px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #67757c;
  white-space: nowrap;
}

.bootstrap-select .dropdown-menu li a:hover,
.bootstrap-select .dropdown-menu li a:focus {
  color: #398bf7;
  background: #e9edf2;
}

.bootstrap-select .show>.dropdown-menu {
  display: block;
}

.bootstrap-touchspin .input-group-btn-vertical>.btn {
  padding: 9px 10px;
}

.select2-container .select2-selection--single {
  height: 30px;
}

.select2-container--default .select2-selection--single {
  border-color: #b1b8bb;
  height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 33px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  float: right;
  color: #ffffff;
  margin-right: 0px;
  margin-left: 4px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: #398bf7;
  color: #ffffff;
  border-color: #398bf7;
}

.input-form .btn {
  padding: 8px 12px;
}

/*============================================================== 
Form Material page
 ============================================================== */
/*Material inputs*/
.form-material .form-group {
  overflow: hidden;
}

.form-material .form-control {
  background-color: transparent;
  background-position: center bottom, center calc(100% - 1px);
  background-repeat: no-repeat;
  background-size: 0 2px, 100% 1px;
  padding: 0;
  -webkit-transition: background 0s ease-out 0s;
  -o-transition: background 0s ease-out 0s;
  transition: background 0s ease-out 0s;
}

.form-material .form-control,
.form-material .form-control.focus,
.form-material .form-control:focus {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#398bf7), to(#398bf7)), -webkit-gradient(linear, left top, left bottom, from(#e9edf2), to(#e9edf2));
  background-image: -webkit-linear-gradient(#398bf7, #398bf7), -webkit-linear-gradient(#e9edf2, #e9edf2);
  background-image: -o-linear-gradient(#398bf7, #398bf7), -o-linear-gradient(#e9edf2, #e9edf2);
  background-image: linear-gradient(#398bf7, #398bf7), linear-gradient(#e9edf2, #e9edf2);
  border: 0 none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  float: none;
}

.form-material .form-control.focus,
.form-material .form-control:focus {
  background-size: 100% 2px, 100% 1px;
  outline: 0 none;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.form-control-line .form-group {
  overflow: hidden;
}

.form-control-line .form-control {
  border: 0px;
  border-radius: 0px;
  padding-left: 0px;
  border-bottom: 1px solid #f6f9ff;
}

.form-control-line .form-control:focus {
  border-bottom: 1px solid #398bf7;
}

/*******************
Form validation error 
******************/
.error .help-block {
  color: #fb3a3a;
}

/*******************
File Upload 
******************/
.fileupload {
  overflow: hidden;
  position: relative;
}

.fileupload input.upload {
  cursor: pointer;
  filter: alpha(opacity=0);
  font-size: 20px;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/*******************
This is for the checkbox radio button and switch 
******************/
/* Radio Buttons
   ========================================================================== */
[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

[type="radio"]:not(:checked)+label,
[type="radio"]:checked+label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  -webkit-transition: .28s ease;
  -o-transition: .28s ease;
  transition: .28s ease;
  /* webkit (konqueror) browsers */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[type="radio"]+label:before,
[type="radio"]+label:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  -webkit-transition: .28s ease;
  -o-transition: .28s ease;
  transition: .28s ease;
}

/* Unchecked styles */
[type="radio"]:not(:checked)+label:before,
[type="radio"]:not(:checked)+label:after,
[type="radio"]:checked+label:before,
[type="radio"]:checked+label:after,
[type="radio"].with-gap:checked+label:before,
[type="radio"].with-gap:checked+label:after {
  border-radius: 50%;
}

[type="radio"]:not(:checked)+label:before,
[type="radio"]:not(:checked)+label:after {
  border: 1px solid #b1b8bb;
}

[type="radio"]:not(:checked)+label:after {
  z-index: -1;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

/* Checked styles */
[type="radio"]:checked+label:before {
  border: 2px solid transparent;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type="radio"]:checked+label:after,
[type="radio"].with-gap:checked+label:before,
[type="radio"].with-gap:checked+label:after {
  border: 2px solid #26a69a;
}

[type="radio"]:checked+label:after,
[type="radio"].with-gap:checked+label:after {
  background-color: #26a69a;
  z-index: 0;
}

[type="radio"]:checked+label:after {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

/* Radio With gap */
[type="radio"].with-gap:checked+label:after {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}

/* Focused styles */
[type="radio"].tabbed:focus+label:before {
  -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

/* Disabled Radio With gap */
[type="radio"].with-gap:disabled:checked+label:before {
  border: 2px solid rgba(0, 0, 0, 0.26);
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type="radio"].with-gap:disabled:checked+label:after {
  border: none;
  background-color: rgba(0, 0, 0, 0.26);
}

/* Disabled style */
[type="radio"]:disabled:not(:checked)+label:before,
[type="radio"]:disabled:checked+label:before {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.26);
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type="radio"]:disabled+label {
  color: rgba(0, 0, 0, 0.26);
}

[type="radio"]:disabled:not(:checked)+label:before {
  border-color: rgba(0, 0, 0, 0.26);
}

[type="radio"]:disabled:checked+label:after {
  background-color: rgba(0, 0, 0, 0.26);
  border-color: #BDBDBD;
}

/* Checkboxes
   ========================================================================== */
/* CUSTOM CSS CHECKBOXES */
form p {
  margin-bottom: 10px;
  text-align: left;
}

form p:last-child {
  margin-bottom: 0;
}

/* Remove default checkbox */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

[type="checkbox"] {
  /* checkbox aspect */
}

[type="checkbox"]+label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
}

[type="checkbox"]+label:before,
[type="checkbox"]:not(.filled-in)+label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  z-index: 0;
  border: 1px solid #b1b8bb;
  border-radius: 2.5px;
  /*margin-top: 2px;*/
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

[type="checkbox"]:not(.filled-in)+label:after {
  border: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

[type="checkbox"]:not(:checked):disabled+label:before {
  border: none;
  background-color: rgba(0, 0, 0, 0.26);
}

[type="checkbox"].tabbed:focus+label:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  border: 0;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.1);
}

[type="checkbox"]:checked+label:before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #398bf7;
  border-bottom: 2px solid #398bf7;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

[type="checkbox"]:checked:disabled+label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  border-bottom: 2px solid rgba(0, 0, 0, 0.26);
}

/* Indeterminate checkbox */
[type="checkbox"]:indeterminate+label:before {
  top: -11px;
  left: -12px;
  width: 10px;
  height: 22px;
  border-top: none;
  border-left: none;
  border-right: 2px solid #26a69a;
  border-bottom: none;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

[type="checkbox"]:indeterminate:disabled+label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  background-color: transparent;
}

[type="checkbox"].filled-in+label:after {
  border-radius: 2px;
}

[type="checkbox"].filled-in+label:before,
[type="checkbox"].filled-in+label:after {
  content: '';
  left: 0;
  position: absolute;
  /* .1s delay is for check animation */
  -webkit-transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  -o-transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  z-index: 1;
}

[type="checkbox"].filled-in:not(:checked)+label:before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  -webkit-transform: rotateZ(37deg);
  -ms-transform: rotate(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 20% 40%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

[type="checkbox"].filled-in:not(:checked)+label:after {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 1px solid #b1b8bb;
  top: 0px;
  z-index: 0;
}

[type="checkbox"].filled-in:checked+label:before {
  top: 3px;
  left: 1px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotateZ(37deg);
  -ms-transform: rotate(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

[type="checkbox"].filled-in:checked+label:after {
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #26a69a;
  background-color: #26a69a;
  z-index: 0;
}

[type="checkbox"].filled-in.tabbed:focus+label:after {
  border-radius: 2px;
  border-color: #5a5a5a;
  background-color: rgba(0, 0, 0, 0.1);
}

[type="checkbox"].filled-in.tabbed:checked:focus+label:after {
  border-radius: 2px;
  background-color: #26a69a;
  border-color: #26a69a;
}

[type="checkbox"].filled-in:disabled:not(:checked)+label:before {
  background-color: transparent;
  border: 2px solid transparent;
}

[type="checkbox"].filled-in:disabled:not(:checked)+label:after {
  border-color: transparent;
  background-color: #BDBDBD;
}

[type="checkbox"].filled-in:disabled:checked+label:before {
  background-color: transparent;
}

[type="checkbox"].filled-in:disabled:checked+label:after {
  background-color: #BDBDBD;
  border-color: #BDBDBD;
}

/* Switch
   ========================================================================== */
.switch,
.switch * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}

.switch label {
  cursor: pointer;
}

.switch label input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch label input[type=checkbox]:checked+.lever {
  background-color: #84c7c1;
}

.switch label input[type=checkbox]:checked+.lever:after {
  background-color: #26a69a;
  left: 24px;
}

.switch label .lever {
  content: "";
  display: inline-block;
  position: relative;
  width: 40px;
  height: 15px;
  background-color: #818181;
  border-radius: 15px;
  margin-right: 10px;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  vertical-align: middle;
  margin: 0 16px;
}

.switch label .lever:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 21px;
  height: 21px;
  background-color: #F1F1F1;
  border-radius: 21px;
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
  left: -5px;
  top: -3px;
  -webkit-transition: left 0.3s ease, background .3s ease, -webkit-box-shadow 0.1s ease;
  transition: left 0.3s ease, background .3s ease, -webkit-box-shadow 0.1s ease;
  -o-transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease;
  transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease;
  transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, -webkit-box-shadow 0.1s ease;
}

input[type=checkbox]:checked:not(:disabled)~.lever:active::after,
input[type=checkbox]:checked:not(:disabled).tabbed:focus~.lever::after {
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(38, 166, 154, 0.1);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(38, 166, 154, 0.1);
}

input[type=checkbox]:not(:disabled)~.lever:active:after,
input[type=checkbox]:not(:disabled).tabbed:focus~.lever::after {
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.08);
}

.switch input[type=checkbox][disabled]+.lever {
  cursor: default;
}

.switch label input[type=checkbox][disabled]+.lever:after,
.switch label input[type=checkbox][disabled]:checked+.lever:after {
  background-color: #BDBDBD;
}

.scale-up {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  display: inline-block;
  -webkit-transform-origin: right 0px;
  -ms-transform-origin: right 0px;
  transform-origin: right 0px;
}

.scale-up-left {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  display: inline-block;
  -webkit-transform-origin: left 0px;
  -ms-transform-origin: left 0px;
  transform-origin: left 0px;
}

.show>.scale-up {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: right 0px;
  -ms-transform-origin: right 0px;
  transform-origin: right 0px;
}

.show>.scale-up-left {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: left 0px;
  -ms-transform-origin: left 0px;
  transform-origin: left 0px;
}

/*panels*/
.card {
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.well,
pre {
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}

.page-titles .justify-content-end:last-child .d-flex {
  margin-right: 10px;
}

.btn-circle.right-side-toggle {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 25px;
  z-index: 10;
}

/*Radio button*/
@-webkit-keyframes ripple {
  0% {
    -webkit-box-shadow: 0px 0px 0px 1px transparent;
    box-shadow: 0px 0px 0px 1px transparent;
  }

  50% {
    -webkit-box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
  }

  100% {
    -webkit-box-shadow: 0px 0px 0px 15px transparent;
    box-shadow: 0px 0px 0px 15px transparent;
  }
}

@keyframes ripple {
  0% {
    -webkit-box-shadow: 0px 0px 0px 1px transparent;
    box-shadow: 0px 0px 0px 1px transparent;
  }

  50% {
    -webkit-box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
  }

  100% {
    -webkit-box-shadow: 0px 0px 0px 15px transparent;
    box-shadow: 0px 0px 0px 15px transparent;
  }
}

/*Floating label*/
/*Bootstrap Select*/
.bootstrap-select.btn-group .dropdown-menu {
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}

.demo-checkbox label,
.demo-radio-button label {
  min-width: 200px;
  margin-bottom: 20px;
}

.demo-swtich .demo-switch-title,
.demo-swtich .switch {
  width: 150px;
  margin-bottom: 10px;
  display: inline-block;
}

[type="checkbox"]+label {
  padding-left: 26px;
  height: 25px;
  line-height: 21px;
  font-weight: normal;
}

[type="checkbox"]:checked+label:before {
  top: -4px;
  left: -2px;
  width: 11px;
  height: 19px;
}

[type="checkbox"]:checked.chk-col-red+label:before {
  border-right: 2px solid #fb3a3a;
  border-bottom: 2px solid #fb3a3a;
}

[type="checkbox"]:checked.chk-col-pink+label:before {
  border-right: 2px solid #E91E63;
  border-bottom: 2px solid #E91E63;
}

[type="checkbox"]:checked.chk-col-purple+label:before {
  border-right: 2px solid #7460ee;
  border-bottom: 2px solid #7460ee;
}

[type="checkbox"]:checked.chk-col-deep-purple+label:before {
  border-right: 2px solid #673AB7;
  border-bottom: 2px solid #673AB7;
}

[type="checkbox"]:checked.chk-col-indigo+label:before {
  border-right: 2px solid #3F51B5;
  border-bottom: 2px solid #3F51B5;
}

[type="checkbox"]:checked.chk-col-blue+label:before {
  border-right: 2px solid #02bec9;
  border-bottom: 2px solid #02bec9;
}

[type="checkbox"]:checked.chk-col-light-blue+label:before {
  border-right: 2px solid #03A9F4;
  border-bottom: 2px solid #03A9F4;
}

[type="checkbox"]:checked.chk-col-cyan+label:before {
  border-right: 2px solid #00BCD4;
  border-bottom: 2px solid #00BCD4;
}

[type="checkbox"]:checked.chk-col-teal+label:before {
  border-right: 2px solid #009688;
  border-bottom: 2px solid #009688;
}

[type="checkbox"]:checked.chk-col-green+label:before {
  border-right: 2px solid #26c6da;
  border-bottom: 2px solid #26c6da;
}

[type="checkbox"]:checked.chk-col-light-green+label:before {
  border-right: 2px solid #8BC34A;
  border-bottom: 2px solid #8BC34A;
}

[type="checkbox"]:checked.chk-col-lime+label:before {
  border-right: 2px solid #CDDC39;
  border-bottom: 2px solid #CDDC39;
}

[type="checkbox"]:checked.chk-col-yellow+label:before {
  border-right: 2px solid #ffe821;
  border-bottom: 2px solid #ffe821;
}

[type="checkbox"]:checked.chk-col-amber+label:before {
  border-right: 2px solid #FFC107;
  border-bottom: 2px solid #FFC107;
}

[type="checkbox"]:checked.chk-col-orange+label:before {
  border-right: 2px solid #FF9800;
  border-bottom: 2px solid #FF9800;
}

[type="checkbox"]:checked.chk-col-deep-orange+label:before {
  border-right: 2px solid #FF5722;
  border-bottom: 2px solid #FF5722;
}

[type="checkbox"]:checked.chk-col-brown+label:before {
  border-right: 2px solid #795548;
  border-bottom: 2px solid #795548;
}

[type="checkbox"]:checked.chk-col-grey+label:before {
  border-right: 2px solid #9E9E9E;
  border-bottom: 2px solid #9E9E9E;
}

[type="checkbox"]:checked.chk-col-blue-grey+label:before {
  border-right: 2px solid #607D8B;
  border-bottom: 2px solid #607D8B;
}

[type="checkbox"]:checked.chk-col-black+label:before {
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
}

[type="checkbox"]:checked.chk-col-white+label:before {
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}

[type="checkbox"].filled-in:checked+label:after {
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #26a69a;
  background-color: #26a69a;
  z-index: 0;
}

[type="checkbox"].filled-in:checked+label:before {
  border-right: 2px solid #fff !important;
  border-bottom: 2px solid #fff !important;
}

[type="checkbox"].filled-in:checked.chk-col-red+label:after {
  border: 2px solid #fb3a3a;
  background-color: #fb3a3a;
}

[type="checkbox"].filled-in:checked.chk-col-pink+label:after {
  border: 2px solid #E91E63;
  background-color: #E91E63;
}

[type="checkbox"].filled-in:checked.chk-col-purple+label:after {
  border: 2px solid #7460ee;
  background-color: #7460ee;
}

[type="checkbox"].filled-in:checked.chk-col-deep-purple+label:after {
  border: 2px solid #673AB7;
  background-color: #673AB7;
}

[type="checkbox"].filled-in:checked.chk-col-indigo+label:after {
  border: 2px solid #3F51B5;
  background-color: #3F51B5;
}

[type="checkbox"].filled-in:checked.chk-col-blue+label:after {
  border: 2px solid #02bec9;
  background-color: #02bec9;
}

[type="checkbox"].filled-in:checked.chk-col-light-blue+label:after {
  border: 2px solid #03A9F4;
  background-color: #03A9F4;
}

[type="checkbox"].filled-in:checked.chk-col-cyan+label:after {
  border: 2px solid #00BCD4;
  background-color: #00BCD4;
}

[type="checkbox"].filled-in:checked.chk-col-teal+label:after {
  border: 2px solid #009688;
  background-color: #009688;
}

[type="checkbox"].filled-in:checked.chk-col-green+label:after {
  border: 2px solid #26c6da;
  background-color: #26c6da;
}

[type="checkbox"].filled-in:checked.chk-col-light-green+label:after {
  border: 2px solid #8BC34A;
  background-color: #8BC34A;
}

[type="checkbox"].filled-in:checked.chk-col-lime+label:after {
  border: 2px solid #CDDC39;
  background-color: #CDDC39;
}

[type="checkbox"].filled-in:checked.chk-col-yellow+label:after {
  border: 2px solid #ffe821;
  background-color: #ffe821;
}

[type="checkbox"].filled-in:checked.chk-col-amber+label:after {
  border: 2px solid #FFC107;
  background-color: #FFC107;
}

[type="checkbox"].filled-in:checked.chk-col-orange+label:after {
  border: 2px solid #FF9800;
  background-color: #FF9800;
}

[type="checkbox"].filled-in:checked.chk-col-deep-orange+label:after {
  border: 2px solid #FF5722;
  background-color: #FF5722;
}

[type="checkbox"].filled-in:checked.chk-col-brown+label:after {
  border: 2px solid #795548;
  background-color: #795548;
}

[type="checkbox"].filled-in:checked.chk-col-grey+label:after {
  border: 2px solid #9E9E9E;
  background-color: #9E9E9E;
}

[type="checkbox"].filled-in:checked.chk-col-blue-grey+label:after {
  border: 2px solid #607D8B;
  background-color: #607D8B;
}

[type="checkbox"].filled-in:checked.chk-col-black+label:after {
  border: 2px solid #000000;
  background-color: #000000;
}

[type="checkbox"].filled-in:checked.chk-col-white+label:after {
  border: 2px solid #ffffff;
  background-color: #ffffff;
}

[type="radio"]:not(:checked)+label {
  padding-left: 26px;
  height: 25px;
  line-height: 25px;
  font-weight: normal;
}

[type="radio"]:checked+label {
  padding-left: 26px;
  height: 25px;
  line-height: 25px;
  font-weight: normal;
}

[type="radio"].radio-col-red:checked+label:after {
  background-color: #fb3a3a;
  border-color: #fb3a3a;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type="radio"].radio-col-pink:checked+label:after {
  background-color: #E91E63;
  border-color: #E91E63;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type="radio"].radio-col-purple:checked+label:after {
  background-color: #7460ee;
  border-color: #7460ee;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type="radio"].radio-col-deep-purple:checked+label:after {
  background-color: #673AB7;
  border-color: #673AB7;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type="radio"].radio-col-indigo:checked+label:after {
  background-color: #3F51B5;
  border-color: #3F51B5;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type="radio"].radio-col-blue:checked+label:after {
  background-color: #02bec9;
  border-color: #02bec9;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type="radio"].radio-col-light-blue:checked+label:after {
  background-color: #03A9F4;
  border-color: #03A9F4;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type="radio"].radio-col-cyan:checked+label:after {
  background-color: #00BCD4;
  border-color: #00BCD4;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type="radio"].radio-col-teal:checked+label:after {
  background-color: #009688;
  border-color: #009688;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type="radio"].radio-col-green:checked+label:after {
  background-color: #26c6da;
  border-color: #26c6da;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type="radio"].radio-col-light-green:checked+label:after {
  background-color: #8BC34A;
  border-color: #8BC34A;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type="radio"].radio-col-lime:checked+label:after {
  background-color: #CDDC39;
  border-color: #CDDC39;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type="radio"].radio-col-yellow:checked+label:after {
  background-color: #ffe821;
  border-color: #ffe821;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type="radio"].radio-col-amber:checked+label:after {
  background-color: #FFC107;
  border-color: #FFC107;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type="radio"].radio-col-orange:checked+label:after {
  background-color: #FF9800;
  border-color: #FF9800;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type="radio"].radio-col-deep-orange:checked+label:after {
  background-color: #FF5722;
  border-color: #FF5722;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type="radio"].radio-col-brown:checked+label:after {
  background-color: #795548;
  border-color: #795548;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type="radio"].radio-col-grey:checked+label:after {
  background-color: #9E9E9E;
  border-color: #9E9E9E;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type="radio"].radio-col-blue-grey:checked+label:after {
  background-color: #607D8B;
  border-color: #607D8B;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type="radio"].radio-col-black:checked+label:after {
  background-color: #000000;
  border-color: #000000;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type="radio"].radio-col-white:checked+label:after {
  background-color: #ffffff;
  border-color: #ffffff;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type="radio"].with-gap.radio-col-red:checked+label:before {
  border: 2px solid #fb3a3a;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type="radio"].with-gap.radio-col-red:checked+label:after {
  background-color: #fb3a3a;
  border: 2px solid #fb3a3a;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type="radio"].with-gap.radio-col-pink:checked+label:before {
  border: 2px solid #E91E63;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type="radio"].with-gap.radio-col-pink:checked+label:after {
  background-color: #E91E63;
  border: 2px solid #E91E63;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type="radio"].with-gap.radio-col-purple:checked+label:before {
  border: 2px solid #7460ee;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type="radio"].with-gap.radio-col-purple:checked+label:after {
  background-color: #7460ee;
  border: 2px solid #7460ee;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type="radio"].with-gap.radio-col-deep-purple:checked+label:before {
  border: 2px solid #673AB7;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type="radio"].with-gap.radio-col-deep-purple:checked+label:after {
  background-color: #673AB7;
  border: 2px solid #673AB7;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type="radio"].with-gap.radio-col-indigo:checked+label:before {
  border: 2px solid #3F51B5;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type="radio"].with-gap.radio-col-indigo:checked+label:after {
  background-color: #3F51B5;
  border: 2px solid #3F51B5;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type="radio"].with-gap.radio-col-blue:checked+label:before {
  border: 2px solid #02bec9;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type="radio"].with-gap.radio-col-blue:checked+label:after {
  background-color: #02bec9;
  border: 2px solid #02bec9;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type="radio"].with-gap.radio-col-light-blue:checked+label:before {
  border: 2px solid #03A9F4;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type="radio"].with-gap.radio-col-light-blue:checked+label:after {
  background-color: #03A9F4;
  border: 2px solid #03A9F4;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type="radio"].with-gap.radio-col-cyan:checked+label:before {
  border: 2px solid #00BCD4;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type="radio"].with-gap.radio-col-cyan:checked+label:after {
  background-color: #00BCD4;
  border: 2px solid #00BCD4;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type="radio"].with-gap.radio-col-teal:checked+label:before {
  border: 2px solid #009688;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type="radio"].with-gap.radio-col-teal:checked+label:after {
  background-color: #009688;
  border: 2px solid #009688;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type="radio"].with-gap.radio-col-green:checked+label:before {
  border: 2px solid #26c6da;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type="radio"].with-gap.radio-col-green:checked+label:after {
  background-color: #26c6da;
  border: 2px solid #26c6da;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type="radio"].with-gap.radio-col-light-green:checked+label:before {
  border: 2px solid #8BC34A;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type="radio"].with-gap.radio-col-light-green:checked+label:after {
  background-color: #8BC34A;
  border: 2px solid #8BC34A;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type="radio"].with-gap.radio-col-lime:checked+label:before {
  border: 2px solid #CDDC39;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type="radio"].with-gap.radio-col-lime:checked+label:after {
  background-color: #CDDC39;
  border: 2px solid #CDDC39;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type="radio"].with-gap.radio-col-yellow:checked+label:before {
  border: 2px solid #ffe821;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type="radio"].with-gap.radio-col-yellow:checked+label:after {
  background-color: #ffe821;
  border: 2px solid #ffe821;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type="radio"].with-gap.radio-col-amber:checked+label:before {
  border: 2px solid #FFC107;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type="radio"].with-gap.radio-col-amber:checked+label:after {
  background-color: #FFC107;
  border: 2px solid #FFC107;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type="radio"].with-gap.radio-col-orange:checked+label:before {
  border: 2px solid #FF9800;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type="radio"].with-gap.radio-col-orange:checked+label:after {
  background-color: #FF9800;
  border: 2px solid #FF9800;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type="radio"].with-gap.radio-col-deep-orange:checked+label:before {
  border: 2px solid #FF5722;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type="radio"].with-gap.radio-col-deep-orange:checked+label:after {
  background-color: #FF5722;
  border: 2px solid #FF5722;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type="radio"].with-gap.radio-col-brown:checked+label:before {
  border: 2px solid #795548;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type="radio"].with-gap.radio-col-brown:checked+label:after {
  background-color: #795548;
  border: 2px solid #795548;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type="radio"].with-gap.radio-col-grey:checked+label:before {
  border: 2px solid #9E9E9E;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type="radio"].with-gap.radio-col-grey:checked+label:after {
  background-color: #9E9E9E;
  border: 2px solid #9E9E9E;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type="radio"].with-gap.radio-col-blue-grey:checked+label:before {
  border: 2px solid #607D8B;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type="radio"].with-gap.radio-col-blue-grey:checked+label:after {
  background-color: #607D8B;
  border: 2px solid #607D8B;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type="radio"].with-gap.radio-col-black:checked+label:before {
  border: 2px solid #000000;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type="radio"].with-gap.radio-col-black:checked+label:after {
  background-color: #000000;
  border: 2px solid #000000;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type="radio"].with-gap.radio-col-white:checked+label:before {
  border: 2px solid #ffffff;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

[type="radio"].with-gap.radio-col-white:checked+label:after {
  background-color: #ffffff;
  border: 2px solid #ffffff;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}

.switch label {
  font-weight: normal;
  font-size: 13px;
}

.switch label .lever {
  margin: 0 14px;
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-red:active:after {
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(251, 58, 58, 0.1);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(251, 58, 58, 0.1);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-red {
  background-color: rgba(251, 58, 58, 0.5);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-red:after {
  background-color: #fb3a3a;
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-pink:active:after {
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(233, 30, 99, 0.1);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(233, 30, 99, 0.1);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-pink {
  background-color: rgba(233, 30, 99, 0.5);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-pink:after {
  background-color: #E91E63;
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-purple:active:after {
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(116, 96, 238, 0.1);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(116, 96, 238, 0.1);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-purple {
  background-color: rgba(116, 96, 238, 0.5);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-purple:after {
  background-color: #7460ee;
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-deep-purple:active:after {
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(103, 58, 183, 0.1);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(103, 58, 183, 0.1);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-deep-purple {
  background-color: rgba(103, 58, 183, 0.5);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-deep-purple:after {
  background-color: #673AB7;
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-indigo:active:after {
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(63, 81, 181, 0.1);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(63, 81, 181, 0.1);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-indigo {
  background-color: rgba(63, 81, 181, 0.5);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-indigo:after {
  background-color: #3F51B5;
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-blue:active:after {
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(2, 190, 201, 0.1);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(2, 190, 201, 0.1);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-blue {
  background-color: rgba(2, 190, 201, 0.5);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-blue:after {
  background-color: #02bec9;
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-light-blue:active:after {
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(3, 169, 244, 0.1);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(3, 169, 244, 0.1);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-light-blue {
  background-color: rgba(3, 169, 244, 0.5);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-light-blue:after {
  background-color: #03A9F4;
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-cyan:active:after {
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 188, 212, 0.1);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 188, 212, 0.1);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-cyan {
  background-color: rgba(0, 188, 212, 0.5);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-cyan:after {
  background-color: #00BCD4;
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-teal:active:after {
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 150, 136, 0.1);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 150, 136, 0.1);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-teal {
  background-color: rgba(0, 150, 136, 0.5);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-teal:after {
  background-color: #009688;
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-green:active:after {
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(38, 198, 218, 0.1);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(38, 198, 218, 0.1);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-green {
  background-color: rgba(38, 198, 218, 0.5);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-green:after {
  background-color: #26c6da;
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-light-green:active:after {
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(139, 195, 74, 0.1);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(139, 195, 74, 0.1);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-light-green {
  background-color: rgba(139, 195, 74, 0.5);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-light-green:after {
  background-color: #8BC34A;
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-lime:active:after {
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(205, 220, 57, 0.1);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(205, 220, 57, 0.1);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-lime {
  background-color: rgba(205, 220, 57, 0.5);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-lime:after {
  background-color: #CDDC39;
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-yellow:active:after {
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(255, 232, 33, 0.1);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(255, 232, 33, 0.1);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-yellow {
  background-color: rgba(255, 232, 33, 0.5);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-yellow:after {
  background-color: #ffe821;
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-amber:active:after {
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(255, 193, 7, 0.1);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(255, 193, 7, 0.1);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-amber {
  background-color: rgba(255, 193, 7, 0.5);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-amber:after {
  background-color: #FFC107;
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-orange:active:after {
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(255, 152, 0, 0.1);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(255, 152, 0, 0.1);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-orange {
  background-color: rgba(255, 152, 0, 0.5);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-orange:after {
  background-color: #FF9800;
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-deep-orange:active:after {
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(255, 87, 34, 0.1);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(255, 87, 34, 0.1);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-deep-orange {
  background-color: rgba(255, 87, 34, 0.5);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-deep-orange:after {
  background-color: #FF5722;
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-brown:active:after {
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(121, 85, 72, 0.1);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(121, 85, 72, 0.1);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-brown {
  background-color: rgba(121, 85, 72, 0.5);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-brown:after {
  background-color: #795548;
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-grey:active:after {
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(158, 158, 158, 0.1);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(158, 158, 158, 0.1);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-grey {
  background-color: rgba(158, 158, 158, 0.5);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-grey:after {
  background-color: #9E9E9E;
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-blue-grey:active:after {
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(96, 125, 139, 0.1);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(96, 125, 139, 0.1);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-blue-grey {
  background-color: rgba(96, 125, 139, 0.5);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-blue-grey:after {
  background-color: #607D8B;
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-black:active:after {
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.1);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-black {
  background-color: rgba(0, 0, 0, 0.5);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-black:after {
  background-color: #000000;
}

.switch label input[type=checkbox]:checked:not(:disabled)~.lever.switch-col-white:active:after {
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(255, 255, 255, 0.1);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(255, 255, 255, 0.1);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-white {
  background-color: rgba(255, 255, 255, 0.5);
}

.switch label input[type=checkbox]:checked+.lever.switch-col-white:after {
  background-color: #ffffff;
}

/*Form Validation*/
.help-block ul {
  padding: 0px;
  margin: 0px;
}

.help-block ul li {
  list-style: none;
}

.error .form-control {
  border-color: #ef5350;
}

.validate .form-control {
  border-color: #06d79c;
}

/*
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*/
/*******************
Table Cell
*******************/
.table-box {
  display: table;
  width: 100%;
}

.table.no-border tbody td {
  border: 0px;
}

.cell {
  display: table-cell;
  vertical-align: middle;
}

.table td,
.table th {
  border-color: #f3f1f1;
}

.table thead th,
.table th {
  font-weight: 500;
}

.table-hover tbody tr:hover {
  background: #e9edf2;
}

.nowrap {
  white-space: nowrap;
}

.lite-padding td {
  padding: 5px;
}

.v-middle td,
.v-middle th {
  vertical-align: middle;
}

/*******************
Table-Layout
******************/
.table thead th,
.table th {
  border: 0px;
}

.color-table.primary-table thead th {
  background-color: #745af2;
  color: #ffffff;
}

.table-striped tbody tr:nth-of-type(odd) {
  background: #e9edf2;
}

.color-table.success-table thead th {
  background-color: #06d79c;
  color: #ffffff;
}

.color-table.info-table thead th {
  background-color: #398bf7;
  color: #ffffff;
}

.color-table.warning-table thead th {
  background-color: #ffb22b;
  color: #ffffff;
}

.color-table.danger-table thead th {
  background-color: #ef5350;
  color: #ffffff;
}

.color-table.inverse-table thead th {
  background-color: #2f3d4a;
  color: #ffffff;
}

.color-table.dark-table thead th {
  background-color: #263238;
  color: #ffffff;
}

.color-table.red-table thead th {
  background-color: #fb3a3a;
  color: #ffffff;
}

.color-table.purple-table thead th {
  background-color: #7460ee;
  color: #ffffff;
}

.color-table.muted-table thead th {
  background-color: #99abb4;
  color: #ffffff;
}

.color-bordered-table.primary-bordered-table {
  border: 2px solid #745af2;
}

.color-bordered-table.primary-bordered-table thead th {
  background-color: #745af2;
  color: #ffffff;
}

.color-bordered-table.success-bordered-table {
  border: 2px solid #06d79c;
}

.color-bordered-table.success-bordered-table thead th {
  background-color: #06d79c;
  color: #ffffff;
}

.color-bordered-table.info-bordered-table {
  border: 2px solid #398bf7;
}

.color-bordered-table.info-bordered-table thead th {
  background-color: #398bf7;
  color: #ffffff;
}

.color-bordered-table.warning-bordered-table {
  border: 2px solid #ffb22b;
}

.color-bordered-table.warning-bordered-table thead th {
  background-color: #ffb22b;
  color: #ffffff;
}

.color-bordered-table.danger-bordered-table {
  border: 2px solid #ef5350;
}

.color-bordered-table.danger-bordered-table thead th {
  background-color: #ef5350;
  color: #ffffff;
}

.color-bordered-table.inverse-bordered-table {
  border: 2px solid #2f3d4a;
}

.color-bordered-table.inverse-bordered-table thead th {
  background-color: #2f3d4a;
  color: #ffffff;
}

.color-bordered-table.dark-bordered-table {
  border: 2px solid #263238;
}

.color-bordered-table.dark-bordered-table thead th {
  background-color: #263238;
  color: #ffffff;
}

.color-bordered-table.red-bordered-table {
  border: 2px solid #fb3a3a;
}

.color-bordered-table.red-bordered-table thead th {
  background-color: #fb3a3a;
  color: #ffffff;
}

.color-bordered-table.purple-bordered-table {
  border: 2px solid #7460ee;
}

.color-bordered-table.purple-bordered-table thead th {
  background-color: #7460ee;
  color: #ffffff;
}

.color-bordered-table.muted-bordered-table {
  border: 2px solid #99abb4;
}

.color-bordered-table.muted-bordered-table thead th {
  background-color: #99abb4;
  color: #ffffff;
}

.full-color-table.full-primary-table {
  background-color: #f1effd;
}

.full-color-table.full-primary-table thead th {
  background-color: #745af2;
  border: 0;
  color: #ffffff;
}

.full-color-table.full-primary-table tbody td {
  border: 0;
}

.full-color-table.full-primary-table tr:hover {
  background-color: #745af2;
  color: #ffffff;
}

.full-color-table.full-success-table {
  background-color: #e8fdeb;
}

.full-color-table.full-success-table thead th {
  background-color: #06d79c;
  border: 0;
  color: #ffffff;
}

.full-color-table.full-success-table tbody td {
  border: 0;
}

.full-color-table.full-success-table tr:hover {
  background-color: #06d79c;
  color: #ffffff;
}

.full-color-table.full-info-table {
  background-color: #cfecfe;
}

.full-color-table.full-info-table thead th {
  background-color: #398bf7;
  border: 0;
  color: #ffffff;
}

.full-color-table.full-info-table tbody td {
  border: 0;
}

.full-color-table.full-info-table tr:hover {
  background-color: #398bf7;
  color: #ffffff;
}

.full-color-table.full-warning-table {
  background-color: #fff8ec;
}

.full-color-table.full-warning-table thead th {
  background-color: #ffb22b;
  border: 0;
  color: #ffffff;
}

.full-color-table.full-warning-table tbody td {
  border: 0;
}

.full-color-table.full-warning-table tr:hover {
  background-color: #ffb22b;
  color: #ffffff;
}

.full-color-table.full-danger-table {
  background-color: #f9e7eb;
}

.full-color-table.full-danger-table thead th {
  background-color: #ef5350;
  border: 0;
  color: #ffffff;
}

.full-color-table.full-danger-table tbody td {
  border: 0;
}

.full-color-table.full-danger-table tr:hover {
  background-color: #ef5350;
  color: #ffffff;
}

.full-color-table.full-inverse-table {
  background-color: #f6f6f6;
}

.full-color-table.full-inverse-table thead th {
  background-color: #2f3d4a;
  border: 0;
  color: #ffffff;
}

.full-color-table.full-inverse-table tbody td {
  border: 0;
}

.full-color-table.full-inverse-table tr:hover {
  background-color: #2f3d4a;
  color: #ffffff;
}

.full-color-table.full-dark-table {
  background-color: rgba(43, 43, 43, 0.8);
}

.full-color-table.full-dark-table thead th {
  background-color: #263238;
  border: 0;
  color: #ffffff;
}

.full-color-table.full-dark-table tbody td {
  border: 0;
  color: #ffffff;
}

.full-color-table.full-dark-table tr:hover {
  background-color: #263238;
  color: #ffffff;
}

.full-color-table.full-red-table {
  background-color: #f9e7eb;
}

.full-color-table.full-red-table thead th {
  background-color: #fb3a3a;
  border: 0;
  color: #ffffff;
}

.full-color-table.full-red-table tbody td {
  border: 0;
}

.full-color-table.full-red-table tr:hover {
  background-color: #fb3a3a;
  color: #ffffff;
}

.full-color-table.full-purple-table {
  background-color: #f1effd;
}

.full-color-table.full-purple-table thead th {
  background-color: #7460ee;
  border: 0;
  color: #ffffff;
}

.full-color-table.full-purple-table tbody td {
  border: 0;
}

.full-color-table.full-purple-table tr:hover {
  background-color: #7460ee;
  color: #ffffff;
}

.full-color-table.full-muted-table {
  background-color: rgba(152, 166, 173, 0.2);
}

.full-color-table.full-muted-table thead th {
  background-color: #99abb4;
  border: 0;
  color: #ffffff;
}

.full-color-table.full-muted-table tbody td {
  border: 0;
}

.full-color-table.full-muted-table tr:hover {
  background-color: #99abb4;
  color: #ffffff;
}

/*******************
Table-Data Table
******************/
.dataTables_wrapper {
  padding-top: 10px;
}

.dt-buttons {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 15px;
}

.dt-buttons .dt-button {
  padding: 5px 15px;
  border-radius: 4px;
  background: #398bf7;
  color: #ffffff;
  margin-right: 3px;
}

.dt-buttons .dt-button:hover {
  background: #2f3d4a;
}

.dataTables_info,
.dataTables_length {
  display: inline-block;
}

.dataTables_length {
  margin-top: 10px;
}

.dataTables_length select {
  border: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#398bf7), to(#398bf7)), -webkit-gradient(linear, left top, left bottom, from(#b1b8bb), to(#b1b8bb));
  background-image: -webkit-linear-gradient(#398bf7, #398bf7), -webkit-linear-gradient(#b1b8bb, #b1b8bb);
  background-image: -o-linear-gradient(#398bf7, #398bf7), -o-linear-gradient(#b1b8bb, #b1b8bb);
  background-image: linear-gradient(#398bf7, #398bf7), linear-gradient(#b1b8bb, #b1b8bb);
  background-size: 0 2px, 100% 1px;
  background-repeat: no-repeat;
  background-position: center bottom, center calc(100% - 1px);
  background-color: transparent;
  -webkit-transition: background 0s ease-out;
  -o-transition: background 0s ease-out;
  transition: background 0s ease-out;
  padding-bottom: 5px;
}

.dataTables_length select:focus {
  outline: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#398bf7), to(#398bf7)), -webkit-gradient(linear, left top, left bottom, from(#b1b8bb), to(#b1b8bb));
  background-image: -webkit-linear-gradient(#398bf7, #398bf7), -webkit-linear-gradient(#b1b8bb, #b1b8bb);
  background-image: -o-linear-gradient(#398bf7, #398bf7), -o-linear-gradient(#b1b8bb, #b1b8bb);
  background-image: linear-gradient(#398bf7, #398bf7), linear-gradient(#b1b8bb, #b1b8bb);
  background-size: 100% 2px, 100% 1px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.dataTables_filter {
  float: right;
  margin-top: 10px;
}

.dataTables_filter input {
  border: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#398bf7), to(#398bf7)), -webkit-gradient(linear, left top, left bottom, from(#b1b8bb), to(#b1b8bb));
  background-image: -webkit-linear-gradient(#398bf7, #398bf7), -webkit-linear-gradient(#b1b8bb, #b1b8bb);
  background-image: -o-linear-gradient(#398bf7, #398bf7), -o-linear-gradient(#b1b8bb, #b1b8bb);
  background-image: linear-gradient(#398bf7, #398bf7), linear-gradient(#b1b8bb, #b1b8bb);
  background-size: 0 2px, 100% 1px;
  background-repeat: no-repeat;
  background-position: center bottom, center calc(100% - 1px);
  background-color: transparent;
  -webkit-transition: background 0s ease-out;
  -o-transition: background 0s ease-out;
  transition: background 0s ease-out;
  float: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  margin-left: 10px;
}

.dataTables_filter input:focus {
  outline: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#398bf7), to(#398bf7)), -webkit-gradient(linear, left top, left bottom, from(#b1b8bb), to(#b1b8bb));
  background-image: -webkit-linear-gradient(#398bf7, #398bf7), -webkit-linear-gradient(#b1b8bb, #b1b8bb);
  background-image: -o-linear-gradient(#398bf7, #398bf7), -o-linear-gradient(#b1b8bb, #b1b8bb);
  background-image: linear-gradient(#398bf7, #398bf7), linear-gradient(#b1b8bb, #b1b8bb);
  background-size: 100% 2px, 100% 1px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background: transparent;
}

table.dataTable thead .sorting_asc:after {
  content: "\f0de";
  margin-left: 10px;
  font-family: fontawesome;
  cursor: pointer;
}

table.dataTable thead .sorting_desc:after {
  content: "\f0dd";
  margin-left: 10px;
  font-family: fontawesome;
  cursor: pointer;
}

table.dataTable thead .sorting:after {
  content: "\f0dc";
  margin-left: 10px;
  font-family: fontawesome !important;
  cursor: pointer;
  color: rgba(50, 50, 50, 0.5);
}

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  cursor: hand;
  color: #67757c;
  border: 1px solid #ddd;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #ffffff !important;
  border: 1px solid #398bf7;
  background-color: #398bf7;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #67757c;
  border: 1px solid #ddd;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white;
  border: 1px solid #398bf7;
  background-color: #398bf7;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #67757c;
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}

/*******************
Table- responsive
******************/
.tablesaw-bar .btn-group label {
  color: #67757c !important;
}

/*******************
Table- editable table
******************/
.dt-bootstrap {
  display: block;
}

.paging_simple_numbers .pagination .paginate_button {
  padding: 0px;
  background: #ffffff;
}

.paging_simple_numbers .pagination .paginate_button:hover {
  background: #ffffff;
}

.paging_simple_numbers .pagination .paginate_button a {
  padding: 3px 10px;
  border: 0px;
}

.paging_simple_numbers .pagination .paginate_button.active a,
.paging_simple_numbers .pagination .paginate_button:hover a {
  background: #398bf7;
  color: #ffffff;
}

.fila-personal-scroll {
  /* Al agregar margen superior, engañamos al navegador. 
     Creerá que la fila es más alta por arriba, forzándolo a empujarla hacia abajo al centrarla. */
  scroll-margin-top: 120px; 
}

.stylish-table tbody tr {
  border-left: 3px solid transparent;
}

.stylish-table tbody tr:hover,
.stylish-table tbody tr.active {
  border-color: #398bf7;
}

/*******************
Table-Jsgrid table
******************/
.jsgrid-pager-page a,
.jsgrid-pager-current-page,
.jsgrid-pager-nav-button a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  color: #67757c;
  border: 1px solid #ddd;
}

.jsgrid-pager-page a:hover,
.jsgrid-pager-nav-button a:hover {
  background-color: #398bf7;
  color: #ffffff;
}

.jsgrid-pager-current-page {
  background-color: #398bf7;
  color: #ffffff;
}

.jsgrid-pager-page,
.jsgrid-pager-nav-button {
  padding: 0;
}

.jsgrid-pager-page.jsgrid-pager-current-page {
  padding: 0.5em 1em !important;
}

/*
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*/
/* perfect-scrollbar v0.7.1 */
.ps {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none;
}

@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}

.ps.ps--active-x>.ps__scrollbar-x-rail,
.ps.ps--active-y>.ps__scrollbar-y-rail {
  display: block;
  background-color: transparent;
}

.ps.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}

.ps.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail>.ps__scrollbar-y {
  background-color: transparent;
  width: 8px;
}

.ps>.ps__scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 0;
  bottom: 0px;
  /* there must be 'bottom' for ps__scrollbar-x-rail */
  height: 6px;
}

.ps>.ps__scrollbar-x-rail>.ps__scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  bottom: 2px;
  /* there must be 'bottom' for ps__scrollbar-x */
  height: 6px;
}

.ps>.ps__scrollbar-x-rail:hover>.ps__scrollbar-x,
.ps>.ps__scrollbar-x-rail:active>.ps__scrollbar-x {
  height: 6px;
}

.ps>.ps__scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 0;
  right: 0;
  /* there must be 'right' for ps__scrollbar-y-rail */
  width: 6px;
}

.ps>.ps__scrollbar-y-rail>.ps__scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  right: 2px;
  /* there must be 'right' for ps__scrollbar-y */
  width: 6px;
}

.ps>.ps__scrollbar-y-rail:hover>.ps__scrollbar-y,
.ps>.ps__scrollbar-y-rail:active>.ps__scrollbar-y {
  width: 6px;
}

.ps:hover.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail {
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0.9;
}

.ps:hover.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail>.ps__scrollbar-x {
  background-color: rgba(0, 0, 0, 0.2);
  height: 6px;
}

.ps:hover.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail>.ps__scrollbar-y {
  background-color: rgba(0, 0, 0, 0.2);
  width: 6px;
}

.ps:hover>.ps__scrollbar-x-rail,
.ps:hover>.ps__scrollbar-y-rail {
  opacity: 0.6;
}

.ps:hover>.ps__scrollbar-x-rail:hover>.ps__scrollbar-x {
  background-color: rgba(0, 0, 0, 0.2);
}

.ps:hover>.ps__scrollbar-y-rail:hover>.ps__scrollbar-y {
  background-color: rgba(0, 0, 0, 0.2);
}

#slimtest3.ps .ps__scrollbar-y-rail {
  left: 3px;
  right: auto;
}

#slimtest4.ps>.ps__scrollbar-y-rail>.ps__scrollbar-y {
  background-color: #398bf7;
}

#slimtest4.ps:hover.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail>.ps__scrollbar-y {
  background-color: #398bf7;
}

#slimtest4.ps:hover>.ps__scrollbar-y-rail:hover>.ps__scrollbar-y {
  background-color: #398bf7;
}

/*
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
*/
/*******************
/*User mail widgets*/
/*******************/
.topbar .top-navbar .mailbox {
  width: 300px;
}

.topbar .top-navbar .mailbox ul {
  padding: 0px;
}

.topbar .top-navbar .mailbox ul li {
  list-style: none;
}

.mailbox ul li .drop-title {
  font-weight: 500;
  padding: 11px 20px 15px;
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}

.mailbox ul li .nav-link {
  border-top: 1px solid rgba(120, 130, 140, 0.13);
  padding-top: 15px;
}

.mailbox .message-center {
  height: 200px;
  overflow: auto;
  position: relative;
}

.mailbox .message-center a {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
  display: block;
  text-decoration: none;
  padding: 9px 15px;
}

.mailbox .message-center a:hover {
  background: #e9edf2;
}

.mailbox .message-center a div {
  white-space: normal;
}

.mailbox .message-center a .user-img {
  width: 40px;
  position: relative;
  display: inline-block;
  margin: 0 10px 15px 0;
}

.mailbox .message-center a .user-img img {
  width: 100%;
}

.mailbox .message-center a .user-img .profile-status {
  border: 2px solid #ffffff;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  left: 30px;
  position: absolute;
  top: 1px;
  width: 10px;
}

.mailbox .message-center a .user-img .online {
  background: #06d79c;
}

.mailbox .message-center a .user-img .busy {
  background: #ef5350;
}

.mailbox .message-center a .user-img .away {
  background: #ffb22b;
}

.mailbox .message-center a .user-img .offline {
  background: #ffb22b;
}

.mailbox .message-center a .mail-contnet {
  display: inline-block;
  width: 75%;
  vertical-align: middle;
}

.mailbox .message-center a .mail-contnet h5 {
  margin: 5px 0px 0;
}

.mailbox .message-center a .mail-contnet .mail-desc,
.mailbox .message-center a .mail-contnet .time {
  font-size: 12px;
  display: block;
  margin: 1px 0;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #67757c;
  white-space: nowrap;
}

/*******************/
/*Weather*/
/*******************/
.city-weather-days {
  margin: 0px;
}

.city-weather-days li {
  text-align: center;
  padding: 15px 0;
}

.city-weather-days li span {
  display: block;
  padding: 10px 0 0;
  color: #99abb4;
}

.city-weather-days li i {
  display: block;
  font-size: 20px;
  color: #398bf7;
}

.city-weather-days li h3 {
  font-weight: 300;
  margin-top: 5px;
}

/*Weather small*/
.weather-small h1 {
  line-height: 30px;
}

.weather-small sup {
  font-size: 60%;
}

/*******************/
/*Comment widgets*/
/*******************/
.comment-widgets {
  position: relative;
  margin-bottom: 10px;
}

.comment-widgets .comment-row {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
  padding: 15px;
}

.comment-widgets .comment-row:last-child {
  border-bottom: 0px;
}

.comment-widgets .comment-row:hover,
.comment-widgets .comment-row.active {
  background: rgba(0, 0, 0, 0.02);
}

.comment-text {
  padding: 15px 15px 15px 20px;
  width: 80%;
}

.comment-text:hover .comment-footer .action-icons,
.comment-text.active .comment-footer .action-icons {
  visibility: visible;
}

.comment-text p {
  max-height: 50px;
  width: 100%;
  overflow: hidden;
}

.comment-footer .action-icons {
  visibility: hidden;
}

.comment-footer .action-icons a {
  padding-left: 7px;
  vertical-align: middle;
  color: #99abb4;
}

.comment-footer .action-icons a:hover,
.comment-footer .action-icons a.active {
  color: #398bf7;
}

/*******************/
/*To do widgets*/
/*******************/
.todo-list li {
  border: 0px;
  margin-bottom: 0px;
  padding: 20px 15px 15px 0px;
}

.todo-list li .checkbox {
  width: 100%;
}

.todo-list li .checkbox label {
  font-weight: 400;
  color: #455a64;
  width: 100%;
}

.todo-list li:last-child {
  border-bottom: 0px;
}

.todo-list li .assignedto {
  padding: 0px 0 0 27px;
  margin: 0px;
}

.todo-list li .assignedto li {
  list-style: none;
  padding: 0px;
  display: inline-block;
  border: 0px;
  margin-right: 2px;
}

.todo-list li .assignedto li img {
  width: 30px;
  border-radius: 100%;
}

.todo-list li .item-date {
  padding-left: 25px;
  font-size: 12px;
  display: inline-block;
}

.list-task .task-done span {
  text-decoration: line-through;
}

/*******************/
/*Chat widget*/
/*******************/
.chat-list {
  margin: 0px;
  padding: 0px;
}

.chat-list li {
  list-style: none;
  margin-top: 30px;
}

.chat-list li .chat-img {
  display: inline-block;
  width: 45px;
  vertical-align: top;
}

.chat-list li .chat-img img {
  width: 45px;
  border-radius: 100%;
}

.chat-list li .chat-content {
  width: calc(100% - 140px);
  display: inline-block;
  padding-left: 15px;
}

.chat-list li .chat-content h5 {
  color: #99abb4;
}

.chat-list li .chat-content .box {
  display: inline-block;
  margin-bottom: 10px;
  color: #263238;
}

.chat-list li .chat-time {
  display: inline-block;
  text-align: right;
  width: 80px;
  font-size: 13px;
  color: #99abb4;
}

.chat-list li.odd .chat-content {
  text-align: right;
  width: calc(100% - 90px);
}

.chat-list li.odd .box {
  clear: both;
}

.chat-list li.odd+.odd {
  margin-top: 0px;
}

.chat-list li.reverse {
  text-align: right;
}

.chat-list li.reverse .chat-time {
  text-align: left;
}

.chat-list li.reverse .chat-content {
  padding-left: 0px;
  padding-right: 15px;
}

/*******************/
/*Chat widget*/
/*******************/
.message-box ul li .drop-title {
  font-weight: 500;
  padding: 11px 20px 15px;
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}

.message-box ul li .nav-link {
  border-top: 1px solid rgba(120, 130, 140, 0.13);
  padding-top: 15px;
}

.message-box .message-widget {
  position: relative;
}

.message-box .message-widget a {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
  display: block;
  text-decoration: none;
  padding: 9px 15px;
}

.message-box .message-widget a:hover {
  background: #e9edf2;
}

.message-box .message-widget a:last-child {
  border-bottom: 0px;
}

.message-box .message-widget a div {
  white-space: normal;
}

.message-box .message-widget a .user-img {
  width: 45px;
  position: relative;
  display: inline-block;
  margin: 0 10px 15px 0;
}

.message-box .message-widget a .user-img img {
  width: 100%;
}

.message-box .message-widget a .user-img .profile-status {
  border: 2px solid #ffffff;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  left: 33px;
  position: absolute;
  top: -1px;
  width: 10px;
}

.message-box .message-widget a .user-img .online {
  background: #06d79c;
}

.message-box .message-widget a .user-img .busy {
  background: #ef5350;
}

.message-box .message-widget a .user-img .away {
  background: #ffb22b;
}

.message-box .message-widget a .user-img .offline {
  background: #ffb22b;
}

.message-box .message-widget a .mail-contnet {
  display: inline-block;
  width: 70%;
  vertical-align: middle;
}

.message-box .message-widget a .mail-contnet h5 {
  margin: 5px 0px 0;
}

.message-box .message-widget a .mail-contnet .mail-desc,
.message-box .message-widget a .mail-contnet .time {
  font-size: 12px;
  display: block;
  margin: 1px 0;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #67757c;
  white-space: nowrap;
}

/*******************/
/*Calendar widget*/
/*******************/
.calendar {
  float: left;
  margin-bottom: 0px;
}

.fc-view {
  margin-top: 30px;
}

.none-border .modal-footer {
  border-top: none;
}

.fc-toolbar {
  margin-bottom: 5px;
  margin-top: 15px;
}

.fc-toolbar h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  text-transform: uppercase;
}

.fc-day {
  background: #ffffff;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active,
.fc-toolbar button:focus,
.fc-toolbar button:hover,
.fc-toolbar .ui-state-hover {
  z-index: 0;
}

.fc-widget-header {
  border: 0px !important;
}

.fc-widget-content {
  border-color: rgba(120, 130, 140, 0.13) !important;
}

.fc th.fc-widget-header {
  color: #67757c;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  padding: 7px 0px;
  text-transform: uppercase;
}

.fc th.fc-sun,
.fc th.fc-tue,
.fc th.fc-thu,
.fc th.fc-sat {
  background: #f2f7f8;
}

.fc th.fc-mon,
.fc th.fc-wed,
.fc th.fc-fri {
  background: #f2f7f8;
}

.fc-view {
  margin-top: 0px;
}

.fc-toolbar {
  margin: 0px;
  padding: 24px 0px;
}

.fc-button {
  background: #ffffff;
  border: 1px solid rgba(120, 130, 140, 0.13);
  color: #67757c;
  text-transform: capitalize;
}

.fc-button:hover {
  background: #e9edf2;
  opacity: 0.8;
}

.fc-text-arrow {
  font-family: inherit;
  font-size: 16px;
}

.fc-state-hover {
  background: #F5F5F5;
}

.fc-unthemed .fc-today {
  border: 1px solid #ef5350;
  background: #e9edf2 !important;
}

.fc-state-highlight {
  background: #f0f0f0;
}

.fc-cell-overlay {
  background: #f0f0f0;
}

.fc-unthemed .fc-today {
  background: #ffffff;
}

.fc-event {
  border-radius: 0px;
  border: none;
  cursor: move;
  color: #ffffff !important;
  font-size: 13px;
  margin: 1px -1px 0 -1px;
  padding: 5px 5px;
  text-align: center;
  background: #398bf7;
}

.calendar-event {
  cursor: move;
  margin: 10px 5px 0 0;
  padding: 6px 10px;
  display: inline-block;
  color: #ffffff;
  min-width: 140px;
  text-align: center;
  background: #398bf7;
}

.calendar-event a {
  float: right;
  opacity: 0.6;
  font-size: 10px;
  margin: 4px 0 0 10px;
  color: #ffffff;
}

.fc-basic-view td.fc-week-number span {
  padding-right: 5px;
}

.fc-basic-view .fc-day-number {
  padding: 10px 15px;
  display: inline-block;
}

/*******************/
/*Steam line widget*/
/*******************/
.steamline {
  position: relative;
  border-left: 1px solid rgba(120, 130, 140, 0.13);
  margin-left: 20px;
}

.steamline .sl-left {
  float: left;
  margin-left: -20px;
  z-index: 1;
  width: 40px;
  line-height: 40px;
  text-align: center;
  height: 40px;
  border-radius: 100%;
  color: #ffffff;
  background: #263238;
  margin-right: 15px;
}

.steamline .sl-left img {
  max-width: 40px;
}

.steamline .sl-right {
  padding-left: 50px;
}

.steamline .sl-right .desc,
.steamline .sl-right .inline-photos {
  margin-bottom: 30px;
}

.steamline .sl-item {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
  margin: 20px 0;
}

.sl-date {
  font-size: 10px;
  color: #99abb4;
}

.time-item {
  border-color: rgba(120, 130, 140, 0.13);
  padding-bottom: 1px;
  position: relative;
}

.time-item:before {
  content: " ";
  display: table;
}

.time-item:after {
  background-color: #ffffff;
  border-color: rgba(120, 130, 140, 0.13);
  border-radius: 10px;
  border-style: solid;
  border-width: 2px;
  bottom: 0;
  content: '';
  height: 14px;
  left: 0;
  margin-left: -8px;
  position: absolute;
  top: 5px;
  width: 14px;
}

.time-item-item:after {
  content: " ";
  display: table;
}

.item-info {
  margin-bottom: 15px;
  margin-left: 15px;
}

.item-info p {
  margin-bottom: 10px !important;
}

/*******************/
/*Feed widget*/
/*******************/
.feeds {
  margin: 0px;
  padding: 0px;
}

.feeds li {
  list-style: none;
  padding: 10px;
  display: block;
}

.feeds li:hover {
  background: #ebf3f5;
}

.feeds li>div {
  width: 40px;
  height: 40px;
  margin-right: 5px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border-radius: 100%;
}

.feeds li>div i {
  line-height: 40px;
}

.feeds li span {
  float: right;
  width: auto;
  font-size: 12px;
}

/*******************/
/*Vertical carousel*/
/*******************/
.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100% 0);
}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

/*******************/
/*social-widgets*/
/*******************/
.social-widget .soc-header {
  padding: 15px;
  text-align: center;
  font-size: 36px;
  color: #fff;
}

.social-widget .soc-header.box-facebook {
  background: #3b5998;
}

.social-widget .soc-header.box-twitter {
  background: #00aced;
}

.social-widget .soc-header.box-google {
  background: #f86c6b;
}

.social-widget .soc-header.box-linkedin {
  background: #4875b4;
}

.social-widget .soc-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

.social-widget .soc-content div {
  padding: 10px;
}

.social-widget .soc-content div h3 {
  margin-bottom: 0px;
}

/*******************/
/*social-profile-first*/
/*******************/
.social-profile-first {
  text-align: center;
  padding-top: 22%;
  margin-bottom: 96px;
}

.social-profile-first.bg-over {
  background: rgba(56, 83, 161, 0.7);
}

.social-profile-first .middle {
  vertical-align: middle;
}

/*******************/
/*profile timeline widget*/
/*******************/
.profiletimeline {
  position: relative;
  padding-left: 40px;
  margin-right: 10px;
  border-left: 1px solid rgba(120, 130, 140, 0.13);
  margin-left: 30px;
}

.profiletimeline .sl-left {
  float: left;
  margin-left: -60px;
  z-index: 1;
  margin-right: 15px;
}

.profiletimeline .sl-left img {
  max-width: 40px;
}

.profiletimeline .sl-item {
  margin-top: 8px;
  margin-bottom: 30px;
}

.profiletimeline .sl-date {
  font-size: 12px;
  color: #99abb4;
}

.profiletimeline .time-item {
  border-color: rgba(120, 130, 140, 0.13);
  padding-bottom: 1px;
  position: relative;
}

.profiletimeline .time-item:before {
  content: " ";
  display: table;
}

.profiletimeline .time-item:after {
  background-color: #ffffff;
  border-color: rgba(120, 130, 140, 0.13);
  border-radius: 10px;
  border-style: solid;
  border-width: 2px;
  bottom: 0;
  content: '';
  height: 14px;
  left: 0;
  margin-left: -8px;
  position: absolute;
  top: 5px;
  width: 14px;
}

.profiletimeline .time-item-item:after {
  content: " ";
  display: table;
}

.profiletimeline .item-info {
  margin-bottom: 15px;
  margin-left: 15px;
}

.profiletimeline .item-info p {
  margin-bottom: 10px !important;
}

/*little-profile*/
.little-profile .pro-img {
  margin-bottom: 20px;
}

.little-profile .pro-img img {
  width: 128px;
  height: 128px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 100%;
}

.little-profile .soc-pro a {
  color: #99abb4;
}

.little-profile .soc-pro a:hover {
  color: #263238;
}

/*******************
/*States row*/
/*******************/
.stats-row {
  margin-bottom: 20px;
}

.stats-row .stat-item {
  display: inline-block;
  padding-right: 15px;
}

.stats-row .stat-item+.stat-item {
  padding-left: 15px;
  border-left: 1px solid rgba(120, 130, 140, 0.13);
}

/*******************/
/*Guage chart*/
/*******************/
.gaugejs-box {
  position: relative;
  margin: 0 auto;
}

.gaugejs-box canvas.gaugejs {
  width: 100% !important;
  height: auto !important;
}

/*******************/
/*country-state*/
/*******************/
.country-state {
  list-style: none;
  margin: 0;
  padding: 0 0 0 10px;
}

.country-state li {
  margin-top: 30px;
  margin-bottom: 10px;
}

.country-state h2 {
  margin-bottom: 0px;
  font-weight: 400;
}

/*contact widgets*/
.contact-box {
  position: relative;
}

.contact-box .add-ct-btn {
  position: absolute;
  right: 4px;
  top: -46px;
}

.contact-box .contact-widget>a {
  padding: 15px 10px;
}

.contact-box .contact-widget>a .user-img {
  margin-bottom: 0px !important;
}

/*Blog widgets*/
.blog-widget {
  margin-top: 30px;
}

.blog-widget .blog-image img {
  border-radius: 4px;
  margin-top: -45px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

/*******************/
/*Msg box*/
/*******************/
.msg-item {
  margin-bottom: 20px;
}

.msg-body {
  background: #ffffff;
  padding: 15px;
  font-size: 14px;
  position: relative;
}

.msg-body .dwn-aro {
  width: 0;
  position: absolute;
  bottom: -8px;
  height: 0;
  left: 10px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #ffffff;
}

.m-pic img {
  width: 40px;
  border-radius: 100%;
}

/*******************/
/*Activity widgets*/
/*******************/
.activity-box .date-devider {
  border-top: 2px solid rgba(120, 130, 140, 0.13);
  position: relative;
}

.activity-box .date-devider span {
  background: #e9edf2;
  padding: 5px 15px;
  border-radius: 60px;
  font-size: 14px;
  top: -15px;
  position: relative;
  margin-left: 20px;
}

.activity-box .activity-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.activity-box .activity-item .image-list>a {
  margin-left: -15px;
  position: relative;
  vertical-align: middle;
}

.activity-box .activity-item .image-list>a:first-child,
.activity-box .activity-item .image-list>a:last-child {
  margin-left: 0px;
}

.activity-box .activity-item .image-list>a:hover {
  z-index: 10;
}

.activity-box .activity-item .image-list>a:hover img {
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
}

/*
Template Name: Admin Pro Admin
Author: Wrappixel
Email: niravjoshi87@gmail.com
File: scss
*/
@media (min-width: 1600px) {

  .col-xlg-1,
  .col-xlg-10,
  .col-xlg-11,
  .col-xlg-12,
  .col-xlg-2,
  .col-xlg-3,
  .col-xlg-4,
  .col-xlg-5,
  .col-xlg-6,
  .col-xlg-7,
  .col-xlg-8,
  .col-xlg-9 {
    float: left;
  }

  .col-xlg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .col-xlg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66666667%;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-xlg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333333%;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xlg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xlg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66666667%;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-xlg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333333%;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xlg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xlg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66666667%;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-xlg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333333%;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xlg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xlg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66666667%;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-xlg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333333%;
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-xlg-pull-12 {
    right: 100%;
  }

  .col-xlg-pull-11 {
    right: 91.66666667%;
  }

  .col-xlg-pull-10 {
    right: 83.33333333%;
  }

  .col-xlg-pull-9 {
    right: 75%;
  }

  .col-xlg-pull-8 {
    right: 66.66666667%;
  }

  .col-xlg-pull-7 {
    right: 58.33333333%;
  }

  .col-xlg-pull-6 {
    right: 50%;
  }

  .col-xlg-pull-5 {
    right: 41.66666667%;
  }

  .col-xlg-pull-4 {
    right: 33.33333333%;
  }

  .col-xlg-pull-3 {
    right: 25%;
  }

  .col-xlg-pull-2 {
    right: 16.66666667%;
  }

  .col-xlg-pull-1 {
    right: 8.33333333%;
  }

  .col-xlg-pull-0 {
    right: auto;
  }

  .col-xlg-push-12 {
    left: 100%;
  }

  .col-xlg-push-11 {
    left: 91.66666667%;
  }

  .col-xlg-push-10 {
    left: 83.33333333%;
  }

  .col-xlg-push-9 {
    left: 75%;
  }

  .col-xlg-push-8 {
    left: 66.66666667%;
  }

  .col-xlg-push-7 {
    left: 58.33333333%;
  }

  .col-xlg-push-6 {
    left: 50%;
  }

  .col-xlg-push-5 {
    left: 41.66666667%;
  }

  .col-xlg-push-4 {
    left: 33.33333333%;
  }

  .col-xlg-push-3 {
    left: 25%;
  }

  .col-xlg-push-2 {
    left: 16.66666667%;
  }

  .col-xlg-push-1 {
    left: 8.33333333%;
  }

  .col-xlg-push-0 {
    left: auto;
  }

  .offset-xlg-12 {
    margin-left: 100%;
  }

  .offset-xlg-11 {
    margin-left: 91.66666667%;
  }

  .offset-xlg-10 {
    margin-left: 83.33333333%;
  }

  .offset-xlg-9 {
    margin-left: 75%;
  }

  .offset-xlg-8 {
    margin-left: 66.66666667%;
  }

  .offset-xlg-7 {
    margin-left: 58.33333333%;
  }

  .offset-xlg-6 {
    margin-left: 50%;
  }

  .offset-xlg-5 {
    margin-left: 41.66666667%;
  }

  .offset-xlg-4 {
    margin-left: 33.33333333%;
  }

  .offset-xlg-3 {
    margin-left: 25%;
  }

  .offset-xlg-2 {
    margin-left: 16.66666667%;
  }

  .offset-xlg-1 {
    margin-left: 8.33333333%;
  }

  .offset-xlg-0 {
    margin-left: 0;
  }
}

.col-xlg-1,
.col-xlg-10,
.col-xlg-11,
.col-xlg-12,
.col-xlg-2,
.col-xlg-3,
.col-xlg-4,
.col-xlg-5,
.col-xlg-6,
.col-xlg-7,
.col-xlg-8,
.col-xlg-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/*-------------------*/
/*Bootstrap 4 hack*/
/*-------------------*/
.bootstrap-touchspin .input-group-btn {
  -webkit-box-align: normal;
  -webkit-align-items: normal;
  -ms-flex-align: normal;
  align-items: normal;
}

.form-control-danger,
.form-control-success,
.form-control-warning {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right .5625rem;
  -webkit-background-size: 1.125rem 1.125rem;
  background-size: 1.125rem 1.125rem;
}

.has-success .col-form-label,
.has-success .custom-control,
.has-success .form-check-label,
.has-success .form-control-feedback,
.has-success .form-control-label {
  color: #06d79c;
}

.form-control-search {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right .5625rem;
  -webkit-background-size: 1.125rem 1.125rem;
  background-size: 1.125rem 1.125rem;
}


.has-success .form-control-success {
  background-image: url(../../assets/images/icon/success.svg);
}

.has-search .form-control-search {
  background-image: url(../../assets/images/icon/search.svg);
}

.form-control-search {
  background-image: url(../../assets/images/icon/search.svg);
}

.has-success .form-control {
  border-color: #06d79c;
}

.has-warning .col-form-label,
.has-warning .custom-control,
.has-warning .form-check-label,
.has-warning .form-control-feedback,
.has-warning .form-control-label {
  color: #ffb22b;
}

.has-warning .form-control-warning {
  background-image: url(../../assets/images/icon/warning.svg);
}

.has-warning .form-control {
  border-color: #ffb22b;
}

.has-danger .col-form-label,
.has-danger .custom-control,
.has-danger .form-check-label,
.has-danger .form-control-feedback,
.has-danger .form-control-label {
  color: #ef5350;
}

.has-danger .form-control-danger {
  background-image: url(../../assets/images/icon/danger.svg);
}

.has-danger .form-control {
  border-color: #ef5350;
}

.input-group-addon [type="radio"]:not(:checked),
.input-group-addon [type="radio"]:checked,
.input-group-addon [type="checkbox"]:not(:checked),
.input-group-addon [type="checkbox"]:checked {
  position: initial;
  opacity: 1;
}

.invisible {
  visibility: hidden !important;
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

.card-inverse .card-blockquote,
.card-inverse .card-footer,
.card-inverse .card-header,
.card-inverse .card-title {
  color: #ffffff;
}

/*
Template Name: Admin Pro Admin
Author: Wrappixel
Email: niravjoshi87@gmail.com
File: scss
*/
/*============================================================== 
 For Laptop & above all (1650px) 
 ============================================================== */
@media (min-width: 1650px) {
  .widget-app-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }

  .campaign {
    height: 365px !important;
  }

  .website-visitor {
    height: 445px;
  }

  .auto-height {
    max-height: 315px;
  }
}

@media (max-width: 1600px) {
  .website-visitor {
    height: 333px;
  }

  .auto-height {
    min-height: 240px;
  }
}

/*============================================================== 
 For Laptop & above all (1370px) 
 ============================================================== */
@media (max-width: 1370px) {
  .widget-app-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }

  .website-visitor {
    height: 353px;
  }

  .auto-height {
    min-height: 186px;
  }
}

/*-- ============================================================== 
 Small Desktop & above all (1024px) 
 ============================================================== */
@media (min-width: 1024px) {
  .page-wrapper {
    margin-left: 240px;
  }
}

@media (max-width: 1023px) {
  .page-wrapper {
    margin-left: 70px;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
  }

  .widget-app-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  .inbox-center a {
    width: 200px;
  }

  .hdr-nav-bar .navbar .navbar-nav>li a {
    padding: 12px 15px;
    border-bottom: 0px solid transparent;
    border-left: 2px solid transparent;
  }

  .hdr-nav-bar .navbar .navbar-nav>li:hover a {
    padding: 12px 20px;
  }

  .hdr-nav-bar .call-to-act .custom-select {
    margin-bottom: 10px;
  }

  .d-flex {
    display: block !important;
  }

  .d-flex.no-block {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

/*-- ============================================================== 
 Ipad & above all(768px) 
 ============================================================== */
@media (min-width: 768px) {
  .navbar-header {
    width: 240px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .navbar-header .navbar-brand {
    padding-top: 0px;
  }

  /*This is for the breeadcrumd*/
  .page-titles .breadcrumb {
    float: right;
  }

  .card-group .card:first-child,
  .card-group .card:not(:first-child):not(:last-child) {
    border-right: 1px solid rgba(0, 0, 0, 0.03);
  }

  .material-icon-list-demo .icons div {
    width: 33%;
    padding: 15px;
    display: inline-block;
    line-height: 40px;
  }

  .mini-sidebar .page-wrapper {
    margin-left: 70px;
  }

  .flex-wrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
  }
}

/*-- ============================================================== 
 Phone and below ipad(767px) 
 ============================================================== */
@media (max-width: 767px) {
  .container-fluid {
    padding: 25px 15px 25px 15px;
  }

  /*Header*/
  .topbar {
    position: fixed;
    width: 100%;
  }

  .topbar .top-navbar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
  }

  .topbar .top-navbar .navbar-collapse {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .topbar .top-navbar .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .topbar .top-navbar .navbar-nav>.nav-item.show {
    position: static;
  }

  .topbar .top-navbar .navbar-nav>.nav-item.show .dropdown-menu {
    width: 100%;
    margin-top: 0px;
  }

  .topbar .top-navbar .navbar-nav>.nav-item>.nav-link {
    padding-left: .50rem;
    padding-right: .50rem;
  }

  .topbar .top-navbar .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .mega-dropdown .dropdown-menu {
    height: 480px;
    overflow: auto;
  }

  /*Sidebar and wrapper*/
  .mini-sidebar .page-wrapper {
    margin-left: 0px;
    padding-top: 70px;
  }

  .comment-text .comment-footer .action-icons {
    display: block;
    padding: 10px 0;
  }

  .vtabs .tabs-vertical {
    width: auto;
  }

  /*Footer*/
  .material-icon-list-demo .icons div {
    width: 100%;
  }

  .error-page .footer {
    position: fixed;
    bottom: 0px;
    z-index: 10;
  }

  .error-box {
    position: relative;
    padding-bottom: 60px;
  }

  .error-body {
    padding-top: 10%;
  }

  .error-body h1 {
    font-size: 100px;
    font-weight: 600;
    line-height: 100px;
  }

  .login-register {
    position: relative;
    overflow: hidden;
  }

  .login-box {
    width: 90%;
  }

  .login-sidebar {
    padding: 10% 0;
  }

  .login-sidebar .login-box {
    position: relative;
  }

  /*This is for chat page*/
  .chat-main-box .chat-left-aside {
    left: -250px;
    position: absolute;
    -webkit-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
    background: #ffffff;
  }

  .chat-main-box .chat-left-aside.open-pnl {
    left: 0px;
  }

  .chat-main-box .chat-left-aside .open-panel {
    display: block;
  }

  .chat-main-box .chat-right-aside {
    width: 100%;
  }

  /*Timeline*/
  ul.timeline:before {
    left: 40px;
  }

  .loadexr {
    border: 3px solid #f3f3f3;
    /* color del borde */
    border-top: 3px solid #398bf7;
    /* color del borde superior */
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
    /* animación */
    margin: 20px auto;
    /* ajusta el margen según sea necesario */
  }

  .card-body .box-panel {
    float: left;
    position: relative;
    width: 46%;
    padding: 20px;
    border: 1px solid rgba(120, 130, 140, 0.13);
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
  }

  ul.timeline>li>.timeline-panel {
    width: calc(100% - 90px);
  }

  ul.timeline>li>.timeline-badge {
    top: 16px;
    left: 15px;
    margin-left: 0;
  }

  ul.timeline>li>.timeline-panel {
    float: right;
  }

  ul.timeline>li>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
  }

  ul.timeline>li>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
  }

  /*Contact app page*/
  .left-aside {
    width: 100%;
    position: relative;
    border: 0px;
  }

  .right-aside {
    margin-left: 0px;
  }

  .flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
  }

  .chat-list li .chat-content {
    width: calc(100% - 80px);
  }

  /*Calendar*/
  .fc-toolbar .fc-left,
  .fc-toolbar .fc-right,
  .fc-toolbar .fc-center {
    float: none;
    display: block;
    text-align: center;
    margin-top: 10px;
    overflow: hidden;
  }
}

.right-side-panel {
  width: 275px;
  padding: 20px;
  padding-bottom: 70px;
  background: #e9edf2;
  position: absolute;
  right: 0px;
  top: 77px;
  height: calc(100% - 77px);
  overflow: hidden;
}

/*
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*/
/*******************
Vertical tabs
******************/
.vtabs {
  display: table;
}

.vtabs .tabs-vertical {
  width: 150px;
  border-bottom: 0px;
  border-right: 1px solid rgba(120, 130, 140, 0.13);
  display: table-cell;
  vertical-align: top;
}

.vtabs .tabs-vertical li .nav-link {
  color: #263238;
  margin-bottom: 10px;
  border: 0px;
  border-radius: 4px 0 0 4px;
}

.vtabs .tab-content {
  display: table-cell;
  padding: 20px;
  vertical-align: top;
}

.tabs-vertical li .nav-link.active,
.tabs-vertical li .nav-link:hover,
.tabs-vertical li .nav-link.active:focus {
  background: #398bf7;
  border: 0px;
  color: #ffffff;
}

/*Custom vertical tab*/
.customvtab .tabs-vertical li .nav-link.active,
.customvtab .tabs-vertical li .nav-link:hover,
.customvtab .tabs-vertical li .nav-link:focus {
  background: #ffffff;
  border: 0px;
  border-right: 2px solid #398bf7;
  margin-right: -1px;
  color: #398bf7;
}

.tabcontent-border {
  border: 1px solid #ddd;
  border-top: 0px;
}

.customtab2 li a.nav-link {
  border: 0px;
  margin-right: 3px;
  color: #67757c;
}

.customtab2 li a.nav-link.active {
  background: #398bf7;
  color: #ffffff;
}

.customtab2 li a.nav-link:hover {
  color: #ffffff;
  background: #398bf7;
}

/*Accordion*/
html body .accordion .card {
  margin-bottom: 0px;
}

.input-rounded-left {
  border-bottom-left-radius: 60px;
  border-top-left-radius: 60px;
  padding: 7px 18px;
}

.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.input-wrapper {
  position: relative;
}

.input-wrapper input {
  padding-left: 30px;
  /* Ajusta según el ancho del ícono */
}

.input-wrapper i {
  position: absolute;
  left: 10px;
  /* Ajusta según sea necesario */
  top: 50%;
  transform: translateY(-50%);
  color: #ccc;
  /* Color del ícono */
}

.loader-circle {
  border: 3px solid #dadada;
  /* color del borde */
  border-top: 3px solid #398bf7;
  /* color del borde superior */
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 2s linear infinite;
  /* animación */
  margin: 20px auto;
  position: absolute;
  margin-top: 2px;
  margin-left: 10px;
  /* ajusta el margen según sea necesario */
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.no-select {
  user-select: none;
  font-weight: 500;
}

body.dark-theme .no-select {
  user-select: none;
  color: #f8fafc;
}


.small-text {
  line-height: 16px;
  font-size: 14px;
  font-weight: 400;
  color: #455a64;
}

/* ============================================================== 
   Personalización de jQuery Toast (Notificaciones)
   ============================================================== */

/* 1. SUCCESS (Verde) */
.jq-toast-wrap .jq-toast-single.jq-icon-success {
  background-color: #00c292 !important;
  color: #fff !important;
  border-color: #00c292 !important;
}

/* 2. ERROR (Rojo) */
.jq-toast-wrap .jq-toast-single.jq-icon-error {
  background-color: #ef5350 !important;
  color: #fff !important;
  border-color: #ef5350 !important;
}

/* 3. WARNING (Naranja) */
.jq-toast-wrap .jq-toast-single.jq-icon-warning {
  background-color: #ffb22b !important;
  color: #fff !important;
  border-color: #ffb22b !important;
}

/* 4. INFO (Azul) */
.jq-toast-wrap .jq-toast-single.jq-icon-info {
  background-color: #1e88e5 !important;
  color: #fff !important;
  border-color: #1e88e5 !important;
}

/* Ajuste general para el texto del título y contenido */
.jq-toast-single h2.jq-toast-heading,
.jq-toast-single {
  font-family: 'Poppins', sans-serif;
  /* O la fuente de tu template */
}

/* =========================================
   SKELETON LOADER BASE (MÉTODO SHIMMER)
   ========================================= */
.skeleton-loader {
  background-color: #e2e8f0;
  position: relative;
  overflow: hidden;
  display: inline-block;
  border-radius: 4px;
}

.skeleton-loader::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background-image: linear-gradient(90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.4) 30%,
      rgba(255, 255, 255, 0.4) 70%,
      rgba(255, 255, 255, 0) 100%);
  animation: shimmer 1.5s infinite;
}

@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}


.skeleton-box {
  background: #e2e8f0;
  background-image: linear-gradient(to right,
      #e2e8f0 0%, #cbd5e1 20%, #e2e8f0 40%, #e2e8f0 100%);
  background-repeat: no-repeat;
  background-size: 800px 100%;
  animation: shimmer-bg 1.5s infinite linear forwards;
  /* <-- Nombre cambiado */
}

@keyframes shimmer-box {
  0% {
    background-position: -468px 0;
  }

  100% {
    background-position: 468px 0;
  }
}

/* =========================================
   🧩 CLASES GENÉRICAS (PIEZAS DE LEGO)
   ========================================= */

/* 1. Círculos (Avatares, Iconos, Botones redondos) */
.sk-circle {
  border-radius: 50%;
  /* Tamaño por defecto, lo puedes pisar con estilos en línea si necesitas uno más chico/grande */
  width: 32px;
  height: 32px;
}

/* 2. Botones (Rectangulares con bordes redondeados) */
.sk-button {
  border-radius: 20px;
  /* Estilo píldora */
  width: 80px;
  height: 24px;
}

.sk-button-square {
  border-radius: 8px;
  /* Bordes suaves */
  width: 80px;
  height: 32px;
}

/* 3. Textos (Títulos, Labels, Párrafos) */
.sk-title {
  display: block;
  height: 18px;
  width: 60%;
  margin-bottom: 8px;
}

.sk-label {
  display: block;
  height: 12px;
  width: 40%;
}

.sk-text {
  display: block;
  height: 14px;
  width: 100%;
  margin-bottom: 6px;
}

/* 4. Modificadores de ancho rápidos (Para variar los párrafos) */
.sk-w-100 {
  width: 100%;
}

.sk-w-80 {
  width: 80%;
}

.sk-w-60 {
  width: 60%;
}

.sk-w-40 {
  width: 40%;
}

/* =========================================
   🌙 SKELETON MODO OSCURO (CORREGIDO)
   ========================================= */
body.dark-theme .skeleton-loader {
  background-color: #334155 !important;
  animation: pulse-grayscale 2s ease-in-out infinite !important;
}

body.dark-theme .skeleton-loader::after {
  display: none !important;
}

@keyframes pulse-grayscale {
  0% {
    background-color: #334155;
  }

  50% {
    background-color: #1E293B;
  }

  100% {
    background-color: #334155;
  }
}

/* Esto se aplica al tbody que tiene los datos reales */
.fade-in-table {
  animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(5px);
    /* Un pequeño movimiento hacia arriba le da un toque premium */
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.tooltip {
  pointer-events: none !important;
  z-index: 99999 !important;
}

/* 2. Estilizar el recuadro negro */
.tooltip-inner {
  color: #ffffff !important;
  border-radius: 20px !important;
  /* Forma de píldora/cápsula */
  padding: 5px 15px !important;
  font-size: 12px;
  font-weight: 500;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  /* Sombra para que flote */
  border: none !important;
}

::ng-deep .tooltip-inner {
  max-width: 300px !important;
}


/* 1. CONTENEDOR PRINCIPAL: Forzamos posición debajo y alineado a la derecha */
.dropdown .dropdown-menu-right {
  top: 100% !important;
  right: 0 !important;
  left: auto !important;
  transform: none !important;
  /* Desactivamos el cálculo automático de Popper.js */
  margin-top: 10px !important;
  border: 1px solid #e9ecef;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15) !important;
  z-index: 1050;
  /* Evita que se salga en pantallas que no llegan a los 700px */
  max-width: calc(100vw - 30px) !important;
}

/* 2. DISEÑO DE COLUMNAS: Separación visual */
.border-right {
  border-right: 1px solid #f2f4f8 !important;
}

/* 3. TIPOGRAFÍA Y ESTILOS INTERNOS */
.dropdown-menu label.font-weight-bold {
  font-size: 11px;
  letter-spacing: 0.8px;
  color: #99abb4;
  text-transform: uppercase;
}

.dropdown-menu .form-control-sm {
  border-radius: 6px;
  height: 32px;
}

/* 4. RESPONSIVO: Para que en celulares no se rompa */
@media (max-width: 767px) {
  .dropdown-menu-right {
    width: 95vw !important;
    position: fixed !important;
    top: 15% !important;
    left: 2.5% !important;
    right: 2.5% !important;
    height: auto;
    max-height: 80vh;
    overflow-y: auto;
  }

  .border-right {
    border-right: none !important;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}

/* --- PAGINACIÓN: Estilos Generales (Inactivos por defecto) --- */
.pagination-rounded .page-link {
  border-radius: 6px !important;
  /* Bordes ligeramente redondeados (ya no circulares) */
  margin: 0 4px;
  /* Un poco más de espacio entre cuadros */
  border: 1px solid #e2e5e8;
  /* EL BORDE GRIS QUE PEDISTE */
  color: #495057;
  /* Color del número */
  background-color: #ffffff;
  /* Fondo blanco */
  font-weight: 400 !important;
  /* Fuente normal (no negrita) como pediste */

  /* Dimensiones para que parezcan cuadrados */
  min-width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

/* --- Hover (Al pasar el mouse por uno inactivo) --- */
.pagination-rounded .page-link:hover {
  background-color: #f8f9fa;
  border-color: #dbe0e4;
  color: #333;
}

/* --- ESTADO ACTIVO (El botón azul seleccionado) --- */
.pagination-rounded .page-item.active .page-link {
  background-color: #398bf7;
  /* Azul brillante similar a tu imagen */
  border-color: #398bf7;
  /* El borde se vuelve azul para fusionarse */
  color: #ffffff;
  font-weight: 500 !important;
  /* El activo suele verse mejor con un pelín más de peso, o puedes dejarlo en 400 */
  box-shadow: 0 2px 5px rgba(37, 99, 235, 0.3);
}

/* --- Botones Deshabilitados (Anterior/Siguiente cuando no hay más) --- */
.pagination-rounded .page-item.disabled .page-link {
  color: #cfcfcf;
  background-color: #f8f9fa;
  /* Un fondo gris muy clarito para indicar deshabilitado */
  border-color: #eff2f7;
  cursor: not-allowed;
}

/* Ajuste de iconos (flechas) */
.pagination-rounded .page-link i {
  font-size: 1.1rem;
  line-height: 1;
}

/* ============================================================== */
/* PANEL LATERAL DE AUDITORÍA (DRAWER) */
/* ============================================================== */

/* 1. POSICIONAMIENTO Y ESTRUCTURA GENERAL */
.right-sidebar {
  /* Empujamos hacia abajo la altura del Navbar (Ajustar 70px si varía) */
  top: 70px !important;

  /* Altura = 100% pantalla MENOS el navbar */
  height: calc(100vh - 70px) !important;

  /* Z-index menor que el navbar (1000) pero mayor que el contenido (1) */
  z-index: 50 !important;

  /* Sombra suave */
  box-shadow: -5px 0 20px rgba(0, 0, 0, 0.1);
}

/* 2. CONTENEDOR FLEX (Para el scroll interno) */
.right-sidebar .slimscrollright {
  height: 100% !important;
  display: flex;
  /* Activamos Flexbox */
  flex-direction: column;
}

/* Título fijo arriba */
.right-sidebar .rpanel-title {
  flex-shrink: 0;
  /* No se encoge */
  width: 100%;
  z-index: 10;
  text-transform: none !important;
}

/* Cuerpo con Scroll independiente */
.right-sidebar .r-panel-body {
  flex-grow: 1;
  /* Ocupa todo el espacio sobrante */
  overflow-y: auto;
  /* SCROLL AQUÍ */
  overflow-x: hidden;
  height: 0;
  /* Truco Flexbox para scroll correcto */
  padding-bottom: 20px;
}

/* Estilizar la barra de scroll (Chrome/Safari/Edge) */
.right-sidebar .r-panel-body::-webkit-scrollbar {
  width: 6px;
}

.right-sidebar .r-panel-body::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

/* Reseteamos el estilo del título para que sea blanco y limpio */
.right-sidebar .rpanel-title.clean-header {
  background: #ffffff !important;
  /* Fondo blanco */
  color: #2b2b2b !important;
  /* Texto oscuro */
  border-bottom: 1px solid #e9ecef;
  /* Línea gris suave abajo */

  /* Flexbox para alinear título y botón cerrar */
  display: flex;
  align-items: center;

  /* Asegurar que se quede fijo arriba */
  flex-shrink: 0;
  width: 100%;
  z-index: 10;
}

/* El texto del título (h4) */
.right-sidebar .rpanel-title h4 {
  font-size: 18px;
  font-weight: 400;
  /* Texto semi-negrita */
  display: inline-flex;
  align-items: center;
  text-transform: none !important;
}

/* El botón de cerrar (X) */
.right-sidebar .rpanel-title .ti-close {
  color: #99abb4;
  /* Gris medio */
  font-size: 14px;
  font-weight: bold;
  transition: 0.2s;
}

/* Efecto hover en la X */
.right-sidebar .rpanel-title .ti-close:hover {
  color: #e46a76;
  /* Rojo al pasar el mouse */
  transform: rotate(90deg);
}

/* Estilo para el subtítulo (Código) */
.right-sidebar .card-subtitle {
  color: #99abb4 !important;
  /* El color gris suave (Tenue) */
  /* Un poco más pequeño que el título */
  font-weight: 400;
  /* Letra normal, NO negrita */
  text-transform: none;
  /* Asegura que no salga en mayúsculas */
}



/* ============================================================== */
/* ESTILOS DEL TIMELINE (ITEMS) */
/* ============================================================== */

/* Contenedor del item */
.audit-item {
  display: flex;
  margin-bottom: 30px;
  position: relative;
}

/* Columna Izquierda (Icono + Línea) */
.audit-icon-line {
  width: 50px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 15px;
  position: relative;
}

/* Línea vertical conectora */
.audit-line {
  width: 2px;
  background-color: #e9ecef;
  flex-grow: 1;
  margin-top: 5px;
  min-height: 20px;
}

/* Ocultar línea en el último elemento */
.audit-item:last-child .audit-line {
  display: none;
}

/* Columna Derecha (Contenido) */
.audit-content {
  flex-grow: 1;
}

/* Tarjeta de detalles (Gris) */
.audit-card {
  background-color: #f8f9fa;
  border: 1px solid #edf1f5;
  font-size: 0.9rem;
}

/* Variación para Errores/Observaciones */
.bg-light-danger {
  background-color: #fdf2f4 !important;
  border-color: #facbd6 !important;
}

.btn-light-negative,
.btn-light-negative.disabled {
  background-color: #ebecf0 !important;
  border-color: #42526e !important;
  border: none;
  -webkit-box-shadow: 0 2px 2px 0 rgba(40, 190, 189, 0.14), 0 3px 1px -2px rgba(40, 190, 189, 0.2), 0 1px 5px 0 rgba(40, 190, 189, 0.12);
  box-shadow: 0 2px 2px 0 rgba(40, 190, 189, 0.14), 0 3px 1px -2px rgba(40, 190, 189, 0.2), 0 1px 5px 0 rgba(40, 190, 189, 0.12);
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.btn-light-negative:hover,
.btn-light-negative.disabled:hover {
  background: #06d79c;
  -webkit-box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
  box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
  border: 1px solid #06d79c;
}

.btn-light-negative.active,
.btn-light-negative:active,
.btn-light-negative:focus,
.btn-light-negative.disabled.active,
.btn-light-negative.disabled:active,
.btn-light-negative.disabled:focus {
  background: #04b381;
  -webkit-box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
  box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
  border-color: transparent;
}

.truncate-text {
  white-space: nowrap;
  /* Evita que el texto salte de línea */
  overflow: hidden;
  /* Esconde lo que sobra */
  text-overflow: ellipsis;
  /* Agrega los "..." */
  display: block;
  /* Necesario para que funcione el ancho */
}

/* Contenedor base de la alerta */
.floating-alert {
  position: fixed;
  z-index: 99999 !important;
  /* Le subimos un 9 más por si acaso */
  bottom: 24px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 24px;
  color: white;
  /* El color de fondo lo daremos dinámicamente */
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  font-family: 'Inter', sans-serif;
  min-width: 320px;

  min-height: 52px;
  /* Esto ancla la altura mínima, esté el botón o no */
  box-sizing: border-box;

  transform: translateY(200%);
  opacity: 0;

  transition: background-color 0.35s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.3s ease,
    transform 0.3s ease;
}

.floating-alert.show {
  transform: translateY(0);
  opacity: 1;
}

.floating-alert.hide {
  transform: translateY(150%);
  opacity: 0;
}

/* NUEVOS COLORES DINÁMICOS */
.floating-alert.bg-success {
  background-color: #10B981;
}

.floating-alert.bg-error {
  background-color: #ef4444;
}

.floating-alert.bg-restore {
  background-color: #3b82f6;
}

/* Azul para restaurar */

/* Estilos de botones internos */
.btn-undo {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: white;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 12px;
  cursor: pointer;
  margin-left: 10px;
  margin-right: 5px;
  transition: background 0.2s;
}

.btn-undo:hover {
  background: rgba(255, 255, 255, 0.3);
}

.btn-close-alert {
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  padding: 0;
  opacity: 0.8;
}

.btn-close-alert:hover {
  opacity: 1;
}

/* --- TUS ESTILOS ANTERIORES SE MANTIENEN --- */

/* Nueva variante: Modo "Restaurando" (Fondo oscuro tipo Monday.com) */
.floating-alert.restore {
  background-color: #10B981;
  /* Gris muy oscuro / Negro */
  color: #ffffff;
}

[hidden] {
  display: none !important;
}

/* Spinner de carga pequeño */
.loader-spinner {
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #ffffff;
  animation: spin 0.8s ease-in-out infinite;
  display: inline-block;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.loader-custom-select {
  display: flex;
  align-items: center;
  height: 31px;
  /* Altura exacta del form-control-sm de Bootstrap */
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  background-color: #f8fafc;
  /* Color sutil de fondo */
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  /* Bordes redondeados */
  color: #64748b;
  animation: pulseLoading 1.5s infinite ease-in-out;
}

.loader-spinner-sm {
  width: 16px;
  height: 16px;
  border: 2px solid #cbd5e1;
  border-top: 2px solid #3b82f6;
  /* Color azul de carga */
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin-right: 10px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes pulseLoading {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.6;
  }

  100% {
    opacity: 1;
  }
}

/* =========================================
   SISTEMA DE ALERTAS SIAL SOFT (Base)
   ========================================= */

/* 1. Contenedor Base (Estructura) */
.alert-sial-soft {
  display: flex;
  align-items: flex-start;
  /* Alineación superior por si el texto es largo */
  position: relative;
  padding: 1rem 1.25rem;
  padding-right: 2.5rem;
  /* Espacio para la X */
  border-radius: 8px;
  border: 1px solid transparent;
  /* El color se define en las variantes */
  transition: all 0.3s ease;
}

/* 2. El Icono Base */
.alert-sial-soft .sial-icon {
  font-size: 24px;
  margin-right: 15px;
  line-height: 1;
  margin-top: 2px;
  /* Ajuste fino óptico */
}

/* 3. Contenido (Títulos y texto) */
.alert-sial-soft .sial-content {
  flex-grow: 1;
  font-size: 0.95rem;
  color: #4F5467;
  /* Color de texto base neutro */
}

.alert-sial-soft .sial-title strong {
  display: block;
  margin-bottom: 4px;
  font-size: 1rem;
  font-weight: 600;
}

/* 4. Botón Cerrar (X) */
.alert-sial-soft .sial-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  border: none;
  color: rgba(0, 0, 0, 0.3);
  font-size: 18px;
  cursor: pointer;
  line-height: 1;
  transition: color 0.2s;
}

.alert-sial-soft .sial-close:hover {
  color: rgba(0, 0, 0, 0.6);
}

/* =========================================
   VARIANTES DE COLOR (Modificadores)
   ========================================= */

/* --- INFO (Azul) --- */
.alert-sial-soft.alert-info {
  background-color: #e7f1ff;
  border-color: #b3d7ff;
}

.alert-sial-soft.alert-info .sial-icon,
.alert-sial-soft.alert-info .sial-title {
  color: #007bff;
}

/* --- SUCCESS (Verde) --- */
.alert-sial-soft.alert-success {
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-sial-soft.alert-success .sial-icon,
.alert-sial-soft.alert-success .sial-title {
  color: #155724;
}

/* --- WARNING (Amarillo/Naranja) --- */
.alert-sial-soft.alert-warning {
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-sial-soft.alert-warning .sial-icon,
.alert-sial-soft.alert-warning .sial-title {
  color: #856404;
}

/* --- DANGER (Rojo) --- */
.alert-sial-soft.alert-danger {
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-sial-soft.alert-danger .sial-icon,
.alert-sial-soft.alert-danger .sial-title {
  color: #721c24;
}

/* --- SECONDARY (Gris) --- */
.alert-sial-soft.alert-secondary {
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-sial-soft.alert-secondary .sial-icon,
.alert-sial-soft.alert-secondary .sial-title {
  color: #383d41;
}

/* Botón de acción dentro de la alerta (Estilo Link/Texto fuerte) */
.alert-sial-soft .sial-btn-action {
  background: transparent;
  border: none;
  font-weight: 700;
  /* Negrita como en la imagen */
  text-transform: uppercase;
  /* Opcional: si quieres mayúsculas */
  font-size: 13px;
  white-space: nowrap;
  /* Evita que el texto del botón se parta */
  padding: 0;
  /* Quita padding para parecer texto */
  cursor: pointer;
  transition: opacity 0.2s;
}

/* Hover effect */
.alert-sial-soft .sial-btn-action:hover {
  text-decoration: underline;
  opacity: 0.8;
}

/* Colores específicos según el tipo de alerta */
.alert-sial-soft.alert-danger .sial-btn-action {
  color: #721c24;
  /* Mismo color rojo oscuro del texto de error */
}

/* (Opcional) Si quisieras hacerlo para otros tipos */
.alert-sial-soft.alert-info .sial-btn-action {
  color: #004085;
}

.alert-sial-soft.alert-success .sial-btn-action {
  color: #155724;
}

/* Estado Active y Focus (El que te daba problemas) */
.alert-sial-soft .sial-btn-action:active,
.alert-sial-soft .sial-btn-action:focus {
  background-color: transparent !important;
  /* Evita fondo gris al clicar */
  border: none !important;
  box-shadow: none !important;
  /* <--- ESTO ES LA CLAVE (Mata el brillo azul) */
  outline: none !important;
  /* Mata el borde punteado */
}

.alert-sial-soft.alert-success .label-success {
  background-color: rgba(21, 87, 36, 0.1);
  /* Un fondo verde muy sutil */
  color: currentColor;
  /* Hereda el verde oscuro del texto (#155724) */
  border: 1px solid rgba(21, 87, 36, 0.2);
  /* Un borde sutil del mismo color */
  font-weight: 600;
}

/* RENIEC Contenedor relativo para atrapar el ícono absoluto */
/* =========================================
   ESTILOS PARA ÍCONO VERIFICADO (RENIEC)
   ========================================= */

/* 1. Contenedor Base (Para inputs sueltos como Nombre/Apellido) */
/* =========================================================
   1. CONFIGURACIÓN BASE (TU CÓDIGO INTACTO)
   ========================================================= */
.input-wrapper-relative {
  position: relative;
  width: 100%;
}

/* El ícono de la estrella verde */
.verified-badge {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #00c853;
  /* <--- VERDE OFICIAL */
  font-size: 18px;
  pointer-events: none;
  z-index: 10;
}

/* Input Validado (Borde verde y espacio interno) */
.form-control.is-reniec-input {
  border: 1px solid #00c853 !important;
  /* Forzamos borde sólido y color exacto */
  padding-right: 35px;
  background-color: #f9fff9;
  /* Fondo verde muy pálido */
}

/* =========================================================
   2. CORRECCIONES DE BORDES Y TAMAÑOS (TU CÓDIGO INTACTO)
   ========================================================= */

/* A. Inputs normales (Nombres/Apellidos) */
.input-wrapper-relative .form-control {
  width: 100% !important;
  border-radius: 4px;
}

/* B. Input dentro de un Grupo (DNI) */
.input-group>.input-wrapper-relative {
  display: table-cell;
  vertical-align: middle;
}

/* C. Quitar curvas al DNI (lado derecho) */
.input-group>.input-wrapper-relative>.form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* =========================================================
   3. NUEVO: UNIFORMIZAR EL VERDE EN EL SELECT2 (COMBO)
   Esto obliga al combo a verse IDÉNTICO al input
   ========================================================= */

/* Detectamos si el select oculto tiene la clase verde (.is-reniec-input) 
   y pintamos la caja del Select2 igual */
.input-wrapper-relative select.is-reniec-input+.select2-container--default .select2-selection--single {
  border: 1px solid #00c853 !important;
  /* MISMO VERDE QUE EL INPUT */
  background-color: #f9fff9 !important;
  /* MISMO FONDO QUE EL INPUT */
  border-radius: 4px !important;
  height: 31px;
  /* Ajuste para que tenga la misma altura visual */
}

/* Ajuste del texto dentro del combo para que no choque con la estrella */
.input-wrapper-relative select.is-reniec-input+.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 29px;
  /* Centrado vertical del texto */
  padding-right: 30px;
  /* Espacio para el ícono */
  color: #555;
  /* Color de texto normal */
}

/* Corrección de la flechita del combo (opcional, para que no se vea fea sobre fondo verde) */
.input-wrapper-relative select.is-reniec-input+.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 29px;
}

/* =========================================
   EFECTO MODO TEATRO (Overlay)
   ========================================= */
.teatro-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Negro al 50% de opacidad */
  backdrop-filter: blur(8px);
  /* Desenfoque */
  -webkit-backdrop-filter: blur(8px);
  /* Para Safari */
  opacity: 0;
  /* Invisible por defecto */
  transition: all 0.4s ease-in-out;
  pointer-events: none;
  /* No bloquea el mouse */
  z-index: 1;
  /* POR ENCIMA de la imagen de fondo */
}

/* Cuando se activa (isFocused = true) */
.teatro-overlay.active {
  opacity: 1;
  /* Se vuelve visible */
}

/* Aseguramos que el contenedor principal tenga posición relativa */
#wrapper.login-sidebar {
  min-height: 100vh !important;
  height: 100vh !important;
  margin-bottom: 0 !important;
}

/* Aseguramos que el formulario esté siempre ENCIMA del overlay */
.login-box {
  /* Blanco al 85% de opacidad para dejar pasar la luz del fondo */
  background-color: rgba(255, 255, 255, 0.85) !important;

  /* El difuminado mágico */
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);

  /* Un borde blanco muy sutil a la izquierda para dar el brillo del cristal */
  border-left: 1px solid rgba(255, 255, 255, 0.8) !important;

  /* Una sombra suave para que el panel flote sobre la imagen */
  box-shadow: -5px 0 25px rgba(0, 0, 0, 0.08) !important;
}

/* =========================================
  MODO NOCHE (DARK THEME) 
   ========================================= */
.login-box.dark-theme {
  /* Un azul/gris muy oscuro, pero al 80% de opacidad */
  background-color: rgba(24, 28, 35, 0.8) !important;
  /* El difuminado mágico para que no se mezcle el texto con el fondo */
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  /* Un borde lateral sutil para separar el panel del fondo */
  border-left: 1px solid rgba(255, 255, 255, 0.08) !important;
}

/* Textos generales y etiquetas */
.login-box.dark-theme label,
.login-box.dark-theme h5,
.login-box.dark-theme h6 {
  color: #e4e6eb !important;
}

.login-box.dark-theme .text-muted {
  color: #b0b3b8 !important;
}


/* =========================================
   INPUTS EN MODO OSCURO (Corrección de bordes)
   ========================================= */

/* Estado normal (sin foco) */
.login-box.dark-theme input.form-control {
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  /* Quitamos bordes nativos */
  border-radius: 0 !important;
  box-shadow: none !important;
  padding-left: 0 !important;

  /* 🔥 LA MAGIA DE LA ANIMACIÓN ESTÁ AQUÍ 🔥 */
  background-image: linear-gradient(#2196f3, #2196f3), linear-gradient(#4f5761, #4f5761) !important;
  background-size: 0 2px, 100% 1px !important;
  background-repeat: no-repeat !important;
  background-position: center bottom, center calc(100% - 1px) !important;
  transition: background 0.3s ease-out !important;
}

/* Estado de foco (cuando haces clic) */
.login-box.dark-theme input.form-control:focus {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;

  /* 🔥 EL EFECTO: Hacemos que la línea azul crezca al 100% de ancho 🔥 */
  background-size: 100% 2px, 100% 1px !important;
}

/* =========================================
   🌙 AJUSTES DE TEXTO Y FORMAS (MODO NOCHE) 
   ========================================= */

.login-box.dark-theme h5,
.login-box.dark-theme h6,
.login-box.dark-theme p,
.login-box.dark-theme .text-muted {
  color: #8b929a !important;
}

.login-box.dark-theme label {
  color: #c4c8cc !important;
}

/* Nota: Esto se mantiene global porque es estructura de layout puro, no colores */
.video-fondo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: -1;
}

/* =========================================
   🌙 MODO OSCURO PREMIUM (ESTILO STITCH / TAILWIND)
   ========================================= */

body.dark-theme {
  background-color: #0F172A !important;
  color: #94A3B8 !important;
}

body.dark-theme .page-wrapper,
body.dark-theme .container-fluid {
  background-color: #0F172A !important;
}

body.dark-theme .card,
body.dark-theme .box,
body.dark-theme .left-sidebar,
body.dark-theme .sidebar-nav {
  background-color: #1E293B !important;
  border-color: #334155 !important;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
}

body.dark-theme h1,
body.dark-theme h2,
body.dark-theme h3,
body.dark-theme h4,
body.dark-theme h5,
body.dark-theme h6,
body.dark-theme .card-title,
body.dark-theme .text-dark {
  color: #F8FAFC !important;
}

body.dark-theme .text-muted {
  color: #64748B !important;
}

/* =========================================
   🚀 BOTONES "PROTAGONISTAS" (Estilo Stitch)
   CORREGIDO: Ahora solo aplican en modo oscuro
   ========================================= */

body.dark-theme .btn-primary,
body.dark-theme .btn-info {
  background-color: #2563EB !important;
  border-color: #2563EB !important;
  color: #ffffff !important;
  transition: all 0.2s ease-in-out !important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}

body.dark-theme .btn-primary:hover,
body.dark-theme .btn-info:hover {
  background-color: #1D4ED8 !important;
  border-color: #1D4ED8 !important;
  box-shadow: 0 4px 6px -1px rgba(37, 99, 235, 0.3) !important;
  transform: translateY(-1px) !important;
}

body.dark-theme .btn-secondary,
body.dark-theme .btn-outline-secondary {
  background-color: #334155 !important;
  border-color: #475569 !important;
  color: #F8FAFC !important;
}

/* =========================================
   🌙 TÍTULOS DE PÁGINA Y RUTAS (Breadcrumbs)
   ========================================= */

body.dark-theme .page-titles {
  background-color: transparent;
  border-bottom: none !important;
  box-shadow: none !important;
}

body.dark-theme .page-titles .text-themecolor {
  color: #F8FAFC !important;
}

body.dark-theme .page-titles .breadcrumb {
  background: transparent !important;
}

body.dark-theme .page-titles .breadcrumb .breadcrumb-item a {
  color: #94A3B8 !important;
  transition: color 0.2s ease-in-out !important;
}

body.dark-theme .page-titles .breadcrumb .breadcrumb-item a:hover {
  color: #2563EB !important;
}

body.dark-theme .page-titles .breadcrumb .breadcrumb-item.active {
  color: #F8FAFC !important;
  font-weight: 500;
}

/* =========================================
   🌙 TABLAS PREMIUM (Bordes suaves y Hover elegante)
   ========================================= */

body.dark-theme .table {
  color: #94A3B8 !important;
}

body.dark-theme .table th,
body.dark-theme .table td {
  border-color: #334155 !important;
}

body.dark-theme .table thead th {
  color: #F8FAFC !important;
  border-bottom: 2px solid #475569 !important;
  font-weight: 500 !important;
}

body.dark-theme .table-hover tbody tr:hover,
body.dark-theme .table-hover tbody tr:hover td {
  background-color: #334155 !important;
  color: #F8FAFC !important;
  transition: all 0.2s ease-in-out;
}

body.dark-theme .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.02) !important;
}

body.dark-theme .table,
body.dark-theme .table-responsive {
  background-color: transparent !important;
}

/* =========================================
   🌙 PAGINADOR PREMIUM (Modo Oscuro)
   ========================================= */

body.dark-theme .pagination {
  margin-bottom: 0;
}

body.dark-theme .page-link {
  background-color: transparent !important;
  border: 1px solid #334155 !important;
  color: #94A3B8 !important;
  transition: all 0.2s ease-in-out !important;
  box-shadow: none !important;
}

body.dark-theme .page-item:not(.active):not(.disabled) .page-link:hover {
  background-color: #1E293B !important;
  color: #F8FAFC !important;
  border-color: #475569 !important;
}

body.dark-theme .page-item.active .page-link {
  background-color: #2563EB !important;
  border-color: #2563EB !important;
  color: #ffffff !important;
  box-shadow: 0 4px 6px -1px rgba(37, 99, 235, 0.3) !important;
}


body.dark-theme .page-item.disabled .page-link {
  background-color: transparent !important;
  border-color: #1E293B !important;
  color: #475569 !important;
  opacity: 0.6 !important;
  cursor: not-allowed !important;
}


/* =========================================
   🛠 FIX: GRUPOS DE BOTONES (Input Groups)
   CORREGIDO: Ahora solo aplican en modo oscuro
   ========================================= */

body.dark-theme .input-group .btn,
body.dark-theme .btn-group .btn {
  margin: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transform: none !important;
}

body.dark-theme .input-group .btn:last-child,
body.dark-theme .input-group-append .btn {
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}

body.dark-theme .input-group .btn:first-child,
body.dark-theme .btn-group .btn:first-child {
  border-top-left-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}

body.dark-theme .input-group-append .btn:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.1) !important;
}

body.dark-theme .form-control {
  background-color: #0F172A !important;
  border-color: #334155 !important;
  color: #F8FAFC !important;
  border-radius: 8px 0 0 8px !important;
}

body.dark-theme .input-group .btn:hover,
body.dark-theme .btn-group .btn:hover {
  transform: none !important;
}

/* =========================================
   🛠 FIX ESPECÍFICO PARA BARRA DE BÚSQUEDA
   CORREGIDO: Ahora solo aplican en modo oscuro
   ========================================= */

body.dark-theme .input-group-btn {
  display: flex !important;
  align-items: stretch;
}

body.dark-theme .input-group-btn .btn {
  margin: 0 !important;
  border-radius: 0 !important;
  display: flex;
  align-items: center;
  border-left: 1px solid rgba(0, 0, 0, 0.1) !important;
}

body.dark-theme .input-group-btn>.btn:first-child {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

body.dark-theme .input-group-btn>.btn:last-child {
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}

body.dark-theme .input-group .form-control {
  background-color: #1E293B !important;
  border: 1px solid #334155 !important;
  color: #F8FAFC !important;
}

body.dark-theme .input-group-btn .btn-secondary {
  background-color: #334155 !important;
  border-color: #475569 !important;
  color: #94A3B8 !important;
}

body.dark-theme .input-group-btn .btn-secondary:hover {
  background-color: #475569 !important;
  color: #F8FAFC !important;
  transform: none !important;
}

body.dark-theme .dropdown-menu {
  background-color: #1E293B !important;
  border: 1px solid #334155 !important;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.5) !important;
}

body.dark-theme .dropdown-item:hover {
  background-color: #334155 !important;
}

/* =========================================
   🌙 NAVBAR ELEVADO (MODO OSCURO)
   ========================================= */

body.dark-theme .topbar {
  background: #1E293B !important;
}

body.dark-theme .topbar .navbar-header {
  background: #1E293B !important;
  border-right: 1px solid #334155;
}

body.dark-theme .topbar .navbar-collapse {
  background: #1E293B !important;
}

body.dark-theme .form-control-search {
  background-color: #0F172A !important;
  border: 1px solid #334155 !important;
  color: #F8FAFC !important;
  border-radius: 6px;
}

body.dark-theme .topbar .navbar-brand span b,
body.dark-theme .topbar .nav-link i,
body.dark-theme .topbar .nav-link span {
  color: #F8FAFC !important;
}

/* =========================================
   🌙 SIDEBAR (IZQUIERDA) MODO OSCURO
   ========================================= */

body.dark-theme .left-sidebar {
  background: #0F172A !important;
  border-right: 1px solid #1E293B;
}

body.dark-theme #sidebarnav {
  background: transparent;
}

body.dark-theme #sidebarnav li a {
  color: #94A3B8 !important;
  transition: all 0.3s ease;
}

body.dark-theme #sidebarnav li a:hover {
  background: #1E293B !important;
  color: #F8FAFC !important;
}

body.dark-theme #sidebarnav li a:hover i {
  color: #38BDF8 !important;
}

body.dark-theme #sidebarnav li a.active {
  background: #1E293B !important;
  color: #F8FAFC !important;
  border-left: 3px solid #2563EB;
  font-weight: 600;
}

body.dark-theme #sidebarnav li a.active i {
  color: #2563EB !important;
}

body.dark-theme .nav-small-cap {
  color: #475569 !important;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 1px;
  padding: 25px 15px 10px !important;
}

body.dark-theme #sidebarnav ul.collapse {
  background: #0B1120;
}

body.dark-theme #sidebarnav ul.collapse li a {
  padding-left: 45px;
  font-size: 13px;
}

body.dark-theme .nav-devider {
  background: #1E293B !important;
  height: 1px;
  margin: 10px 0;
}

/* =========================================
   🚨 BADGE PARA FECHAS CON CONFLICTO (UX/UI)
   ========================================= */
.badge-fecha-conflicto {
  background-color: #FFF1F0 !important;
  /* Rojo muy suave / pastel */
  color: #E53E3E !important;
  /* Texto rojo oscuro/mate */
  border: 1px solid #FED7D7 !important;
  /* Borde sutil para darle forma */
  padding: 5px 10px !important;
  border-radius: 6px !important;
  /* Curva moderna */
  font-weight: 600 !important;
  font-size: 12.5px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  /* Espacio entre el ícono y la fecha */
  box-shadow: 0 1px 2px rgba(229, 62, 62, 0.05) !important;
}

body.dark-theme .badge-fecha-conflicto {
  background-color: rgba(229, 62, 62, 0.15) !important;
  border-color: rgba(229, 62, 62, 0.3) !important;
  color: #FC8181 !important;
}

/* =========================================
   🎚 SCROLLBAR ELEGANTE PARA MODALES
   ========================================= */
.scroll-interno {
  max-height: 45vh;
  /* Ocupará máximo el 45% del alto de la pantalla */
  overflow-y: auto;
  overflow-x: visible !important;
  padding-right: 5px;
  /* Pequeño margen para que el scroll no pise el texto */
}

table {
  width: 100% !important;
  min-width: 100% !important;
}

/* Estilización del scroll (Webkit para Chrome/Edge/Safari) */
.scroll-interno::-webkit-scrollbar {
  width: 6px;
}

.scroll-interno::-webkit-scrollbar-track {
  background: #f8f9fa;
  border-radius: 8px;
}

.scroll-interno::-webkit-scrollbar-thumb {
  background: #c2c9d1;
  border-radius: 8px;
}

.scroll-interno::-webkit-scrollbar-thumb:hover {
  background: #9fa6ad;
}

/* Modo oscuro para el scroll */
body.dark-theme .scroll-interno::-webkit-scrollbar-track {
  background: #1E293B;
}

body.dark-theme .scroll-interno::-webkit-scrollbar-thumb {
  background: #475569;
}

body.dark-theme .scroll-interno::-webkit-scrollbar-thumb:hover {
  background: #64748B;
}

/* Etiqueta sutil para métricas agrupadas */
.badge-metrica {
  background-color: #f1f3f5;
  color: #495057;
  border: 1px solid #e9ecef;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 500;
}

body.dark-theme .badge-metrica {
  background-color: #1E293B;
  color: #94A3B8;
  border-color: #334155;
}

/* =========================================
   🏷️ CINTA DE MÉTRICAS (INLINE RIBBON)
   ========================================= */
.metric-ribbon {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 5px;
}

.metric-badge {
  background-color: #f1f3f5;
  color: #455a64;
  font-size: 10.5px;
  font-weight: 600;
  padding: 2px 6px;
  border-radius: 4px;
  border: 1px solid #e9ecef;
  letter-spacing: 0.3px;
}

.metric-badge.badge-green {
  background-color: #e6f6f0;
  color: #0e9d69;
  border-color: #ccece0;
}

.metric-badge.badge-red {
  background-color: #fdefef;
  color: #e53e3e;
  border-color: #fcdcdc;
}

body.dark-theme .metric-badge {
  background-color: #1E293B;
  color: #94A3B8;
  border-color: #334155;
}

.separador-tareo td {
  border-top: 3px solid #398bf7 !important;
  /* Puedes cambiar el color al de tu plantilla */
}

/* Snackbar estilo Gemini */
.gemini-snackbar {
  visibility: hidden;
  min-width: 250px;
  background-color: #e3e3e3;
  /* Gris claro de tu referencia */
  color: #1f1f1f;
  /* Texto oscuro */
  border-radius: 8px;
  padding: 14px 20px;
  font-size: 14px;
  font-weight: 500;

  /* Posicionamiento fijo abajo a la izquierda */
  position: fixed;
  z-index: 1060;
  /* Aseguramos que esté por encima del modal */
  left: 24px;
  bottom: 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);

  /* Animación de entrada/salida */
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
}

/* Clase que Angular agregará dinámicamente */
.gemini-snackbar.show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  position: fixed;
  z-index: 99999;
  /* ¡Aumentamos esto al máximo! */
  left: 24px;
  bottom: 24px;
}

/* Agrega esto debajo de tu .gemini-snackbar actual */

.gemini-snackbar.dark-theme {
  background-color: #1e1f20;
  color: #e3e3e3;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  border: 1px solid #333639;
}


/* Lupa naranja a la izquierda */
/* Lupa naranja decorativa */
.search-icon-left-adorno {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #028ee1;
  /* Naranja vibrante */
  font-size: 16px;
  z-index: 10;
  pointer-events: none;
  /* Para que puedas hacer clic a través de ella */
}

/* Protegemos el texto para que no quede debajo de los íconos */
.form-control-sm.minimalist-search-input {
  padding-left: 32px !important;
  padding-right: 32px !important;
  border-top-left-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
}

/* Forzar que el buscador mantenga sus bordes redondeados siempre */
.input-group > .form-control.minimalist-search-input {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

/* La X flotante con hover circular */
.minimalist-clear-container {
  position: absolute;
  /* EL TRUCO: Lo alinea al borde izquierdo del span de los botones */
  right: 100%;
  margin-right: 8px;

  top: 50%;
  transform: translateY(-52%) !important;
  color: #999;
  font-size: 14px;
  cursor: pointer;
  z-index: 10;

  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  /* Previene que flexbox lo achate */
  min-height: 20px !important;

  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 50% !important;
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

/* Asegura que el icono interno no traiga espaciado extraño */
.minimalist-clear-container i {
  line-height: 1 !important;
  /* Use solo la altura de texto */
  margin: 0 !important;
  padding: 0 !important;
  font-size: 16px;
  position: relative;
  top: 1px;
}

.minimalist-clear-container:hover {
  background-color: #e9ecef;
  color: #333;

  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
}

/* Estilos globales para Popovers modernos */
.popover {
  max-width: 320px !important;
  /* Rompe el límite nativo de 200px */
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  font-family: inherit;
  /* Hereda la fuente de tu app */
}

.popover .popover-header {
  background-color: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
  color: #1e293b;
  border-top-left-radius: calc(8px - 1px);
  border-top-right-radius: calc(8px - 1px);
  padding: 8px 14px;
}

.popover .popover-body {
  padding: 12px 14px;
  color: #475569;
}

/* Animación minimalista para cerrar modales */
.modal-exit-modern {
  /* 250ms es el tiempo exacto recomendado por la psicología UX para salidas */
  animation: fadeOutMinimalist 0.25s cubic-bezier(0.4, 0, 0.2, 1) forwards !important;
}

@keyframes fadeOutMinimalist {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: scale(0.98);
    visibility: hidden;
    /* Asegura que no se pueda hacer clic una vez invisible */
  }
}

/* =========================================
   ESTILOS REUTILIZABLES PARA TABLAS (GLOBAL)
   ========================================= */
/* 1. TD Cuadrados */
.table-scroll-container table .modern-tfoot tr td:first-child,
.table-scroll-container table .modern-tfoot tr td:last-child {
  border-radius: 0 !important;
}

/* 1. Contenedor que maneja el scroll y la altura */
.table-scroll-container {
  max-height: 400px;
  overflow-y: auto;
  overflow-x: auto;
  /* MAGIA: Agrega estas dos líneas */
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;

  transform: translateZ(0);
  will-change: transform;
}

/* Matamos el margen de Bootstrap que crea el hueco por donde salen las letras abajo */
.table-scroll-container .table {
  margin-bottom: 0 !important;
}

.table-scroll-container .modern-thead th {
  position: sticky;
  top: 0;
  z-index: 10;
  /* Asegura que la cabecera esté por encima de los datos */

  /* ¡CRÍTICO! Si no le pones un color sólido, las letras del scroll 
     se mezclarán con la cabecera. Pon el color exacto de tu diseño */
  background-color: #f4f6f9;

}

body.dark-theme .table-scroll-container thead th {
  background-color: #1e293b !important
}

/* 2. Da estilo a la barra de scroll y la empuja hacia abajo */
.table-scroll-container::-webkit-scrollbar {
  width: 8px;
}

.table-scroll-container::-webkit-scrollbar-track {
  background: transparent;
  /* AUMENTA ESTE VALOR. Debe ser la altura EXACTA en píxeles de tu thead */
  margin-top: 55px;
  /* <-- Prueba con 60px, 65px o 70px hasta que encaje perfecto */

  /* Si también quieres que el scroll termine antes del tfoot, ajusta este */
  margin-bottom: 55px;
}

.table-scroll-container::-webkit-scrollbar-thumb {
  background-color: #cbd5e1;
  border-radius: 10px;
}

/* Evita que el texto de la tabla haga saltos de línea */
.table-nowrap {
  margin-bottom: 0;
  white-space: nowrap;
}

/* =========================================
   CABECERA FIJA (THEAD)
   ========================================= */

.table-scroll-container thead th {
  position: sticky !important;
  top: 0 !important;
  z-index: 20 !important;
  padding: 0 !important;
  border: none !important;
  background-color: #ffffff !important;
  /* Muro blanco superior */
  padding-bottom: 0 !important;
}

/* Contenedor interno de la cabecera */
.modern-thead .th-inner {
  background-color: #f0f4f9;
  color: #8b9bb4;
  font-weight: 600;
  font-size: 14px;
  padding: 16px 6px;
  align-items: center;
  height: 55px;
  white-space: nowrap;
}

body.dark-theme .modern-thead .th-inner {
  background-color: #334155 !important;
  font-weight: 500;
}


.modern-thead .th-left-corner {
  border-top-left-radius: 12px;
  padding-left: 15px;
}

.modern-thead .th-right-corner {
  border-top-right-radius: 12px;
  padding-right: 15px;
}

/* Íconos de ordenamiento */
.modern-thead .sort-icon {
  color: #cbd5e1;
  font-size: 11px;
  margin-left: 6px;
  cursor: pointer;
  transition: color 0.2s;
}

.modern-thead .sort-icon:hover {
  color: #64748b;
}

/* Fix del Checkbox de la cabecera */
.modern-thead .th-inner .checkbox {
  height: auto;
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 100%;
}

.modern-thead .th-inner .checkbox label {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  display: inline-block;
  align-items: center;
  justify-content: center;
  min-height: auto !important;
}

/* Si usas FontAwesome o similar para el check, esto evita que el icono mueva la altura */
.modern-thead .th-inner .checkbox label::before,
.modern-thead .th-inner .checkbox label::after {
  top: 0 !important;
  margin-top: 0 !important;
}

/* =========================================
   FOOTER FIJO (TFOOT) CON ESCUDO DE DIVS
   ========================================= */

/* El TD solo sirve como base para el sticky */
.table-scroll-container table .modern-tfoot td {
  position: sticky !important;
  bottom: -1px !important;
  z-index: 99 !important;
  padding: 0 !important;
  /* IMPORTANTE: El padding va en el DIV */
  background-color: #ffffff !important;
  /* Base blanca para no dejar huecos */
  border: none !important;
}

/* Quitamos las líneas divisorias de las filas del cuerpo */
.table-scroll-container table tbody tr td {
  border-top: none !important;
  border-bottom: none !important;
}

.dark-theme table tbody tr {
  background-color: #1e293b;
}

/* Opcional: Si quieres que al pasar el mouse se note la fila, 
   puedes dejar un fondo muy sutil en lugar de bordes */
.table-scroll-container table tbody tr:hover td {
  background-color: #f1f5f9 !important;
  /* Un gris casi blanco */
  transition: background-color 0.2s ease;
}

/* 3. REDONDEADO IZQUIERDO: Solo a la primera celda de la fila */
.table-scroll-container table tbody tr:hover td:first-child {
  /*border-top-left-radius: 12px !important;
  border-bottom-left-radius: 12px !important;*/
}

/* 4. REDONDEADO DERECHO: Solo a la última celda de la fila */
.table-scroll-container table tbody tr:hover td:last-child {
  /*border-top-right-radius: 12px !important;
  border-bottom-right-radius: 12px !important;*/
}

/* El DIV interno que actúa como escudo y oculta las letras */
.modern-tfoot .tf-inner {
  background-color: #fff;
  /* Color sólido que tapa lo que pase atrás */
  height: 55px;
  /* Altura fija para consistencia */
  display: flex;
  align-items: center;
  padding: 0 10px;
  width: 100%;
}

/* Esquina derecha redondeada con margen para el scroll */
.modern-tfoot .tf-right-corner {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  margin-right: 10px;
  /* Esfuerzo para que el scroll no pise la curva */
  justify-content: flex-end;
  padding-right: 15px;
  font-weight: 700;
  color: #0f172a;
  font-size: 16px;
}

/* Esquina izquierda redondeada (si la necesitas) */
.modern-tfoot .tf-left-corner {
  border-top-left-radius: 16px !important;
  border-bottom-left-radius: 16px;
}

/* Alineación específica para la etiqueta */
.modern-tfoot .total-label .tf-inner {
  color: #64748b;
  font-size: 14px;
  font-weight: 500;
}


/* Textos del Total */
.table-scroll-container table .modern-tfoot .total-label {
  text-align: right !important;
  color: #64748b !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

.table-scroll-container table .modern-tfoot .total-value {
  text-align: right !important;
  color: #0f172a !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  padding: 0 !important;
  /* Quitamos el padding del TD */
  background-color: transparent !important;
  /* El TD es invisible */
  border: none !important;
}

/* 1. Animación del fondo */
.row-added td {
  background-color: #fffde7 !important;
  animation: fadeToPastelYellow 2.5s cubic-bezier(0.25, 0.8, 0.25, 1) forwards !important;
}

@keyframes fadeToPastelYellow {

  /* Usamos box-shadow para que el flash amarillo pase por encima del !important de la clase base */
  0% {
    box-shadow: inset 0 0 0 9999px #fcd34d;
  }

  30% {
    box-shadow: inset 0 0 0 9999px #ffe082;
  }

  100% {
    box-shadow: inset 0 0 0 9999px #fffde7;
  }
}

/* ============================================================
   2. TRUCO DEL TEXTO (Bypass al !important de Bootstrap)
   ============================================================ */
.row-added td h6 {
  animation: textColorMain 2.5s cubic-bezier(0.25, 0.8, 0.25, 1) forwards !important;
}

.row-added td small,
.row-added td .text-muted {
  animation: textColorMuted 2.5s cubic-bezier(0.25, 0.8, 0.25, 1) forwards !important;
}

/* Usamos text-fill-color para pintar por encima del color de Bootstrap */
@keyframes textColorMain {
  0% {
    -webkit-text-fill-color: #3e2723;
    color: #3e2723;
  }

  /* Marrón muy oscuro */
  30% {
    -webkit-text-fill-color: #5d4037;
    color: #5d4037;
  }

  100% {
    -webkit-text-fill-color: #5d4037;
    color: #5d4037;
  }

  /* Se queda en marrón permanentemente */
}

@keyframes textColorMuted {
  0% {
    -webkit-text-fill-color: #5d4037;
    color: #5d4037;
  }

  /* Marrón medio */
  30% {
    -webkit-text-fill-color: #8d6e63;
    color: #8d6e63;
  }

  100% {
    -webkit-text-fill-color: #8d6e63;
    color: #8d6e63;
  }

  /* Se queda en marrón suave permanentemente */
}


/* ============================================================
   Soporte para Dark Theme 
   ============================================================ */
body.dark-theme .row-added td {
  background-color: rgba(252, 211, 77, 0.15) !important;
  animation: fadeToPastelYellowDark 2.5s ease-out forwards !important;
}

@keyframes fadeToPastelYellowDark {
  0% {
    box-shadow: inset 0 0 0 9999px #b45309;
  }

  100% {
    box-shadow: inset 0 0 0 9999px rgba(252, 211, 77, 0.15);
  }
}

/* 1. Ocultar el triángulo "viejo" que trae Select2 por defecto */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none !important;
}

/* 2. Ponerle el icono de flecha moderna (chevron) usando un SVG como fondo */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238b9bb4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  height: 100% !important;
  /* Para que se centre bien verticalmente */
}

/* 3. Opcional: Si Select2 se ve un poco más bajo o con bordes distintos al otro combo, ajustamos la altura */
.select2-container--default .select2-selection--single {
  border: 1px solid #e3ebf6;
  /* Ajusta este color al gris de tu plantilla */
  border-radius: 4px;
  height: 38px;
  /* Ajusta esta altura para que quede igualito al otro input */
  display: flex;
  align-items: center;
}

/* 1. El contenedor ahora es invisible y se ajusta exactamente al tamaño de la foto */
.avatar-container {
  position: relative;
  /* Usamos flex para eliminar cualquier espacio fantasma debajo de la imagen (típico de inline-block) */
  align-items: center;
  justify-content: center;

  /* ¡ELIMINAMOS el overflow: hidden y el border-radius de aquí! 
       Dejamos que la clase .profile-pic de tu plantilla haga su trabajo. */
}

/* 2. El punto indicador (Ajustado para no deformar) */
.status-indicator {
  position: absolute;
  /* Lo empujamos exactamente a la esquina inferior derecha */
  bottom: 6px;
  right: -2px;
  /* Un valor negativo leve lo saca un poquito, dándole el estilo Facebook */

  width: 10px;
  height: 10px;
  border-radius: 50%;

  /* TRUCO VISUAL: En lugar de borde blanco, ponle el color de fondo exacto 
       de tu barra azul. Si tu barra azul es #1e88e5, usa ese color aquí. 
       Esto creará un efecto de "corte" en la imagen súper profesional. */
  border: 2px solid #1963c6;

  z-index: 10;
  box-sizing: content-box;
  /* Evita que el borde aplaste el color interior */
}

/* Modificadores de estado */
.status-indicator.online {
  background-color: #00e676;
}

.status-indicator.offline {
  background-color: #ff3d00;
}

/* =========================================================
   ESTILOS DROPDOWN FILTRO TIPO MONDAY.COM
   ========================================================= */

/* Botón principal del filtro */
/* En tu CSS */
.btn-filter-monday {
  /* Estilos por defecto ( Ghost button ) */
  background-color: #f4f5f7;
  color: #42526e;
  border: 1px solid #ececec;
  transition: background-color 0.2s ease;
  cursor: pointer;
  border-radius: 6px;
}



/* 🌟 ESTADO ACTIVO: Cuando tiene filtros aplicados */
.btn-filter-monday.btn-active-filter {
  /* Fondo azul muy claro, texto e icono azul fuerte, sin bordes */
  background-color: rgba(30, 136, 229, 0.1);
  color: #1e88e5;
  border-color: transparent;
}

.btn-filter-monday.btn-active-filter i {
  color: #1e88e5;
}

/* Hover suave para ambos estados */
.btn-filter-monday:hover,
.btn-filter-monday.btn-active-filter:hover {
  background-color: #ebecf0;
}

.btn-filter-monday:focus {
  outline: none;
  box-shadow: none;
}

/* El Panel desplegable */
.filter-dropdown-monday .panel-monday-style {
  width: 600px;
  /* Ancho fijo grande para albergar columnas */
  max-width: 90vw;
  padding: 0;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  border: 1px solid #d0d4e4;
  margin-top: 8px;
}

/* Cabecera */
.panel-monday-style .panel-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  border-bottom: 1px solid #e6e9ef;
}

.panel-monday-style .header-title {
  font-weight: 600;
  font-size: 16px;
  color: #323338;
}

/* Contenedor de las Columnas (Grid / Flex) */
.panel-monday-style .filter-columns-container {
  display: flex;
  padding: 16px 24px;
  gap: 24px;
  overflow: visible !important;
}

/* Cada Columna (Estado, Fecha, etc) */
.panel-monday-style .filter-column {
  flex: 1;
  min-width: 160px;
}

.panel-monday-style .column-title {
  font-size: 13px;
  color: #676879;
  /* Gris sutil de Monday */
  margin-bottom: 12px;
  font-weight: 400;
}

/* Lista de Opciones (Las 'Píldoras') */
.panel-monday-style .filter-options-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.panel-monday-style .filter-option-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 8px;
  margin-bottom: 4px;
  border-radius: 4px;
  cursor: pointer;
  background-color: #f5f6f8;
  /* Fondo base de la opción */
  transition: background-color 0.1s;
}

.panel-monday-style .filter-option-item:hover {
  background-color: #e6e9ef;
}

/* Opción Seleccionada (Highlight Azul) */
.panel-monday-style .filter-option-item.selected {
  background-color: #cce2ff;
  /* Azul clarito de Monday */
}

.panel-monday-style .filter-option-item.selected .option-text {
  color: #0073ea;
  /* Azul oscuro Monday */
  font-weight: 500;
}

/* Contenido de la Opción (Bolita + Texto) */
.panel-monday-style .option-content {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  /* Asegura que el contenedor no colapse */
  min-width: 0;
}

.panel-monday-style .status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  /* Borde sutil para darle volumen */
}

.panel-monday-style .option-text {
  font-size: 14px;
  color: #323338;
  white-space: nowrap;
  /* Prohíbe que el texto salte de línea */
  overflow: hidden;
  /* Oculta el texto que se sale del borde */
  text-overflow: ellipsis;
  /* Agrega los "..." al final */
  display: block;
  /* Necesario para que funcione el ellipsis */
}

/* El Conteo a la derecha */
.panel-monday-style .option-count {
  font-size: 13px;
  color: #676879;
}

/* Footer del panel (Botón Aplicar) */
.panel-monday-style .panel-footer {
  padding: 16px 24px;
  border-top: 1px solid #e6e9ef;
  background-color: #fbfbfa;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  text-align: right;
}

/* Separador sutil entre las opciones rápidas y el personalizado */
.panel-monday-style .filter-divider {
  height: 1px;
  background-color: #e6e9ef;
  margin: 8px 0;
}

/* Animación y estilo para los inputs de fecha */
.panel-monday-style .custom-date-inputs {
  margin-top: 10px;
  padding: 10px;
  background-color: #f8fafc;
  border-radius: 6px;
  border: 1px solid #cce2ff;
  animation: fadeInDown 0.2s ease-out;
}

/* Las etiquetas "Desde" y "Hasta" */
.panel-monday-style .modern-date-label {
  display: block;
  color: #64748b;
  /* Azul grisáceo de la imagen */
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 4px;
}

/* El Input unificado con el icono */
.panel-monday-style .modern-date-group .form-control {
  border-right: none;
  /* Quitamos el borde derecho para que se fusione con el icono */
  border-color: #cbd5e1;
  color: #64748b;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  box-shadow: none;
  background-color: #ffffff;
}

.panel-monday-style .modern-date-group .form-control::placeholder {
  color: #94a3b8;
  /* Placeholder gris claro */
}

/* El cuadro del icono del calendario */
.panel-monday-style .modern-date-group .input-group-text {
  background-color: #ffffff;
  border-left: none;
  /* Quitamos el borde izquierdo para fusionar */
  border-color: #cbd5e1;
  color: #64748b;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  cursor: pointer;
  transition: all 0.2s;
}

/* Efecto focus/hover para que se sienta interactivo */
.panel-monday-style .modern-date-group .form-control:focus {
  border-color: #94a3b8;
  /* Se oscurece un poco al escribir */
}

/* Un truco Senior: Si el input tiene focus, también le cambiamos el color de borde al icono */
.panel-monday-style .modern-date-group .form-control:focus+.input-group-append .input-group-text {
  border-color: #94a3b8;
}

.panel-monday-style .modern-date-group .input-group-text:hover {
  color: #0f172a;
  /* El icono se oscurece al pasar el mouse */
  background-color: #f1f5f9;
}

.panel-monday-style .date-input-group small {
  display: block;
  color: #676879;
  font-size: 11px;
  margin-bottom: 2px;
}

/* Animación para que no aparezca de golpe */
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.panel-monday-style .column-scrollable {
  max-height: 220px;
  /* Ajusta esto según qué tan alto quieres el menú */
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 4px;
  /* Espacio para que el scroll no pise el texto */
}

/* Estilo de scrollbar fino (Webkit) */
.column-scrollable::-webkit-scrollbar {
  width: 6px;
}

.column-scrollable::-webkit-scrollbar-track {
  background: transparent;
}

.column-scrollable::-webkit-scrollbar-thumb {
  background-color: #cbd5e1;
  border-radius: 10px;
}

.column-scrollable::-webkit-scrollbar-thumb:hover {
  background-color: #94a3b8;
}

/* 3. Estilo del botón "Mostrar más" */
.panel-monday-style .show-more-btn {
  cursor: pointer;
  font-size: 13px;
  padding: 8px;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: background-color 0.2s;
  border-radius: 4px;
  margin-top: 4px;
}

.panel-monday-style .show-more-btn:hover {
  background-color: #f1f5f9;
}

/* Estilos para el buscador dentro de la columna */
.panel-monday-style .filter-search-box {
  position: relative;
  margin-bottom: 8px;
}

.panel-monday-style .filter-search-box input {
  padding-left: 28px;
  padding-right: 28px;
  background-color: #fbfbfa;
  border: 1px solid #cce2ff;
  border-radius: 4px;
  font-size: 13px;
  box-shadow: none;
}

.panel-monday-style .filter-search-box .clear-icon {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  color: #a0a4b8;
  /* Gris sutil */
  font-size: 16px;
  cursor: pointer;
  z-index: 4;
  transition: color 0.2s ease;
}

/* Efecto hover para que el usuario sepa que es clickeable */
.panel-monday-style .filter-search-box .clear-icon:hover {
  color: #323338;
  /* Se oscurece al pasar el mouse */
}

/* 🌟 Ajuste para el Modo Noche (Opcional, si estás usando el dark-theme) */
.dark-theme .panel-monday-style .filter-search-box .clear-icon:hover {
  color: #ffffff;
  /* Se ilumina en modo oscuro */
}

.panel-monday-style .filter-search-box input:focus {
  background-color: #fff;
  border-color: #0073ea;
}

.panel-monday-style .filter-search-box .search-icon {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  color: #676879;
  font-size: 16px;
  z-index: 4;
}

.panel-monday-style .custom-status-icon {
  width: 14px;
  /* Ajusta este tamaño si lo quieres más grande o pequeño */
  height: 14px;
  object-fit: contain;
  /* Asegura que la imagen no se deforme */
  margin-right: 2px;
  /* Un pequeño margen para separar del texto */
}

/* =========================================================
   MODO NOCHE - DROPDOWN FILTRO TIPO MONDAY
   ========================================================= */

.dark-theme .btn-filter-monday {
  background-color: #292e4b;
  /* Azul medianoche (Fondo base) */
  border: 1px solid #3d4260;
  /* Borde sutil oscuro */
  color: #e0e2e8;
  /* Texto claro */
}

.dark-theme .btn-filter-monday:hover {
  background-color: #383e5f;
  /* Hover iluminado */
}

.dark-theme .btn-filter-monday .filter-count {
  color: #579bfa;
  /* Azul vibrante para que destaque en fondo oscuro */
}

/* El Panel desplegable */
.dark-theme .filter-dropdown-monday .panel-monday-style {
  background-color: #292e4b;
  /* Color principal panel Monday Night */
  border: 1px solid #3d4260;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
  /* Sombra más intensa para el modo oscuro */
}

/* Cabecera */
.dark-theme .panel-monday-style .panel-header {
  border-bottom: 1px solid #3d4260;
}

.dark-theme .panel-monday-style .header-title {
  color: #ffffff;
  /* Título en blanco puro */
}

/* Cada Columna */
.dark-theme .panel-monday-style .column-title {
  color: #a0a4b8;
  /* Gris/Azul claro (textos secundarios) */
}

/* Lista de Opciones (Las 'Píldoras') */
.dark-theme .panel-monday-style .filter-option-item {
  background-color: transparent;
  /* En modo oscuro es mejor sin fondo inicial */
}

.dark-theme .panel-monday-style .filter-option-item:hover {
  background-color: #383e5f;
}

/* Opción Seleccionada (Highlight Oscuro) */
.dark-theme .panel-monday-style .filter-option-item.selected {
  background-color: #3d4566;
  /* Azul/Gris destacado */
}

.dark-theme .panel-monday-style .filter-option-item.selected .option-text {
  color: #ffffff;
  /* Texto brillante al seleccionar */
  font-weight: 500;
}

/* Contenido de la Opción */
.dark-theme .panel-monday-style .option-text {
  color: #e0e2e8;
}

.dark-theme .panel-monday-style .status-dot {
  border: 1px solid rgba(255, 255, 255, 0.15);
  /* Borde sutil blanco para dar volumen al color */
}

/* El Conteo a la derecha */
.dark-theme .panel-monday-style .option-count {
  color: #a0a4b8;
}

/* Footer del panel (Botón Aplicar) */
.dark-theme .panel-monday-style .panel-footer {
  border-top: 1px solid #3d4260;
  background-color: #222740;
  /* Un tono más oscuro que el panel para dar profundidad */
}

/* Separador sutil */
.dark-theme .panel-monday-style .filter-divider {
  background-color: #3d4260;
}

/* Inputs de fecha (Rango personalizado) */
.dark-theme .panel-monday-style .custom-date-inputs {
  background-color: #222740;
  border: 1px solid #3d4260;
}

.dark-theme .panel-monday-style .date-input-group small {
  color: #a0a4b8;
}

/* Scrollbar para modo oscuro */
.dark-theme .column-scrollable::-webkit-scrollbar-thumb {
  background-color: #4b5172;
}

.dark-theme .column-scrollable::-webkit-scrollbar-thumb:hover {
  background-color: #62698a;
}

/* Botón "Mostrar más" */
.dark-theme .panel-monday-style .show-more-btn:hover {
  background-color: #383e5f;
}

/* Buscador de digitadores */
.dark-theme .panel-monday-style .filter-search-box input {
  background-color: #1e2235;
  /* Fondo de input muy oscuro */
  border: 1px solid #3d4260;
  color: #e0e2e8;
}

.dark-theme .panel-monday-style .filter-search-box input::placeholder {
  color: #676879;
}

.dark-theme .panel-monday-style .filter-search-box input:focus {
  background-color: #222740;
  border-color: #579bfa;
  /* Foco azul */
  color: #ffffff;
}

.dark-theme .panel-monday-style .filter-search-box .search-icon {
  color: #a0a4b8;
}

/* Ajustes de Modo Noche para el nuevo calendario */
.dark-theme .panel-monday-style .custom-date-inputs {
  background-color: #222740;
  border-color: #3d4260;
}

.dark-theme .panel-monday-style .modern-date-label {
  color: #a0a4b8;
}

.dark-theme .panel-monday-style .modern-date-group .form-control,
.dark-theme .panel-monday-style .modern-date-group .input-group-text {
  background-color: #1e2235;
  border-color: #3d4260;
  color: #e0e2e8;
}

.dark-theme .panel-monday-style .modern-date-group .input-group-text:hover {
  background-color: #292e4b;
  color: #ffffff;
}

.dark-theme .panel-monday-style .modern-date-group .form-control::placeholder {
  color: #676879;
}

/* Contenedor principal para mantener todo unido */
.custom-split-group {
  display: inline-flex;
  border-radius: 6px;
}

/* Estilos compartidos para ambos lados del botón */
.btn-split-left,
.btn-split-right {
  background-color: #f4f5f7;
  color: #42526e;
  border: 1px solid #ececec;
  padding: 4.3px 12px;
  transition: background-color 0.2s ease;
  cursor: pointer;
}

.dark-theme .btn-split-left,
.dark-theme .btn-split-right {
  background-color: #292e4b;
  color: #e0e2e8;
  /* Color del texto/icono */
  border: 1px solid #3d4260;
}

.dark-theme .btn-split-left:hover,
.dark-theme .btn-split-right:hover {
  background-color: #383e5f;
  /* Hover iluminado */
}

/* Quitar el borde azul feo que pone el navegador al hacer clic */
.btn-split-left:focus,
.btn-split-right:focus {
  outline: none;
  box-shadow: none;
}

/* Botón principal (Izquierda) */
.btn-split-left {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  flex-grow: 1;
}

/* Botón flecha (Derecha) */
.btn-split-right {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  padding-left: 8px;
  padding-right: 8px;
  border-left: 2px solid #ffffff;
}

/* 🌟 EL HOVER INDEPENDIENTE: Oscurece solo el que tocas */
.btn-split-left:hover,
.btn-split-right:hover {
  background-color: #ebecf0;
}

/* Estilos compartidos para ambos lados del botón */
.btn-info-left,
.btn-info-right {
  background-color: #398bf7;
  color: #ffffff;
  border: 1px solid #398bf7;
  padding: 4.3px 12px;
  transition: background-color 0.2s ease;
  cursor: pointer;
}

.dark-theme .btn-info-left,
.dark-theme .btn-info-right {
  background-color: #398bf7;
  color: #ffffff;
  /* Color del texto/icono */
  border: 1px solid #3d4260;
}

.dark-theme .btn-info-left:hover,
.dark-theme .btn-info-right:hover {
  background-color: #398bf7;
  /* Hover iluminado */
}

/* Quitar el borde azul feo que pone el navegador al hacer clic */
.btn-info-left:focus,
.btn-info-right:focus {
  outline: none;
  box-shadow: none;
}

/* Botón principal (Izquierda) */
.btn-info-left {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  flex-grow: 1;
}

/* Botón flecha (Derecha) */
.btn-info-right {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  padding-left: 8px;
  padding-right: 8px;
  border-left: 2px solid #ffffff;
}

/* 🌟 EL HOVER INDEPENDIENTE: Oscurece solo el que tocas */
.btn-info-left:hover,
.btn-info-right:hover {
  background: #398bf7;
  border: 1px solid #398bf7;
  -webkit-box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
  box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
}

/* Contenedor principal del bloque de conteos en Dark Theme */
.dark-theme-badges-container {
  background-color: #2c3e50;
  /* Un azul grisáceo oscuro */
  color: #ecf0f1;
  /* Un gris muy claro/blanco para el texto principal */
  border-radius: 6px;
  /* Bordes suaves */
  padding: 10px 0;
  /* Espaciado interno superior e inferior */
}

/* Ajustes de texto para Dark Theme */
.dark-theme-badges-container .text-muted {
  color: #ecf0f1 !important;
  /* Asegurar texto claro */
}

/* Colores de estado ajustados para contraste sobre fondo oscuro */
.dark-theme-badges-container .text-warning {
  color: #f39c12 !important;
  /* Naranja un poco más brillante */
}

.dark-theme-badges-container .text-secondary {
  color: #95a5a6 !important;
  /* Gris más brillante */
}

.dark-theme-badges-container .text-primary {
  color: #3498db !important;
  /* Azul más brillante */
}

.dark-theme-badges-container .text-success {
  color: #2ecc71 !important;
  /* Verde más brillante */
}

.dark-theme-badges-container .text-danger {
  color: #e74c3c !important;
  /* Rojo más brillante */
}

.dark-theme-badges-container .text-info {
  color: #1abc9c !important;
  /* Cian más brillante */
}

/* ==============================================
   ESTILOS TARJETA PREMIUM - MANUAL DE USUARIO
   ============================================== */
.premium-manual-card {
  margin: 20px 15px;
  /* Espaciado a los lados y arriba */
  background-color: #f4f5f7;
  /* El verde pálido elegante de tu imagen */
  border-radius: 12px;
  padding: 20px 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
  /* Una sombra muy sutil */
  transition: all 0.3s ease;
}

.premium-manual-card:hover {
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
  /* Pequeño salto al pasar el mouse */
}

.premium-manual-card .card-title {
  color: #1a4d2e;
  /* Verde oscuro fuerte para el título */
  font-size: 15px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 8px;
}

.premium-manual-card .card-text {
  color: #5c7a67;
  /* Verde grisáceo para leer cómodo */
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 15px;
}

.premium-manual-card .btn-premium {
  display: block;
  width: 100%;
  text-align: center;
  background-color: #007bff;
  /* El azul llamativo de tu manual actual */
  color: #ffffff;
  padding: 10px 0;
  border-radius: 8px;
  font-weight: 600;
  font-size: 13px;
  text-decoration: none;
  transition: background-color 0.2s;
}

.premium-manual-card .btn-premium:hover {
  background-color: #0284c7;
  /* Azul más oscuro al hacer hover */
  color: white;
}

/* ==============================================
   ESTILOS CUANDO EL MENÚ ESTÁ COLAPSADO (MINI SIDEBAR)
   ============================================== */

/* 1. Ocultar el texto de la tarjeta cuando está colapsado */
body.mini-sidebar .premium-manual-card .card-title,
body.mini-sidebar .premium-manual-card .text-themecolor,
body.mini-sidebar .premium-manual-card .card-text {
  display: none !important;
}

/* 2. Fijar el ancho exacto de la barra gris para que NO se estire */
body.mini-sidebar .premium-manual-card {
  background-color: transparent !important;
  box-shadow: none !important;
  padding: 10px 0 !important;
  margin: 0 !important;
  /* La magia: Forzamos el ancho al tamaño de la barra colapsada (suele ser 65px) */
  width: 65px !important;
  display: flex;
  justify-content: center;
}

/* 3. Transformar el botón en un círculo perfecto (anulando a Bootstrap) */
body.mini-sidebar .premium-manual-card .btn-premium {
  width: 42px !important;
  height: 42px !important;
  padding: 0 !important;
  margin: 0 !important;
  /* Quitamos el auto para que no se mueva */
  border-radius: 50% !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

/* 4. Ocultar la palabra "Abrir" */
body.mini-sidebar .premium-manual-card .btn-text {
  display: none !important;
}

/* 5. Centrar y ajustar el tamaño del ícono */
body.mini-sidebar .premium-manual-card .btn-premium i {
  margin-right: 0 !important;
  font-size: 20px !important;
}

/* ==============================================
   AJUSTE AL DISEÑO NORMAL (MENÚ EXPANDIDO)
   ============================================== */
/* Separación entre el ícono y la palabra "Abrir" en estado normal */
.premium-manual-card .btn-premium i {
  margin-right: 6px;
}

/* ==============================================
   ESTILOS TARJETA PREMIUM - MODO OSCURO (DARK THEME)
   ============================================== */
/* NOTA: Cambia '.dark-theme' por la clase exacta que usa tu template en el body cuando activas la luna */

body.dark-theme .premium-manual-card {
  background-color: #1a2920;
  /* Un verde muy oscuro, casi negro, elegante */
  border: 1px solid #2a4032;
  /* Borde sutil para separar del fondo */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  /* Sombra más pronunciada para dar profundidad */
}

body.dark-theme .premium-manual-card .card-title {
  color: #4ade80;
  /* Un verde neón/esmeralda suave para que brille en la oscuridad */
}

body.dark-theme .premium-manual-card .card-text {
  color: #9ca3af;
  /* Gris claro/plateado para una lectura perfecta sin fatiga visual */
}

/* El botón azul (#38bdf8) del diseño original funciona perfecto en modo oscuro, 
   así que no necesitamos reescribirlo, ¡resaltará maravillosamente! */

/* =========================================
   1. PESTAÑAS (Por Día / Rango)
   ========================================= */
.date-tabs-container {
  display: flex;
  background-color: #f4f5f7;
  border-radius: 6px;
  padding: 4px;
  gap: 4px;
}

.date-tab-btn {
  flex: 1;
  border: none;
  background: transparent;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 13px;
  color: #676879;
  cursor: pointer;
  transition: all 0.2s ease;
  font-weight: 500;
}

.date-tab-btn:hover {
  color: #323338;
}

.date-tab-btn.active {
  background-color: #ffffff;
  color: #0073ea;
  /* Azul Monday */
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  /* Ligero relieve */
}

.date-tab-btn:focus,
.date-tab-btn:active {
  outline: none !important;
  box-shadow: none;
  /* Por si algún framework como Bootstrap le está metiendo sombra de enfoque */
}

/* =========================================
   2. TEXTOS Y CONTENEDORES
   ========================================= */
.column-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #212529;
}

.modern-date-label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  display: block;
  color: #212529;
}

.custom-date-inputs {
  margin-top: 16px;
}

/* =========================================
   3. CALENDARIO RANGO (Colores Nativos)
   ========================================= */
/* Estilo del recuadro redondeado */
.caja-rango-fechas {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #cbd5e1;
  border-radius: 25px;
  /* Bordes bien redondeados */
  padding: 6px 16px;
  background-color: #ffffff;
  cursor: pointer;
  transition: all 0.2s ease;
}

.caja-rango-fechas:hover {
  border-color: #398bf7;
}

/* Colores de selección del calendario */
.custom-day {
  text-align: center;
  padding: 0.185rem 0.25rem;
  border-radius: 0.25rem;
  display: inline-block;
  width: 2rem;
  cursor: pointer;
}

.custom-day:hover,
.custom-day.focused {
  background-color: #e6e6e6;
}

.custom-day.range {
  background-color: #398bf7;
  color: white;
  border-radius: 0;
}

.custom-day.faded {
  background-color: #dbe9fb;
  color: #398bf7;
  border-radius: 0;
}

.gmail-attachment-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 10px 2px 6px;
  border: 1px solid #dadce0;
  border-radius: 16px;
  /* Bordes redondeados tipo píldora */
  background-color: #ffffff;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  cursor: pointer;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.02);
}

.gmail-attachment-chip:hover {
  background-color: #f8f9fa;
  border-color: #d2d2d2;
  text-decoration: none;
  /* Evita que el texto se subraye */
}

.gmail-attachment-chip:active {
  background-color: #e8eaed;
}

/* Pantalla completa oscura translúcida (el fondo general) */
.gmail-fullscreen-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* El cuerpo del visor (el contenedor blanco que tiene el PDF) */
.gmail-viewer-body {
  position: relative;
  width: 85%;
  height: 90%;
  background-color: white;
  border-radius: 4px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);

  /* ⚠️ ELIMINAMOS overflow: hidden; para que el botón pueda salir del cuadro */

  /* Mantiene la altura que te gustó */
  margin-top: -30px;
}

/* Botón flotante de flecha izquierda */
.icon-btn-back {
  position: absolute;
  top: 40px;
  /* ¡Alineación perfecta! Misma altura que el inicio del iframe */
  left: 3%;
  /* Flotando a la izquierda en el espacio vacío */
  background: transparent;
  border: none;
  color: white;
  font-size: 28px;
  /* Un poco más grande para que se vea mejor */
  cursor: pointer;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s;
  z-index: 10;
}

.icon-btn-back:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

/* Aseguramos que el iframe llene el espacio correctamente */
.gmail-viewer-body iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 4px;
  /* Le pasamos el borde redondeado al iframe directamente */
  background-color: white;
}

/* =========================================================================
   ESTILOS PARA EL SWITCH DE TEMA SIAL-SOFT
   Logra el modelo de píldora con círculo deslizante perfecto (Gris y Azul)
   ========================================================================= */
/* 1. Contenedor de la lista: Forzamos altura y alineación flex */
.sial-navbar-item {
  display: flex !important;
  align-items: center !important;
  /* Centrado vertical */
  justify-content: center;
  padding: 0 5px;
  cursor: default;
  list-style: none;
  vertical-align: middle;
}

/* 2. La píldora (fondo verde oscuro) */
.sial-theme-pill {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #004baf;
  border-radius: 30px;
  width: 70px;
  height: 34px;
  /* Un poco más delgada para que se vea más estilizada */
  box-sizing: border-box;
  margin: 0;
  cursor: pointer;
  /* Eliminamos cualquier margen que lo empuje hacia arriba */
}

/* 3. El círculo amarillo deslizante */
.sial-active-circle {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 26px;
  height: 26px;
  background-color: #FFE183;
  border-radius: 50%;
  z-index: 1;
  transition: transform 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.sial-active-circle:hover {
  background-color: #FFF;
  transition: transform 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
}

/* Movimiento a la derecha */
.sial-active-circle.slide-right {
  transform: translateX(36px);
}

/* 4. Wrappers de iconos */
.sial-icon-wrapper-sun {
  flex: 1;
  display: flex;
  align-items: center;
  z-index: 2;
  padding: 4px;
  height: 100%;
  width: 100%;
}

.sial-icon-wrapper-sun:hover {
  color: #FFF;
}

.sial-icon-wrapper-moon {
  flex: 1;
  display: flex;
  align-items: center;
  z-index: 2;
  padding: 4px;
  height: 100%;
  width: 100%;
}

.sial-icon-wrapper-moon:hover {
  color: #c9e1ff;
}

/* 5. Iconos MDI */
.sial-theme-pill i {
  font-size: 16px;
  transition: color 0.3s ease;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 26px;
  /* Mismo ancho que el círculo */
  height: 26px;
  /* Misma altura que el círculo */
  line-height: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Icono activo (Color oscuro sobre amarillo) */
.sial-theme-pill i.icon-active {
  color: #111111;
}

/* =========================================================================
   ESTADOS DARK-THEME (Cuando el body tiene la clase .dark-theme)
   ========================================================================= */

/* 1. Cambiamos el fondo de la píldora a verde muy oscuro al estar en dark mode */
body.dark-theme .sial-theme-pill {
  background-color: #001A12 !important;
}

/* 2. Movemos el círculo amarillo a la derecha (hacia la luna) */
body.dark-theme .sial-active-circle {
  transform: translateX(36px);
  background: #c9e1ff;
}

/* 3. Color del SOL cuando el body está en Dark Theme (se apaga) */
body.dark-theme .sial-sun-icon {
  color: #4A6054 !important;
  /* Verde tenue */
}

body.dark-theme .sial-sun-icon:hover {
  color: #ffe183 !important;
  /* Verde tenue */
}

/* 4. Color de la LUNA cuando el body está en Dark Theme (se activa y oscurece sobre el amarillo) */
body.dark-theme .sial-moon-icon {
  color: #111111 !important;
  /* Negro/Oscuro para resaltar sobre el círculo */
}

/* =========================================================================
   ESTILOS DEL BUSCADOR MODERNO (Diseño Píldora / Lupa a la izquierda)
   ========================================================================= */

/* =========================================================================
   BUSCADOR COLAPSABLE (EXPANDABLE SEARCH)
   ========================================================================= */

.sial-search-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

/* El Ícono de la Lupa */
.sial-search-icon {
  position: absolute;
  left: 10px;
  /* Ajustado para que quede al centro del círculo inicial */
  color: rgb(142 191 255);
  font-size: 16px;
  pointer-events: none;
  z-index: 2;
  transition: all 0.4s ease;
}

.sial-search-wrapper:focus-within .sial-search-icon {
  color: #1963c6;
  /* No necesitas el !important con esto 😉 */
}

/* ESTADO INICIAL (COLAPSADO): 
   Parece un botón circular blanco. 
*/
.sial-search-input {
  width: 34px;
  /* Ancho inicial igual a un botón circular */
  height: 34px;
  /* Misma altura que el switch */
  padding: 8px;
  /* Padding mínimo para ocultar texto */
  border: 1px solid transparent;
  border-radius: 30px;
  background-color: rgb(0 75 175);
  color: #ffffff;
  /* Ocultamos el texto mientras está cerrado */
  font-size: 14px;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  /* Cursor de mano para invitar a hacer clic */
  /* Transición suave para el efecto de apertura */
  transition: width 0.4s cubic-bezier(0.4, 0.0, 0.2, 1),
    padding 0.4s ease,
    color 0.2s ease,
    background-color 0.4s ease;
}

/* Ocultamos el placeholder cuando está cerrado */
.sial-search-input::placeholder {
  color: transparent;
  transition: color 0.3s ease;
}

/* ESTADO EXPANDIDO: 
   Se activa cuando recibe clic (:focus) o cuando YA TIENE texto escrito (:not(:placeholder-shown))
*/
.sial-search-input:focus,
.sial-search-input:not(:placeholder-shown) {
  background-color: #ffffff;
  width: 250px;
  /* Ancho total al abrirse */
  padding: 8px 16px 8px 36px;
  /* Espacio para la lupa y el texto */
  color: #000;
  /* Mostramos el texto */
  cursor: text;
  /* Cursor de escritura */
  border-color: #1963c6;
  /* Borde azul de enfoque */
  box-shadow: 0 0 0 3px rgba(25, 99, 198, 0.15);
}

/* Mostramos el placeholder cuando se abre */
.sial-search-input:focus::placeholder {
  color: #94a3b8;
}


.dark-theme .sial-search-input:hover {
  background: rgb(0 67 158);
}

/* =========================================================================
   ADAPTACIÓN AL DARK-THEME
   ========================================================================= */

body.dark-theme .sial-search-input {
  background-color: #1A2234;
  border-color: #2d3748;
}

body.dark-theme .sial-search-icon {
  color: #64748b;
}

/* Estado Expandido en Dark Mode */
body.dark-theme .sial-search-input:focus,
body.dark-theme .sial-search-input:not(:placeholder-shown) {
  background-color: #1A2234;
  color: #e2e8f0;
  border-color: #3b82f6;
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.2);
}

body.dark-theme .sial-search-input:focus~.sial-search-icon,
body.dark-theme .sial-search-input:not(:placeholder-shown)~.sial-search-icon {
  color: #3b82f6;
}

/* =========================================================================
   TABS DE NAVEGACIÓN (CUSTOMTAB) - DARK THEME
   ========================================================================= */

/* 1. Línea separadora inferior de todo el bloque de tabs */
body.dark-theme .nav-tabs.customtab {
  border-bottom: 1px solid #2d3748;
  /* Gris oscuro elegante, cero ruido */
}

/* 2. Pestañas INACTIVAS (Incidencias, Control) */
body.dark-theme .customtab .nav-item .nav-link {
  color: #64748b;
  /* Gris azulado tenue para texto e íconos */
  background-color: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  /* Ocultamos la línea pero mantenemos el espacio */
  transition: color 0.3s ease, border-color 0.3s ease;
}

/* Efecto al pasar el mouse por las inactivas */
body.dark-theme .customtab .nav-item .nav-link:hover {
  color: #cbd5e1;
  /* Se iluminan a un gris más claro para dar feedback */
}

/* 3. Pestaña ACTIVA (Registro) */
body.dark-theme .customtab .nav-item .nav-link.active,
body.dark-theme .customtab .nav-item .nav-link.active:hover,
body.dark-theme .customtab .nav-item .nav-link.active:focus {
  color: #3b82f6;
  /* Azul brillante, excelente contraste en fondos oscuros */
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #3b82f6;
  /* Línea indicadora inferior azul */
}

/* 4. Ajuste del Botón "+ Nuevo" (Para asegurar que contraste bien) */
body.dark-theme .customtab .btn-info {
  background-color: #3b82f6;
  /* Mismo azul de la pestaña activa para armonía */
  border-color: #3b82f6;
  color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  /* Sutil sombra para separarlo del fondo */
}

body.dark-theme .customtab .btn-info:hover {
  background-color: #2563eb;
  /* Azul ligeramente más oscuro al hacer hover */
  border-color: #2563eb;
}

/* =========================================
   ESTILOS PARA AVATARES Y DROPDOWN (Monday Style)
   ========================================= */

/* --- 1. AVATARES --- */
.monday-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 0;
  flex-shrink: 0;
  transition: all 0.2s ease-in-out;
}

/* Tamaños */
.monday-avatar-md {
  width: 32px;
  height: 32px;
  font-size: 11px;
}

.monday-avatar-sm {
  width: 24px;
  height: 24px;
  font-size: 10px;
}

/* Estado: Vacío (Modo Claro por defecto) */
.monday-avatar-empty {
  border: 1px dashed #cbd5e1;
  background-color: #ffffff;
  color: #6c757d;
  /* Color del icono */
  cursor: pointer;
}

/* Estado: Lleno (El color de fondo se inyecta por style en el HTML) */
.monday-avatar-filled {
  color: #1963c6;
  font-weight: bold;
  cursor: pointer;
}

/* --- 2. ITEMS DEL DROPDOWN (Sugerencias) --- */
.monday-dropdown-item {
  padding: 8px;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.2s ease;
  background-color: transparent;
}

/* Hover Modo Claro */
.monday-dropdown-item:hover {
  background-color: #f4f5f7;
}


/* =========================================
   🌙 MODO OSCURO (Dark Theme)
   Ajusta ".dark-theme" por la clase que use tu proyecto 
   ========================================= */

.dark-theme .monday-avatar-empty {
  border: 1px dashed #475569;
  /* Borde más oscuro */
  background-color: #1e293b;
  /* Fondo oscuro */
  color: #94a3b8;
  /* Icono más claro para contraste */
}

/* Hover de la lista en Modo Oscuro */
.dark-theme .monday-dropdown-item:hover {
  background-color: #334155;
  /* Un gris azulado oscuro para el hover */
}

/* Opcional: Si el texto de las opciones no se ve bien en dark mode */
.dark-theme .monday-dropdown-item .option-text {
  color: #e2e8f0;
}

/* =========================================
   DISEÑO DEL MENÚ (DROPUP - ABRE HACIA ARRIBA)
   ========================================= */

.dropdown-menu-center {
    width: 320px !important;
    padding: 12px !important;
    border-radius: 8px !important;
    /* La sombra apunta ligeramente hacia arriba para dar el efecto correcto */
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.12) !important; 
    border: 1px solid #e6e9ef !important;
    margin-bottom: 12px !important; /* Separación entre el menú y el botón */
    z-index: 999999 !important; 
}

/* --- Creación del Triángulo (Flecha apuntando hacia abajo) --- */
/* 1. El borde exterior de la flecha (gris) */
.dropdown-menu-center::before {
    content: "";
    position: absolute;
    bottom: -9px; /* Lo ubicamos en la parte inferior del menú */
    left: 50%;
    transform: translateX(-50%);
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #e6e9ef; /* Triángulo apuntando hacia abajo */
}

/* 2. El relleno interior de la flecha (blanco) */
.dropdown-menu-center::after {
    content: "";
    position: absolute;
    bottom: -7px; /* Un par de píxeles más arriba para que se vea el borde gris */
    left: 50%;
    transform: translateX(-50%);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #ffffff; /* Fondo del menú */
}

/* =========================================
   MODO OSCURO (OPCIONAL)
   ========================================= */
.dark-theme .dropdown-menu-center {
    border-color: #475569 !important;
    background-color: #1e293b !important;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.4) !important;
}
.dark-theme .dropdown-menu-center::before {
    border-top-color: #475569; /* Borde de la flecha en modo oscuro */
}
.dark-theme .dropdown-menu-center::after {
    border-top-color: #1e293b; /* Relleno de la flecha en modo oscuro */
}
/* =========================================
   1. DISEÑO BASE DEL MENÚ (DROPUP - ABRE HACIA ARRIBA)
   ========================================= */
::ng-deep .dropdown-menu-center {
    width: 320px !important;
    padding: 12px !important;
    border-radius: 8px !important;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.12) !important; 
    border: 1px solid #e6e9ef !important;
    margin-bottom: 12px !important; 
    z-index: 999999 !important; /* Capa máxima absoluta sobre la tabla */
}

/* --- Creación del Triángulo (Flecha apuntando hacia abajo) --- */
::ng-deep .dropdown-menu-center::before {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #e6e9ef; 
}

::ng-deep .dropdown-menu-center::after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #ffffff; 
}

::ng-deep .dropdown-toggle::after,
::ng-deep .dropup .dropdown-toggle::after {
    display: none !important;
    content: none !important;
    border: none !important;
}

/* =========================================
   2. MODO OSCURO
   ========================================= */
::ng-deep .dark-theme .dropdown-menu-center {
    border-color: #475569 !important;
    background-color: #1e293b !important;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.4) !important;
}

::ng-deep .dark-theme .dropdown-menu-center::before {
    border-top-color: #475569 !important;
}

::ng-deep .dark-theme .dropdown-menu-center::after {
    border-top-color: #1e293b !important;
}

/* =========================================
   MODIFICADOR: QUITAR SCROLL A LA TABLA
   ========================================= */
.no-scroll-table {
    max-height: none !important;
    overflow: visible !important;
    /* 👇 MAGIA: Eleva toda la tabla por encima de los inputs superiores */
    position: relative !important;
    z-index: 9999 !important;
}

/* Evita que el pie de página se monte sobre los registros al quitar el scroll */
.no-scroll-table table .modern-tfoot td {
    position: relative !important; 
    bottom: auto !important;
}

/* --- TEMA CLARO (Por defecto) --- */
.bloque-interactivo-personal {
  padding: 6px 8px;
  margin-left: -8px;
  border-radius: 6px;
  transition: all 0.2s ease-in-out;
}

/* Hover y Menú Abierto */
.bloque-interactivo-personal:hover,
.bloque-interactivo-personal[aria-expanded="true"] {
  background-color: rgba(0, 115, 234, 0.08); 
}

/* Color del nombre */
.bloque-interactivo-personal:hover h6,
.bloque-interactivo-personal[aria-expanded="true"] h6 {
  color: #0073ea !important; 
}

/* Color del código */
.bloque-interactivo-personal:hover small,
.bloque-interactivo-personal[aria-expanded="true"] small {
  color: #5b626b !important; 
}

/* Eliminamos la flecha gris que inyecta Bootstrap por defecto */
.bloque-interactivo-personal.dropdown-toggle::after {
    display: none !important;
    content: "" !important;
    border: none !important;
}

/* --- TEMA OSCURO --- */
/* (Ajusta '.dark-theme' por la clase que use tu proyecto para el modo oscuro) */
.dark-theme .bloque-interactivo-personal:hover,
.dark-theme .bloque-interactivo-personal[aria-expanded="true"] {
  background-color: rgba(87, 155, 252, 0.15); 
}

.dark-theme .bloque-interactivo-personal:hover h6,
.dark-theme .bloque-interactivo-personal[aria-expanded="true"] h6 {
  color: #579bfc !important; 
}

.dark-theme .bloque-interactivo-personal:hover small,
.dark-theme .bloque-interactivo-personal[aria-expanded="true"] small {
  color: #e0e6ed !important; 
}

/* El estado base (con transición para que el regreso sea suave) */
.texto-normal {
  transition: color 0.8s ease-out, text-shadow 0.8s ease-out;
}

/* El estado "encendido" que Angular activará temporalmente */
.texto-actualizado {
  color: #1976d2 !important;
  font-weight: 400 !important;
  /* La animación dura 2s, pero inicia con un retraso según la fila */
  animation: brillarTexto 2s ease-in-out;
  animation-delay: calc(var(--animation-order) * 0.05s); 
}

@keyframes brillarTexto {
  0%, 100% { color: inherit; font-weight: normal; }
  10%, 80% { color: #0073ea; font-weight: 400; text-shadow: 0px 0px 8px rgba(0, 115, 234, 0.4); }
}

/* Prepara la celda para que la muesca no se salga de su marco */
.row-sin-guardar td:first-child {
    position: relative !important;
}

/* Dibuja la muesca "SIN GUARDAR" */
.row-sin-guardar td:first-child::before {
    content: "SIN GUARDAR";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #cfb048; /* Tu color asignado */
    color: #ffffff;
    font-size: 9px;
    font-weight: 500;
    padding: 3px 6px;
    border-bottom-right-radius: 6px; /* Borde redondeado solo abajo a la derecha */
    z-index: 10;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

/* --- Estilos por defecto (Light Theme) --- */
.template-download-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f8f9fa; /* Color de fondo gris muy claro */
    border-radius: 8px;
    padding: 12px 18px;
    margin-top: 15px;
    margin-bottom: 20px;
    gap: 20px;
}

.template-info-section {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.info-icon-wrapper {
    background-color: #0056b3; /* Azul del ícono */
    color: white;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
    margin-top: 2px;
}

.info-texts .info-title {
    margin: 0 0 4px 0;
    font-size: 16px;
    font-weight: 600;
    color: #212529;
}

.info-texts .info-description {
    margin: 0;
    font-size: 14px;
    color: #6c757d;
    line-height: 1.4;
}

.btn-template-select {
    background-color: white;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 10px 16px;
    min-width: 200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #212529;
    font-weight: 500;
    transition: all 0.2s ease;
    cursor: pointer;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

.btn-template-select:hover {
    background-color: #f8f9fa;
    border-color: #d0d0d0;
}

.btn-template-select:focus {
    outline: none;
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

.button-content {
    display: flex;
    align-items: center;
    gap: 10px;
}

.button-content i {
    color: #6c757d;
    font-size: 18px;
}

.button-text {
    text-align: left;
}

/* Quitar el borde por defecto del dropdown si usa Bootstrap */
.btn-template-select::after {
    color: #a0a0a0;
    margin-left: 15px;
}

/* Ajustes responsivos para móviles */
@media (max-width: 768px) {
    .template-download-card {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .btn-template-select {
        width: 100%;
    }
}


/* --- Estilos para Modo Oscuro (.dark-theme) --- */
.dark-theme .template-download-card {
    background-color: #1e2227; /* Fondo oscuro de la tarjeta */
}

.dark-theme .info-icon-wrapper {
    background-color: #0d6efd; /* Un azul un poco más brillante para contrastar */
}

.dark-theme .info-texts .info-title {
    color: #e9ecef;
}

.dark-theme .info-texts .info-description {
    color: #adb5bd;
}

.dark-theme .btn-template-select {
    background-color: #2b3035;
    border-color: #3e444a;
    color: #e9ecef;
    box-shadow: none;
}

.dark-theme .btn-template-select:hover {
    background-color: #343a40;
    border-color: #495057;
}

.dark-theme .button-content i {
    color: #adb5bd;
}

.dark-theme .btn-template-select::after {
    color: #6c757d;
}

.status-quick-filter {
    border: 1px solid #d1d5db;
    border-radius: 50px;
    padding: 6px 16px;
    cursor: pointer;
    width: fit-content;
}

.status-quick-filter:hover {
  background-color: #f0f2f5;
  /* Un fondo gris clarito al pasar el mouse */
}

/* Opcional: una clase por si quieres marcar cuál está activo/presionado */
.status-quick-filter.active-filter {
  background: #f0f4f9;
  font-weight: 400;
}

body.dark-theme .status-quick-filter.active-filter {
  background: #334155;
  color: #b7c4d8 !important;
  font-weight: 400;
}
