@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic);
/*!
 *   AdminLTE v2.0.1 (Modernized Theme)
 *   Author: Almsaeed Studio
 *	 Website: Almsaeed Studio <http://almsaeedstudio.com>
 *   License: Open source - MIT
 !*/

:root {
  --primary-color: #3b82f6;
  --primary-hover: #2563eb;
  --bg-main: #f8fafc;
  --bg-card: #ffffff;
  --text-main: #1e293b;
  --text-muted: #64748b;
  --border-color: #e2e8f0;
  --sidebar-bg: #1e293b;
  --sidebar-text: #94a3b8;
  --sidebar-active: #3b82f6;
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.05);
  --shadow-md: 0 4px 12px rgba(0,0,0,0.08);
  --shadow-lg: 0 10px 25px rgba(0,0,0,0.12);
}

/*
 * Core: General Layout Style
 * -------------------------
 */
html {
  position: relative;
}
html,
body {
  min-height: 100%;
}
.layout-boxed html,
.layout-boxed body {
  height: 100%;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Source Sans Pro', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: var(--text-main);
  background-color: var(--bg-main);
  overflow-x: hidden;
  overflow-y: auto;
}
/* Layout */
.wrapper {
  min-height: 100%;
  position: static;
  overflow: hidden;
}
.wrapper:before,
.wrapper:after {
  content: " ";
  display: table;
}
.wrapper:after {
  clear: both;
}
.layout-boxed .wrapper {
  max-width: 1280px;
  margin: 0 auto;
  min-height: 100%;
  box-shadow: var(--shadow-lg);
  position: relative;
  border-radius: var(--radius-md);
}
.layout-boxed {
  background: url('../img/boxed-bg.jpg') repeat fixed;
}
/*
 * Content Wrapper - contains main content
 */
.content-wrapper,
.right-side,
.main-footer {
  -webkit-transition: transform 0.3s ease, margin-left 0.3s ease;
  -moz-transition: transform 0.3s ease, margin-left 0.3s ease;
  -o-transition: transform 0.3s ease, margin-left 0.3s ease;
  transition: transform 0.3s ease, margin-left 0.3s ease;
  margin-left: 230px;
  z-index: 820;
}
.layout-top-nav .content-wrapper,
.layout-top-nav .right-side,
.layout-top-nav .main-footer {
  margin-left: 0;
}

.main-footer .powerby_rss {
  width: 113px;
  height: 30px;
  margin: 30px auto 20px auto;
  display: block;
  background-image: url();
  background-repeat: no-repeat;
  background-position: 0 0;
  text-indent: -4000px;
  position: relative;
  top: inherit;
  right: inherit;
  opacity: 0.85;
  transition: opacity 0.2s ease;
}
.main-footer .powerby_rss:hover {
  opacity: 1;
}

@media (max-width: 767px) {
  .content-wrapper,
  .right-side,
  .main-footer {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .sidebar-collapse .content-wrapper,
  .sidebar-collapse .right-side,
  .sidebar-collapse .main-footer {
    margin-left: 0;
  }
  
  .main-footer .powerby_rss {
    margin: 0;
    display: inline-block;
    position: absolute;
    top: 12px;
    right: 15px;
  }
}
@media (max-width: 767px) {
  .sidebar-open .content-wrapper,
  .sidebar-open .right-side,
  .sidebar-open .main-footer {
    -webkit-transform: translate(230px, 0);
    -ms-transform: translate(230px, 0);
    -o-transform: translate(230px, 0);
    transform: translate(230px, 0);
  }
  .main-footer .pull-right {
    float: none;
  }
}
.content-wrapper,
.right-side {
  min-height: 100%;
  background-color: var(--bg-main);
  z-index: 800;
}
.main-footer {
  background: var(--bg-card);
  padding: 18px 25px;
  color: var(--text-muted);
  border-top: 1px solid var(--border-color);
  font-size: 0.9em;
  position: relative;
}

/* Fixed layout */
.fixed .main-header,
.fixed .main-sidebar,
.fixed .left-side {
  position: fixed;
}
.fixed .main-header {
  top: 0;
  right: 0;
  left: 0;
}
.fixed .content-wrapper,
.fixed .right-side {
  padding-top: 66px;
}
@media (max-width: 767px) {
  .fixed .content-wrapper,
  .fixed .right-side {
    padding-top: 100px;
  }
}
.fixed.layout-boxed .wrapper {
  max-width: 100%;
}
/* Content */
.content {
  min-height: 250px;
  padding: 24px;
  margin-right: auto;
  margin-left: auto;
}
/* H1 - H6 font */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Source Sans Pro', 'Open Sans', sans-serif;
  color: var(--text-main);
  font-weight: 600;
}
/* General Links */
a {
  color: var(--primary-color);
  transition: color 0.2s ease;
}
a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
  color: var(--primary-hover);
}

.cursor-pointer{
  cursor: pointer;	
}
/* Page Header */
.page-header {
  margin: 10px 0 20px 0;
  font-size: 24px;
  font-weight: 600;
  color: var(--text-main);
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 10px;
}
.page-header > small {
  color: var(--text-muted);
  display: block;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
}
/* Don't display when printing */
@media print {
  .no-print {
    display: none;
  }
  .main-sidebar,
  .left-side,
  .main-header,
  .content-header {
    display: none;
  }
  .content-wrapper,
  .right-side {
    margin: 0!important;
  }
}
/*
 * Component: Main Header
 * ----------------------
 */
.main-header {
  position: relative;
  max-height: 100px;
  z-index: 1030;
  transition: margin-right 0.3s ease;
  background: var(--bg-card);
  box-shadow: var(--shadow-sm);
}
.main-header > .navbar {
  margin-bottom: 0;
  margin-left: 230px;
  border: none;
  min-height: 66px;
  border-radius: 0;
  border-bottom: 1px solid var(--border-color);
  background: var(--bg-card);
}
.layout-top-nav .main-header > .navbar {
  margin-left: 0!important;
}
.main-header #navbar-search-input {
  background: var(--bg-main);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-sm);
  padding: 6px 12px;
  transition: all 0.2s ease;
}
.main-header #navbar-search-input:focus,
.main-header #navbar-search-input:active {
  border-color: var(--primary-color) !important;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}
.main-header #navbar-search-input::-moz-placeholder {
  color: var(--text-muted);
  opacity: 1;
}
.main-header #navbar-search-input:-ms-input-placeholder {
  color: var(--text-muted);
}
.main-header #navbar-search-input::-webkit-input-placeholder {
  color: var(--text-muted);
}
.main-header .navbar-custom-menu,
.main-header .navbar-right {
  margin-right: 0;
  float: right;
}
@media (min-width: 768px) {
  .main-header .navbar-custom-menu,
  .main-header .navbar-right {
    margin-right: 15px;
  }
}
@media (max-width: 991px) {
  .main-header .navbar-custom-menu a,
  .main-header .navbar-right a {
    color: inherit;
    background: transparent;
  }
}
@media (max-width: 767px) {
  .main-header .navbar-right {
    float: none;
  }
  .navbar-collapse .main-header .navbar-right {
    margin: 7.5px -15px;
  }
  .main-header .navbar-right > li {
    color: inherit;
    border: 0;
  }
}

.main-header .sidebar-toggle {
  float: left;
  background-color: transparent;
  background-image: none;
  padding: 18px 20px;
  font-family: fontAwesome;
  position: absolute;
  left: 0;
  bottom: 0;
  color: var(--text-main);
  font-size: 16px;
  transition: color 0.2s ease;
}

@media (min-width: 768px) {
  .navbar-nav>li>a {
    padding-top: 22px;
    padding-bottom: 22px;
    color: var(--text-main);
  }
  .navbar-nav.type-login>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .main-header .sidebar-toggle {
    left: 5px;
    bottom: 10px;
  }
}

.main-header .sidebar-toggle:before {
  content: "\f0c9";
}
.main-header .sidebar-toggle:hover {
  color: var(--primary-color);
}
.main-header .sidebar-toggle .icon-bar {
  display: none;
}
.main-header .navbar .nav > li.user > a > .fa,
.main-header .navbar .nav > li.user > a > .glyphicon,
.main-header .navbar .nav > li.user > a > .ion {
  margin-right: 5px;
}
.main-header .navbar .nav > li > a > .label {
  position: absolute;
  top: 12px;
  right: 7px;
  text-align: center;
  font-size: 10px;
  padding: 2px 6px;
  line-height: 1;
  border-radius: 10px;
  font-weight: 600;
}
.main-header .logo {
  display: block;
  float: left;
  height: 66px;
  padding: 0 15px;
  margin: 0;
  line-height: 66px;
}
.main-header .logo img {
  height: 48px;
  vertical-align: middle;
}
.main-header .logo-image {
  width: 50px;
  height: 45px;
  margin: 10px 0 0 0;
  display: block;
  float: left;
  padding: 0 15px;
  border-right: 1px solid var(--border-color);
}
@media (min-width: 767px) {
  .main-header .logo-image {
    width: 194px;
    margin: 10px 4px 0 0;
  }
}

.main-header .logo-title {
  display: block;
  float: left;
  font: normal 12px/14px "Source Sans Pro", sans-serif;
  text-transform: uppercase;
  padding: 0 0 0 10px;  
  margin: 16px 0 0 0;
  color: var(--text-muted); 
}
.main-header .logo-title strong {
  font: 700 13px/14px "Source Sans Pro", sans-serif;
  color: var(--text-main);
  display: block;
}
@media (min-width: 767px) {
  .main-header .logo-title {
    margin: 16px 0 0 10px;
    padding: 0 15px;
  }
}

.main-header .navbar-brand {
  color: var(--text-main);
  font-weight: 600;
}
.content-header {
  position: relative;
  padding: 24px 24px 12px 24px;
}
.content-header > h1 {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.5px;
}
.content-header > h1 > small {
  font-size: 14px;
  display: inline-block;
  padding-left: 8px;
  font-weight: 400;
  color: var(--text-muted);
}
.content-header > .breadcrumb {
  float: right;
  background: var(--bg-card);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  padding: 8px 16px;
  position: absolute;
  top: 20px;
  right: 24px;
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border-color);
}
.content-header > .breadcrumb > li > a {
  color: var(--text-muted);
  text-decoration: none;
}
.content-header > .breadcrumb > li > a:hover {
  color: var(--primary-color);
}
.content-header > .breadcrumb > li > a > .fa,
.content-header > .breadcrumb > li > a > .glyphicon,
.content-header > .breadcrumb > li > a > .ion {
  margin-right: 5px;
}
.content-header > .breadcrumb > li + li:before {
  content: '/\00a0';
  color: var(--border-color);
}
@media (max-width: 991px) {
  .content-header > .breadcrumb {
    position: relative;
    margin-top: 10px;
    top: 0;
    right: 0;
    float: none;
    background: var(--bg-card);
    padding-left: 12px;
  }
  .content-header > .breadcrumb li:before {
    color: var(--text-muted);
  }
}
.navbar-toggle {
  color: var(--text-main);
  border: 0;
  margin: 0;
  padding: 15px 15px;
}
@media (max-width: 991px) {
  .navbar-custom-menu .navbar-nav > li {
    float: left;
  }
  .navbar-custom-menu .navbar-nav {
    margin: 0;
    float: left;
  }
  .navbar-custom-menu .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .main-header {
    position: relative;
  }
  .main-header .logo,
  .main-header .navbar {
    margin: 0 18px;
  }
  .main-header .navbar {
    margin: 0;
  }
  .main-header .navbar-custom-menu {
    float: right;
  }
  .main-sidebar,
  .left-side {
    padding-top: 100px!important;
  }
  .main-header .logo img {
    height: 40px;
    margin-top: 8px;
  }
}
/*
 * Component: Sidebar
 * ------------------
 */
.main-sidebar,
.left-side {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 0;
  min-height: 100%;
  width: 230px;
  z-index: 810;
  background-color: var(--sidebar-bg);
  box-shadow: 2px 0 10px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
}
@media (max-width: 767px) {
  .main-sidebar,
  .left-side {
    -webkit-transform: translate(-230px, 0);
    -ms-transform: translate(-230px, 0);
    -o-transform: translate(-230px, 0);
    transform: translate(-230px, 0);
  }
}
@media (min-width: 768px) {
  .sidebar-collapse .main-sidebar,
  .sidebar-collapse .left-side {
    -webkit-transform: translate(-230px, 0);
    -ms-transform: translate(-230px, 0);
    -o-transform: translate(-230px, 0);
    transform: translate(-230px, 0);
  }
  .sidebar-open .main-header {
    margin-left: 0;
  }
  .sidebar-open  .main-header > .navbar {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .sidebar-open .main-sidebar,
  .sidebar-open .left-side {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .sidebar-open .main-header {
    margin-left: 0;
  }
  .sidebar-open  .main-header > .navbar {
    margin-left: 0;
  }
}
.sidebar {
  padding-bottom: 20px;
}
.fixed .sidebar {
  overflow: auto;
  height: 100%;
}
.sidebar-form input:focus {
  border-color: transparent!important;
}
.user-panel {
  padding: 20px 15px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.user-panel:before,
.user-panel:after {
  content: " ";
  display: table;
}
.user-panel:after {
  clear: both;
}
.user-panel > .image {
  margin: 10px 0 0 0;
  text-align: center;
}
.user-panel > .image > img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(255,255,255,0.1);
  object-fit: cover;
}
.user-panel > .image > i {
  width: 60px;
  height: 60px;
  background: #334155;
  border-radius: 50%;
  display: inline-block;
  line-height: 60px;
}
.user-panel > .image > i.fa:before {
  font-size: 36px;
  color: #94a3b8;
  line-height: 60px;
}
.user-panel > .info {
  font-weight: 600;
  padding: 12px 5px 0 5px;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  color: #f8fafc;
}
.user-panel > .info > p {
  margin-bottom: 6px;
  font-weight: 600;
}
.user-panel > .info > a {
  text-decoration: none;
  padding-right: 5px;
  margin-top: 3px;
  font-size: 12px;
  font-weight: 400;
  color: var(--sidebar-text);
}
.user-panel > .info > a:hover {
  color: #ffffff;
}
.user-panel > .info > a > .fa,
.user-panel > .info > a > .ion,
.user-panel > .info > a > .glyphicon {
  margin-right: 4px;
}
.sidebar-menu {
  list-style: none;
  margin: 15px 0 0 0;
  padding: 0 10px;
}

.sidebar-menu.user-menu{
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.sidebar-menu > li {
  position: relative;
  margin: 3px 0;
  padding: 0;
  border-radius: var(--radius-sm);
  transition: background 0.2s ease;
}
.sidebar-menu > li > a {
  padding: 10px 14px;
  display: block;
  color: var(--sidebar-text);
  border-radius: var(--radius-sm);
  font-weight: 500;
  transition: all 0.2s ease;
}
.sidebar-menu > li:hover > a,
.sidebar-menu > li.active > a {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
}
.sidebar-menu > li.active > a {
  background: var(--sidebar-active);
  font-weight: 600;
}
.sidebar-menu > li > a > .fa,
.sidebar-menu > li > a > .glyphicon,
.sidebar-menu > li > a > .ion {
  width: 24px;
  font-size: 16px;
  vertical-align: middle;
}
.sidebar-menu > li .label,
.sidebar-menu > li .badge {
  margin-top: 2px;
  margin-right: 5px;
  border-radius: 10px;
  padding: 3px 8px;
}
.sidebar-menu li.header {
  padding: 12px 15px 6px 15px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #64748b;
  font-weight: 700;
}
.sidebar-menu li > a > .fa-angle-left {
  width: auto;
  height: auto;
  padding: 0;
  margin-right: 5px;
  margin-top: 3px;
  transition: transform 0.2s ease;
}
.sidebar-menu li.active > a > .fa-angle-left {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.sidebar-menu li > a.user-data > span {
  display: inline-block;
}
.sidebar-menu li > a.user-data > .fa-sort-desc {
  width: 10px;
  height: 6px;
  display: inline-block;
  margin: 5px 7px;
  position: relative;
  transition: transform 0.2s ease;
}
.sidebar-menu li > a.user-data > .fa-sort-desc:before {
  display: block;
  float: left;
  position: absolute;
  top: -7px;
  left: 1px;
}
.sidebar-menu li.active > a > .fa-sort-desc  {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  margin: 7px 5px;
}
.sidebar-menu li.active > .treeview-menu {
  display: block;
}
.sidebar-menu .treeview-menu {
  display: none;
  list-style: none;
  padding: 5px 0 5px 15px;
  margin: 0;
}
.sidebar-menu .treeview-menu .treeview-menu {
  padding-left: 15px;
}
.sidebar-menu .treeview-menu > li {
  margin: 2px 0;
}
.sidebar-menu .treeview-menu > li > a {
  padding: 8px 12px;
  display: block;
  font-size: 13px;
  color: var(--sidebar-text);
  border-radius: var(--radius-sm);
  transition: all 0.2s ease;
}
.sidebar-menu .treeview-menu > li > a:hover,
.sidebar-menu .treeview-menu > li.active > a {
  color: #ffffff;
  background: rgba(255,255,255,0.05);
}
.sidebar-menu .treeview-menu > li > a > .fa,
.sidebar-menu .treeview-menu > li > a > .glyphicon,
.sidebar-menu .treeview-menu > li > a > .ion {
  width: 20px;
}
.sidebar-menu .treeview-menu > li > a > .fa-angle-left,
.sidebar-menu .treeview-menu > li > a > .fa-angle-down {
  width: auto;
}

/*
 * Component: Dropdown menus
 * -------------------------
 */
.dropdown-menu {
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 8px 0;
}
.dropdown-menu > li > a {
  color: var(--text-main);
  padding: 8px 16px;
  font-weight: 500;
  transition: background 0.15s ease;
}
.dropdown-menu > li > a > .glyphicon,
.dropdown-menu > li > a > .fa,
.dropdown-menu > li > a > .ion {
  margin-right: 10px;
  color: var(--text-muted);
}
.dropdown-menu > li > a:hover {
  background-color: var(--bg-main);
  color: var(--primary-color);
}
.dropdown-menu > .divider {
  background-color: var(--border-color);
  margin: 6px 0;
}

/* Navbar custom dropdown menu */
.navbar-nav > .notifications-menu,
.navbar-nav > .messages-menu,
.navbar-nav > .tasks-menu {
  position: relative;
}
.navbar-nav > .notifications-menu > .dropdown-menu,
.navbar-nav > .messages-menu > .dropdown-menu,
.navbar-nav > .tasks-menu > .dropdown-menu {
  width: 300px;
  padding: 0 0 0 0!important;
  margin: 8px 0 0 0!important;
  top: 100%;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li,
.navbar-nav > .messages-menu > .dropdown-menu > li,
.navbar-nav > .tasks-menu > .dropdown-menu > li {
  position: relative;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li.header,
.navbar-nav > .messages-menu > .dropdown-menu > li.header,
.navbar-nav > .tasks-menu > .dropdown-menu > li.header {
  border-top-left-radius: var(--radius-md);
  border-top-right-radius: var(--radius-md);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: var(--bg-card);
  padding: 12px 16px;
  border-bottom: 1px solid var(--border-color);
  color: var(--text-main);
  font-size: 14px;
  font-weight: 600;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a,
.navbar-nav > .messages-menu > .dropdown-menu > li.footer > a,
.navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: var(--radius-md);
  border-bottom-left-radius: var(--radius-md);
  font-size: 13px;
  background-color: var(--bg-card);
  padding: 10px 16px;
  border-top: 1px solid var(--border-color);
  color: var(--primary-color) !important;
  text-align: center;
  font-weight: 600;
}
@media (max-width: 991px) {
  .navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a,
  .navbar-nav > .messages-menu > .dropdown-menu > li.footer > a,
  .navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
    background: var(--bg-card)!important;
    color: var(--primary-color)!important;
  }
}
.navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a:hover,
.navbar-nav > .messages-menu > .dropdown-menu > li.footer > a:hover,
.navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a:hover {
  text-decoration: underline;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu {
  max-height: 240px;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: hidden;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
  display: block;
  white-space: nowrap;
  border-bottom: 1px solid var(--border-color);
  transition: background 0.15s ease;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a:hover,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:hover,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a:hover {
  background: var(--bg-main);
  text-decoration: none;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a {
  color: var(--text-main);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 12px 16px;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .glyphicon,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .fa,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .ion {
  width: 20px;
  color: var(--primary-color);
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a {
  margin: 0px;
  padding: 12px 16px;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > div > img {
  margin: auto 12px auto auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 {
  padding: 0;
  margin: 0 0 4px 50px;
  color: var(--text-main);
  font-size: 14px;
  font-weight: 600;
  position: relative;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 > small {
  color: var(--text-muted);
  font-size: 11px;
  position: absolute;
  top: 0px;
  right: 0px;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > p {
  margin: 0 0 0 50px;
  font-size: 12px;
  color: var(--text-muted);
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:before,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
  content: " ";
  display: table;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
  clear: both;
}
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
  padding: 12px 16px;
}
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > h3 {
  font-size: 13px;
  padding: 0;
  margin: 0 0 8px 0;
  color: var(--text-main);
  font-weight: 600;
}
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > .progress {
  padding: 0;
  margin: 0;
}
.navbar-nav > .user-menu > .dropdown-menu {
  border-radius: var(--radius-md);
  padding: 0;
  width: 280px;
  overflow: hidden;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
  height: 185px;
  padding: 20px 15px;
  text-align: center;
  background: var(--sidebar-bg);
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > img {
  z-index: 5;
  height: 80px;
  width: 80px;
  border: 3px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  object-fit: cover;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
  z-index: 5;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p > small {
  display: block;
  font-size: 12px;
  color: var(--sidebar-text);
  font-weight: 400;
  margin-top: 2px;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-body {
  padding: 15px;
  border-bottom: 1px solid var(--border-color);
  border-top: 1px solid var(--border-color);
  background: var(--bg-card);
}
.navbar-nav > .user-menu > .dropdown-menu > .user-body:before,
.navbar-nav > .user-menu > .dropdown-menu > .user-body:after {
  content: " ";
  display: table;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-body:after {
  clear: both;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-body a {
  color: var(--text-main) !important;
}
@media (max-width: 991px) {
  .navbar-nav > .user-menu > .dropdown-menu > .user-body a {
    background: var(--bg-card) !important;
    color: var(--text-main) !important;
  }
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer {
  background-color: var(--bg-main);
  padding: 12px 15px;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer:before,
.navbar-nav > .user-menu > .dropdown-menu > .user-footer:after {
  content: " ";
  display: table;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer:after {
  clear: both;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default {
  color: var(--text-main);
  background-color: var(--bg-card);
  border-color: var(--border-color);
}
.navbar-nav > .user-menu .user-image {
  float: left;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: -5px;
  object-fit: cover;
}

.navbar-nav > .user-menu .dropdown-toggle i {
  font-size: 20px;
  margin-right: 0 !important;
}

@media (max-width: 767px) {
  .navbar-nav > .user-menu .user-image {
    float: none;
    margin-right: 0;
    margin-top: -8px;
    line-height: 10px;
  }
}

.open:not(.dropup) > .animated-dropdown-menu {
  backface-visibility: visible !important;
  -webkit-animation: flipInX 0.7s both;
  -o-animation: flipInX 0.7s both;
  animation: flipInX 0.7s both;
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}
@-webkit-keyframes flipInX {
  0% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}
/* Fix dropdown menu in navbars */
.navbar-custom-menu > .navbar-nav > li {
  position: relative;
}
.navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
  position: absolute;
  right: 0;
  left: auto;
}
@media (max-width: 991px) {
  .navbar-custom-menu > .navbar-nav {
    float: right;
  }
  .navbar-custom-menu > .navbar-nav > li {
    position: static;
  }
  .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
    position: absolute;
    right: 5%;
    left: auto;
    border: 1px solid var(--border-color);
    background: var(--bg-card);
  }
}
/*
 * Component: Form
 * ---------------
 */
.form-control {
  border-radius: var(--radius-sm) !important;
  box-shadow: none;
  border: 1px solid var(--border-color);
  margin-bottom: 15px;
  padding: 8px 12px;
  height: auto;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  background-color: var(--bg-card);
  color: var(--text-main);
}
.form-control:focus {
  border-color: var(--primary-color) !important;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
  outline: none;
}
.form-control::-moz-placeholder {
  color: var(--text-muted);
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: var(--text-muted);
}
.form-control::-webkit-input-placeholder {
  color: var(--text-muted);
}
.form-control:not(select) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-group.has-success label {
  color: #10b981;
}
.form-group.has-success .form-control {
  border-color: #10b981 !important;
  box-shadow: none;
}
.form-group.has-warning label {
  color: #f59e0b;
}
.form-group.has-warning .form-control {
  border-color: #f59e0b !important;
  box-shadow: none;
}
.form-group.has-error label {
  color: #ef4444;
}
.form-group.has-error .form-control {
  border-color: #ef4444 !important;
  box-shadow: none;
}

.form-check-radio-wrapper {
  display: inline-block;
  margin: 0 10px 10px 0;
}
.form-img-saved {
  border: 1px solid var(--border-color);
  border-radius: var(--radius-sm);
  overflow: hidden;
}
.form-img-saved img {
  padding: 10px;
  margin: 0 20px 0 0;
  border-right: 1px solid var(--border-color);
}
.form-img-delete {
  display: inline-block;
}

.form-grilla-tabla {

}
.form-grilla-tabla thead th label {
  padding: 4px 10px;
}

.form-grilla-tabla tbody td {
  padding: 8px 10px;
  border-bottom: 1px solid var(--border-color);
}
.form-grilla-tabla tbody tr:hover td {
  background: var(--bg-main);
}
.form-grilla-tabla tbody tr:hover td.form-grilla-separate {
  background: var(--bg-card);
}
.form-grilla-tabla tbody td.form-grilla-separate {
  padding-bottom: 50px;
}

.disable-form-group {
  position: relative;
}
.disable-form-group:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(255, 255, 255, 0.6);
  border-radius: var(--radius-sm);
}

.dataTables_wrapper .form-control {
  margin-bottom: 0;
}

/* Custom filter table */
.dataTables_wrapper .table-filter-top .form-control {
  width: 100%;
}
.dataTables_wrapper table.dataTable.table-filter-top {
  position: relative;
  margin-top: 52px !important;
}
.dataTables_wrapper table.dataTable.table-filter-top tfoot {
  width: 100%;
  display: table;
  position: absolute;
  top: -52px;
  left: 0;
  right: 0;
  cursor: default;
  border: none;
}
.dataTables_wrapper table.dataTable.table-filter-top tfoot th {
  padding-top: 8px;
  border: none;
  border-top: 1px solid var(--border-color);
}

.table.table-small-text thead td,
.table.table-small-text thead th {
  font-size: 12px;
  font-weight: 600;
  color: var(--text-muted);
  text-transform: uppercase;
}
.table.table-small-text tbody td {
  font-size: 12px;
}

.table .table-row-style-black {
  color: #FFFFFF !important;
  font-size: 12px;
  font-weight: bold;
  background-color: rgba(59, 130, 246, 0.85) !important;
}
.table .table-row-style-blue {
  color: #1e293b !important;
  font-size: 12px;
  font-weight: bold;
  background-color: rgba(59, 130, 246, 0.15) !important;
}
.table .table-row-style-red {
  color: #ef4444 !important;
  font-size: 12px;
  font-weight: bold;
  background-color: rgba(239, 68, 68, 0.15) !important;
}
.table .table-row-style-green {
  color: #10b981 !important;
  font-size: 12px;
  font-weight: bold;
  background-color: rgba(16, 185, 129, 0.15) !important;
}
.table .table-row-style-yellow {
  color: #f59e0b !important;
  font-size: 12px;
  font-weight: bold;
  background-color: rgba(245, 158, 11, 0.15) !important;
}

.dataTables_wrapper table.dataTable.table-filter-top tfoot table.table-child-filter th {
  padding-top: 0;
}
.table.table-child-filter {
  margin-bottom: 0;
  width: auto !important;
}
.table.table-child-filter th {
  padding-bottom: 0 !important;
  border-top: none !important;
}
.table.table-child-filter th.th-picker {
  max-width: 180px;
}
.table.table-child-filter th.th-picker .input-group-addon {
  top: 1px;
}
.table.table-child-filter th.th-select {
  min-width: 220px;
}

/* Input group */
.input-group .input-group-addon {
  border-radius: var(--radius-sm);
  border-color: var(--border-color);
  background-color: var(--bg-main);
  color: var(--text-muted);
}
/* Button groups */
.btn-group-vertical .btn.btn-flat:first-of-type,
.btn-group-vertical .btn.btn-flat:last-of-type {
  border-radius: 0;
}
.icheck > label {
  padding-left: 0;
}
/*
 * Component: Progress Bar
 * -----------------------
 */
.progress,
.progress > .progress-bar {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.progress,
.progress > .progress-bar,
.progress .progress-bar,
.progress > .progress-bar .progress-bar {
  border-radius: 10px;
  background-color: var(--border-color);
}
/* Size variation */
.progress.sm,
.progress-sm {
  height: 8px;
}
.progress.sm,
.progress-sm,
.progress.sm .progress-bar,
.progress-sm .progress-bar {
  border-radius: 10px;
}
.progress.xs,
.progress-xs {
  height: 5px;
}
.progress.xs,
.progress-xs,
.progress.xs .progress-bar,
.progress-xs .progress-bar {
  border-radius: 10px;
}
.progress.xxs,
.progress-xxs {
  height: 3px;
}
.progress.xxs,
.progress-xxs,
.progress.xxs .progress-bar,
.progress-xxs .progress-bar {
  border-radius: 10px;
}
/* Vertical bars */
.progress.vertical {
  position: relative;
  width: 30px;
  height: 200px;
  display: inline-block;
  margin-right: 10px;
}
.progress.vertical > .progress-bar {
  width: 100%!important;
  position: absolute;
  bottom: 0;
}
.progress.vertical.sm,
.progress.vertical.progress-sm {
  width: 20px;
}
.progress.vertical.xs,
.progress.vertical.progress-xs {
  width: 10px;
}
.progress.vertical.xxs,
.progress.vertical.progress-xxs {
  width: 3px;
}
.progress-group .progress-text {
  font-weight: 600;
}
.progress-group .progress-number {
  float: right;
}
/* Remove margins from progress bars when put in a table */
.table tr > td .progress {
  margin: 0;
}
.progress-bar-light-blue,
.progress-bar-primary {
  background-color: var(--primary-color);
}
.progress-striped .progress-bar-light-blue,
.progress-striped .progress-bar-primary {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-green,
.progress-bar-success {
  background-color: #10b981;
}
.progress-striped .progress-bar-green,
.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-aqua,
.progress-bar-info {
  background-color: #06b6d4;
}
.progress-striped .progress-bar-aqua,
.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-yellow,
.progress-bar-warning {
  background-color: #f59e0b;
}
.progress-striped .progress-bar-yellow,
.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-red,
.progress-bar-danger {
  background-color: #ef4444;
}
.progress-striped .progress-bar-red,
.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.wrap-progress {
  padding: 0 10px;
  text-align: center;
}
.wrap-progress .progress {
  background-color: var(--border-color);
}
/*
 * Component: Small Box
 * --------------------
 */
.small-box {
  border-radius: var(--radius-md);
  position: relative;
  display: block;
  margin-bottom: 20px;
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  overflow: hidden;
}
.small-box:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}
.small-box > .inner {
  padding: 20px;
}
.small-box > .small-box-footer {
  position: relative;
  text-align: center;
  padding: 8px 0;
  color: rgba(255, 255, 255, 0.9);
  display: block;
  z-index: 10;
  background: rgba(0, 0, 0, 0.1);
  text-decoration: none;
  font-weight: 600;
  transition: background 0.2s ease;
}
.small-box > .small-box-footer:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
}
.small-box h3 {
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 10px 0;
  white-space: nowrap;
  padding: 0;
}
.small-box p {
  font-size: 14px;
}
.small-box p > small {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  margin-top: 5px;
}
.small-box h3,
.small-box p {
  z-index: 5;
}
.small-box .icon {
  transition: all 0.3s ease;
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 0;
  font-size: 70px;
  color: rgba(0, 0, 0, 0.12);
}
.small-box:hover .icon {
  font-size: 75px;
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .small-box {
    text-align: center;
  }
  .small-box .icon {
    display: none;
  }
  .small-box p {
    font-size: 12px;
  }
}
/*
 * Component: Box
 * --------------
 */
.box {
  position: relative;
  border-radius: var(--radius-md);
  background: var(--bg-card);
  margin-bottom: 20px;
  width: 100%;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border-color);
  transition: box-shadow 0.2s ease;
}
.box:hover {
  box-shadow: var(--shadow-md);
}
.box.box-primary {
  border-top: 4px solid var(--primary-color);
}
.box.box-info {
  border-top: 4px solid #06b6d4;
}
.box.box-danger {
  border-top: 4px solid #ef4444;
}
.box.box-warning {
  border-top: 4px solid #f59e0b;
}
.box.box-success {
  border-top: 4px solid #10b981;
}
.box.box-default {
  border-top: 4px solid var(--border-color);
}
.box.collapsed-box .box-body,
.box.collapsed-box .box-footer {
  display: none;
}
.box .nav-stacked > li {
  border-bottom: 1px solid var(--border-color);
  margin: 0;
}
.box .nav-stacked > li:last-of-type {
  border-bottom: none;
}
.box.height-control .box-body {
  max-height: 300px;
  overflow: auto;
}
.box .border-right {
  border-right: 1px solid var(--border-color);
}
.box .border-left {
  border-left: 1px solid var(--border-color);
}
.box.box-solid {
  border-top: 0px;
}
.box.box-solid > .box-header .btn.btn-default {
  background: transparent;
}
.box.box-solid > .box-header .btn:hover,
.box.box-solid > .box-header a:hover {
  background: rgba(0, 0, 0, 0.1) !important;
}
.box.box-solid.box-default {
  border: 1px solid var(--border-color);
}
.box.box-solid.box-default > .box-header {
  color: var(--text-main);
  background: var(--bg-main);
}
.box.box-solid.box-default > .box-header a,
.box.box-solid.box-default > .box-header .btn {
  color: var(--text-main);
}
.box.box-solid.box-primary {
  border: 1px solid var(--primary-color);
}
.box.box-solid.box-primary > .box-header {
  color: #ffffff;
  background: var(--primary-color);
}
.box.box-solid.box-primary > .box-header a,
.box.box-solid.box-primary > .box-header .btn {
  color: #ffffff;
}
.box.box-solid.box-info {
  border: 1px solid #06b6d4;
}
.box.box-solid.box-info > .box-header {
  color: #ffffff;
  background: #06b6d4;
}
.box.box-solid.box-info > .box-header a,
.box.box-solid.box-info > .box-header .btn {
  color: #ffffff;
}
.box.box-solid.box-danger {
  border: 1px solid #ef4444;
}
.box.box-solid.box-danger > .box-header {
  color: #ffffff;
  background: #ef4444;
}
.box.box-solid.box-danger > .box-header a,
.box.box-solid.box-danger > .box-header .btn {
  color: #ffffff;
}
.box.box-solid.box-warning {
  border: 1px solid #f59e0b;
}
.box.box-solid.box-warning > .box-header {
  color: #ffffff;
  background: #f59e0b;
}
.box.box-solid.box-warning > .box-header a,
.box.box-solid.box-warning > .box-header .btn {
  color: #ffffff;
}
.box.box-solid.box-success {
  border: 1px solid #10b981;
}
.box.box-solid.box-success > .box-header {
  color: #ffffff;
  background: #10b981;
}
.box.box-solid.box-success > .box-header a,
.box.box-solid.box-success > .box-header .btn {
  color: #ffffff;
}
.box.box-solid > .box-header > .box-tools .btn {
  border: 0;
  box-shadow: none;
}
.box.box-solid[class*='bg'] > .box-header {
  color: #fff;
}
.box .box-group > .box {
  margin-bottom: 10px;
}
.box .knob-label {
  text-align: center;
  color: var(--text-muted);
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 0.3em;
}
.box > .overlay,
.box > .loading-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.box .overlay {
  z-index: 1010;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(2px);
  border-radius: var(--radius-md);
}
.box .overlay > .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  color: var(--primary-color);
  font-size: 30px;
}
.box .overlay.dark {
  background: rgba(15, 23, 42, 0.7);
}
.box-header {
  color: var(--text-main);
  display: block;
  padding: 16px 20px;
  position: relative;
}
.box-header:before,
.box-header:after {
  content: " ";
  display: table;
}
.box-header:after {
  clear: both;
}
.box-header.with-border {
  border-bottom: 1px solid var(--border-color);
}
.collapsed-box .box-header.with-border {
  border-bottom: none;
}
.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion,
.box-header .box-title {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  line-height: 1.2;
}
.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion {
  margin-right: 8px;
  color: var(--primary-color);
}
.box-header > .box-tools {
  position: absolute;
  right: 16px;
  top: 12px;
}
.box-header > .box-tools [data-toggle="tooltip"] {
  position: relative;
}
.box-header > .box-tools.pull-right .dropdown-menu {
  right: 0;
  left: auto;
}
.btn-box-tool {
  padding: 6px;
  font-size: 12px;
  background: transparent;
  box-shadow: none!important;
  color: var(--text-muted);
  border-radius: var(--radius-sm);
  transition: color 0.2s ease, background 0.2s ease;
}
.open .btn-box-tool,
.btn-box-tool:hover {
  color: var(--text-main);
  background: var(--bg-main);
}
.btn-box-tool:active {
  outline: none!important;
}
.box-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 20px;
}
.box-body.body-form {
  padding: 20px;
}
.no-header .box-body {
  border-top-right-radius: var(--radius-md);
  border-top-left-radius: var(--radius-md);
}
.box-body > .table {
  margin-bottom: 0;
}
.box-body > .chart {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.box-body > .chart svg,
.box-body > .chart canvas {
  width: 100%!important;
}
.box-body .fc {
  margin-top: 5px;
}
.box-body .full-width-chart {
  margin: -19px;
}
.box-body.no-padding .full-width-chart {
  margin: -9px;
}
.box-body .box-pane {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: var(--radius-md);
}
.box-body .box-pane-right {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: var(--radius-md);
  border-bottom-left-radius: 0;
}
.box-footer {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: var(--radius-md);
  border-bottom-left-radius: var(--radius-md);
  border-top: 1px solid var(--border-color);
  padding: 14px 20px;
  background-color: var(--bg-card);
  text-align: right;
}
.chart-legend {
  margin: 10px 0;
}
@media (max-width: 991px) {
  .chart-legend > li {
    float: left;
    margin-right: 10px;
  }
}
/* Widget: TODO LIST */
.todo-list {
  margin: 0;
  padding: 0px;
  list-style: none;
  overflow: auto;
}
.todo-list > li {
  border-radius: var(--radius-sm);
  padding: 12px 16px;
  background: var(--bg-main);
  margin-bottom: 8px;
  border-left: 4px solid var(--border-color);
  color: var(--text-main);
  transition: background 0.2s ease;
}
.todo-list > li:hover {
  background: #e2e8f0;
}
.todo-list > li:last-of-type {
  margin-bottom: 0;
}
.todo-list > li.danger {
  border-left-color: #ef4444;
}
.todo-list > li.warning {
  border-left-color: #f59e0b;
}
.todo-list > li.info {
  border-left-color: #06b6d4;
}
.todo-list > li.success {
  border-left-color: #10b981;
}
.todo-list > li.primary {
  border-left-color: var(--primary-color);
}
.todo-list > li > input[type='checkbox'] {
  margin: 0 10px 0 5px;
}
.todo-list > li .text {
  display: inline-block;
  margin-left: 5px;
  font-weight: 600;
}
.todo-list > li .label {
  margin-left: 10px;
  font-size: 10px;
  border-radius: 10px;
}
.todo-list > li .tools {
  display: none;
  float: right;
  color: #ef4444;
}
.todo-list > li .tools > .fa,
.todo-list > li .tools > .glyphicon,
.todo-list > li .tools > .ion {
  margin-right: 5px;
  cursor: pointer;
}
.todo-list > li:hover .tools {
  display: inline-block;
}
.todo-list > li.done {
  color: var(--text-muted);
}
.todo-list > li.done .text {
  text-decoration: line-through;
  font-weight: 400;
}
.todo-list > li.done .label {
  background: var(--border-color) !important;
}
.todo-list .handle {
  display: inline-block;
  cursor: move;
  margin: 0 5px;
}

/* Chat widget */
.chat {
  padding: 5px 20px 5px 10px;
}
.chat .item {
  margin-bottom: 12px;
}
.chat .item:before,
.chat .item:after {
  content: " ";
  display: table;
}
.chat .item:after {
  clear: both;
}
.chat .item > img {
  width: 40px;
  height: 40px;
  border: 2px solid transparent;
  border-radius: 50% !important;
  object-fit: cover;
}
.chat .item > img.online {
  border: 2px solid #10b981;
}
.chat .item > img.offline {
  border: 2px solid #ef4444;
}
.chat .item > .message {
  margin-left: 55px;
  margin-top: -40px;
  background: var(--bg-main);
  padding: 10px 14px;
  border-radius: var(--radius-md);
}
.chat .item > .message > .name {
  display: block;
  font-weight: 600;
  color: var(--text-main);
}
.chat .item > .attachment {
  border-radius: var(--radius-sm);
  background: var(--bg-main);
  margin-left: 65px;
  margin-right: 15px;
  padding: 10px;
  border: 1px solid var(--border-color);
}
.chat .item > .attachment > h4 {
  margin: 0 0 5px 0;
  font-weight: 600;
  font-size: 14px;
}
.chat .item > .attachment > p,
.chat .item > .attachment > .filename {
  font-weight: 500;
  font-size: 13px;
  color: var(--text-muted);
  margin: 0;
}
.chat .item > .attachment:before,
.chat .item > .attachment:after {
  content: " ";
  display: table;
}
.chat .item > .attachment:after {
  clear: both;
}
.box-input {
  max-width: 200px;
}

/*
 * Component: Info Box
 * -------------------
 */
.info-box {
  display: block;
  min-height: 90px;
  background: var(--bg-card);
  width: 100%;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  margin-bottom: 20px;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.info-box:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}
.info-box small {
  font-size: 13px;
  color: var(--text-muted);
}
.info-box .progress {
  background: rgba(0, 0, 0, 0.08);
  margin: 8px 0;
  height: 4px;
}
.info-box .progress,
.info-box .progress .progress-bar {
  border-radius: 10px;
}
.info-box .progress .progress-bar {
  background: var(--primary-color);
}
.info-box-icon {
  border-top-left-radius: var(--radius-md);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: var(--radius-md);
  display: block;
  float: left;
  height: 90px;
  width: 90px;
  text-align: center;
  font-size: 36px;
  line-height: 90px;
  background: rgba(59, 130, 246, 0.1);
  color: var(--primary-color);
}
.info-box-content {
  padding: 16px;
  margin-left: 90px;
}
.info-box-number {
  display: block;
  font-weight: 700;
  font-size: 20px;
  color: var(--text-main);
}
.progress-description,
.info-box-text {
  display: block;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
}
.info-box-more {
  display: block;
}
.progress-description {
  margin: 0;
}

/*
 * Component: Timeline
 * -------------------
 */
.timeline {
  position: relative;
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
}
.timeline:before {
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0;
  width: 2px;
  background: var(--border-color);
  left: 31px;
  margin: 0;
}
.timeline > li {
  position: relative;
  margin-right: 10px;
  margin-bottom: 20px;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-item {
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  margin-top: 0px;
  background: var(--bg-card);
  color: var(--text-main);
  margin-left: 60px;
  margin-right: 15px;
  padding: 0;
  position: relative;
}
.timeline > li > .timeline-item > .time {
  color: var(--text-muted);
  float: right;
  padding: 12px 16px;
  font-size: 12px;
}
.timeline > li > .timeline-item > .timeline-header {
  margin: 0;
  color: var(--text-main);
  border-bottom: 1px solid var(--border-color);
  padding: 12px 16px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
}
.timeline > li > .timeline-item > .timeline-header > a {
  font-weight: 600;
  color: var(--primary-color);
}
.timeline > li > .timeline-item > .timeline-body,
.timeline > li > .timeline-item > .timeline-footer {
  padding: 14px 16px;
}
.timeline > li.time-label > span {
  font-weight: 600;
  padding: 6px 12px;
  display: inline-block;
  background-color: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 20px;
  font-size: 12px;
  box-shadow: var(--shadow-sm);
}
.timeline > li > .fa,
.timeline > li > .glyphicon,
.timeline > li > .ion {
  width: 32px;
  height: 32px;
  font-size: 14px;
  line-height: 32px;
  position: absolute;
  color: var(--text-main);
  background: var(--bg-main);
  border: 2px solid var(--border-color);
  border-radius: 50%;
  text-align: center;
  left: 16px;
  top: 0;
}

/*
 * Component: Button
 * -----------------
 */
.btn {
  border-radius: var(--radius-sm);
  box-shadow: none;
  border: 1px solid transparent;
  padding: 8px 16px;
  font-weight: 600;
  transition: all 0.2s ease;
}
.btn.uppercase {
  text-transform: uppercase;
}
.btn.btn-flat {
  border-radius: 0;
  box-shadow: none;
  border-width: 1px;
}
.btn:active {
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
}
.btn:focus {
  outline: none;
}
.btn.btn-file {
  position: relative;
  overflow: hidden;
}
.btn.btn-file > input[type='file'] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  opacity: 0;
  filter: alpha(opacity=0);
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
.btn-default {
  background-color: var(--bg-card);
  color: var(--text-main);
  border-color: var(--border-color);
}
.btn-default:hover,
.btn-default:active,
.btn-default.hover {
  background-color: var(--bg-main) !important;
  border-color: #cbd5e1;
}
.btn-primary {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #ffffff;
}
.btn-primary.btn-custom-rss {
  padding: 12px 20px;
  margin: 10px 0 0 0;
  background: var(--primary-color);
  border-color: var(--primary-color);
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.5px;
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-sm);
  width: 100%;
}
.btn-primary.btn-custom-rss:hover {
  background: var(--primary-hover);
  border-color: var(--primary-hover);
  color: #ffffff;
  box-shadow: var(--shadow-md);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.hover {
  background-color: var(--primary-hover);
  border-color: var(--primary-hover);
}
.btn-success {
  background-color: #10b981;
  border-color: #10b981;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:active,
.btn-success.hover {
  background-color: #059669;
  border-color: #059669;
}
.btn-info {
  background-color: #06b6d4;
  border-color: #06b6d4;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:active,
.btn-info.hover {
  background-color: #0891b2;
  border-color: #0891b2;
}
.btn-danger {
  background-color: #ef4444;
  border-color: #ef4444;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.hover {
  background-color: #dc2626;
  border-color: #dc2626;
}
.btn-warning {
  background-color: #f59e0b;
  border-color: #f59e0b;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.hover {
  background-color: #d97706;
  border-color: #d97706;
}
.btn-outline {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.8);
}
.btn-link {
  box-shadow: none;
}
.btn[class*='bg-']:hover {
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.1);
}
.btn-app {
  border-radius: var(--radius-sm);
  position: relative;
  padding: 15px 5px;
  margin: 0 0 10px 10px;
  min-width: 80px;
  height: 60px;
  text-align: center;
  color: var(--text-main);
  border: 1px solid var(--border-color);
  background-color: var(--bg-card);
  font-size: 12px;
  transition: all 0.2s ease;
}
.btn-app > .fa,
.btn-app > .glyphicon,
.btn-app > .ion {
  font-size: 20px;
  display: block;
  color: var(--primary-color);
}
.btn-app:hover {
  background: var(--bg-main);
  color: var(--primary-color);
  border-color: var(--primary-color);
}
.btn-app:active,
.btn-app:focus {
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}
.btn-app > .badge {
  position: absolute;
  top: -3px;
  right: -10px;
  font-size: 10px;
  font-weight: 500;
  border-radius: 10px;
}

.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}

/*
 * Component: Callout
 * ------------------
 */
.callout {
  border-radius: var(--radius-sm);
  margin: 0 0 20px 0;
  padding: 16px 20px;
  border-left: 4px solid var(--border-color);
  background: var(--bg-card);
  box-shadow: var(--shadow-sm);
}
.callout a {
  color: var(--primary-color);
  text-decoration: underline;
}
.callout a:hover {
  color: var(--primary-hover);
}

/*
 * Modern Login Page Layout (con imagen de background)
 * --------------------------------------------------
 */
.login-page,
.register-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(rgba(15, 23, 42, 0.65), rgba(15, 23, 42, 0.65)), 
              url('../img/login-bg.jpg') no-repeat center center fixed;
  background-size: cover;
  padding: 20px;
}

.login-box,
.register-box {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  padding: 35px 30px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.login-logo,
.register-logo {
  font-size: 28px;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 700;
}
.login-logo a,
.register-logo a {
  color: var(--text-main);
}

.login-box-body,
.register-box-body {
  background: transparent;
  padding: 0;
  border-top: 0;
  color: var(--text-main);
}

.login-box-msg,
.register-box-msg {
  margin: 0;
  text-align: center;
  padding: 0 0 20px 0;
  color: var(--text-muted);
  font-size: 14px;
}

/*
 * Page: Login & Register
 * ----------------------
 */
 .login-page,
.olvido-page,
.register-page {
  background: url(../img/bg-login.jpg) no-repeat top center;
  background-size: cover;
}