/*
 * WoodIT Theme — v1.0
 * ============================================================
 * Baserat på SmartAdmin Bootstrap-ramverket.
 * Designspråk: Mörk marinblå navigering, vit/ljusgrå innehållsyta,
 * emeraldgrön (#00b894) som primär accentfärg.
 *
 * Palett:
 *   --nav-bg:        #1a2d52   (sidopanel, header i nav-top)
 *   --nav-bg-dark:   #0f1c38   (djupare navy, footer/hover)
 *   --nav-bg-mid:    #243258   (mellannivå hover)
 *   --accent:        #00b894   (primär — knappar, aktiva element, fokus)
 *   --accent-dark:   #009d7e   (hover på primär)
 *   --accent-deeper: #007d65   (active/pressed)
 *   --accent-light:  #4de8ce   (ljus tint för disabled/badge)
 *   --success:       #00b894   (samma som accent — "live/grön")
 *   --info:          #2196F3
 *   --warning:       #f0a500
 *   --danger:        #e53e3e
 *   --fusion:        #3a3a3a   (mörk neutral)
 * ============================================================
 */

/* ==========================================================================
   1. SIDEBAR / NAVIGATION — page-logo, page-sidebar, nav-footer
   ========================================================================== */

.page-logo,
.page-sidebar,
.nav-footer,
.bg-brand-gradient {
  background-image: linear-gradient(270deg, rgba(0, 184, 148, 0.10), transparent);
  background-color: #1a2d52;
}

/* ==========================================================================
   2. BODY & LINKS
   ========================================================================== */

html body {
  background-color: #fff;
}

html body a {
  color: #00b894;
  background-color: transparent;
}

html body a:hover {
  color: #009d7e;
}

/* ==========================================================================
   3. PAGE HEADER
   ========================================================================== */

.page-header {
  background-color: #fff;
}

#search-field {
  background: transparent;
  border: 1px solid transparent;
}

/* ==========================================================================
   4. HEADER ICONS
   ========================================================================== */

.header-icon {
  color: #666666;
}

.header-icon:not(.btn) > [class*='fa-']:first-child,
.header-icon:not(.btn) > .ni:first-child {
  color: #00b894;
}

.header-icon:not(.btn):hover > [class*='fa-']:only-child,
.header-icon:not(.btn):hover > .ni {
  color: #1a2d52;
}

.header-icon:not(.btn)[data-toggle="dropdown"][aria-expanded="true"] {
  color: #1a2d52;
}

.header-icon:not(.btn)[data-toggle="dropdown"][aria-expanded="true"] > [class*='fa-']:first-child,
.header-icon:not(.btn)[data-toggle="dropdown"][aria-expanded="true"] > .ni:first-child {
  color: #1a2d52 !important;
}

.header-icon:not(.btn)[data-toggle="dropdown"] + .dropdown-menu {
  border-color: #ccc;
}

.header-icon:hover {
  color: #1a2d52;
}

@media (min-width: 992px) {
  .header-function-fixed.nav-function-top .page-header {
    box-shadow: 0px 0px 28px 2px rgba(15, 28, 56, 0.13);
  }
}

/* ==========================================================================
   5. NOTIFICATIONS
   ========================================================================== */

.notification li.unread {
  background: #f0fdf9;
}

.notification li > :first-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.notification li > :first-child:hover {
  background-image: linear-gradient(rgba(26, 45, 82, 0.03), rgba(26, 45, 82, 0.05));
}

.notification .name {
  color: #222222;
}

.notification .msg-a,
.notification .msg-b {
  color: #555555;
}

.notification.notification-layout-2 li {
  background: #f9f9f9;
}

.notification.notification-layout-2 li.unread {
  background: #fff;
}

.notification.notification-layout-2 li > :first-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

/* ==========================================================================
   6. APP LIST
   ========================================================================== */

.app-list-item {
  color: #666666;
}

.app-list-item:hover {
  border: 1px solid #d0f0e8;
}

.app-list-item:active {
  border-color: #00b894;
}

/* ==========================================================================
   7. NAVIGATION — nav-title, nav-menu
   ========================================================================== */

.nav-title {
  color: #5ab8a4;
}

.nav-menu li.open > a {
  color: white;
}

/* Active item */
.nav-menu li.active > a {
  color: white;
  background-color: rgba(255, 255, 255, 0.05);
  box-shadow: inset 3px 0 0 #00b894;
}

.nav-menu li.active > a:hover > [class*='fa-'],
.nav-menu li.active > a:hover > .ni {
  color: #7dd5c4;
}

.nav-menu li.active > ul {
  display: block;
}

.nav-menu li.active:not(.open) > a:before {
  color: #00b894;
}

/* Default link */
.nav-menu li a {
  color: #8db4c8;
}

.nav-menu li a .dl-ref.label {
  color: rgba(255, 255, 255, 0.7);
}

.nav-menu li a > [class*='fa-'],
.nav-menu li a > .ni {
  color: #3d7da8;
}

.nav-menu li a.collapsed .nav-menu-btn-sub-collapse {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.nav-menu li a:hover {
  color: white;
  background-color: rgba(0, 0, 0, 0.12);
}

.nav-menu li a:hover .badge {
  color: #fff;
}

.nav-menu li a:hover > [class*='fa-'],
.nav-menu li a:hover > .ni {
  color: #7dd5c4;
}

.nav-menu li a:hover > .badge {
  box-shadow: 0 0 0 1px rgba(0, 157, 126, 0.8);
  border: 1px solid rgba(0, 157, 126, 0.8);
}

.nav-menu li a:focus {
  color: white;
}

.nav-menu li a:focus .badge {
  color: #fff;
}

.nav-menu li b.collapse-sign {
  color: #4da898;
}

/* Sub-menu background */
.nav-menu li > ul {
  background-color: rgba(0, 0, 0, 0.12);
}

.nav-menu li > ul li a {
  color: #7ab5c6;
}

.nav-menu li > ul li a > [class*='fa-'],
.nav-menu li > ul li a > .ni {
  color: #3d7da8;
}

.nav-menu li > ul li a > .badge {
  color: #fff;
  background-color: #e53e3e;
}

.nav-menu li > ul li a:hover {
  color: white;
  background-color: rgba(0, 0, 0, 0.12);
}

.nav-menu li > ul li a:hover > .nav-link-text > [class*='fa-'],
.nav-menu li > ul li a:hover > .nav-link-text > .ni {
  color: #7dd5c4;
}

.nav-menu li > ul li.active > a {
  color: white;
  background-color: transparent;
}

.nav-menu li > ul li.active > a > .nav-link-text > [class*='fa-'],
.nav-menu li > ul li.active > a > .nav-link-text > .ni {
  color: white;
}

.nav-menu li > ul li.active > a:hover > .nav-link-text > [class*='fa-'],
.nav-menu li > ul li.active > a:hover > .nav-link-text > .ni {
  color: #7dd5c4;
}

.nav-menu li > ul li > ul li.active > a {
  color: white;
}

.nav-menu li > ul li > ul li a {
  color: #6aa8bc;
}

.nav-menu li > ul li > ul li a:hover {
  color: white;
}

.nav-menu li > ul li > ul li a > .badge {
  color: #fff;
  background-color: #e53e3e;
  border: 1px solid #3a3a3a;
}

/* Clean nav */
.nav-menu-clean {
  background: #fff;
}

.nav-menu-clean li a {
  color: #3a3a3a !important;
}

.nav-menu-clean li a span {
  color: #3a3a3a !important;
}

.nav-menu-clean li a:hover {
  background-color: #f0fdf9 !important;
}

/* Bordered nav */
.nav-menu-bordered {
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.nav-menu-bordered li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

/* Nav filter */
.nav-filter input[type="text"] {
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
}

.nav-filter input[type="text"]:not(:focus) {
  border-color: rgba(0, 0, 0, 0.1);
}

.nav-filter input[type="text"]:focus {
  border-color: #00b894;
}

/* Info card */
.info-card {
  color: #fff;
}

.info-card .info-card-text {
  text-shadow: #000 0 1px;
}

/* ==========================================================================
   8. NAV FUNCTION — TOP
   ========================================================================== */

@media (min-width: 992px) {
  .nav-function-top #search-field {
    color: #fff;
  }

  .nav-function-top:not(.header-function-fixed) #nff .onoffswitch-title {
    color: #d58100;
  }

  .nav-function-top:not(.header-function-fixed) #nff .onoffswitch-title-desc {
    color: #ec9f28;
  }

  .nav-function-top:not(.header-function-fixed) #nff:after {
    background: #ffebc1;
    border: 1px solid #ffb20e;
    color: #161616;
  }

  .nav-function-top .page-header {
    background-image: linear-gradient(270deg, rgba(0, 184, 148, 0.12), transparent);
    background-color: #1a2d52;
    box-shadow: 0px 0px 14px 0px rgba(15, 28, 56, 0.15);
  }

  .nav-function-top .page-header .header-icon:not(.btn) > [class*='fa-']:first-child,
  .nav-function-top .page-header .header-icon:not(.btn) > .ni:first-child {
    color: #4de8ce;
  }

  .nav-function-top .page-header .header-icon:not(.btn) > [class*='fa-']:first-child:hover,
  .nav-function-top .page-header .header-icon:not(.btn) > .ni:first-child:hover {
    color: #80f0de;
  }

  .nav-function-top .page-header .badge.badge-icon {
    box-shadow: 0 0 0 1px #009d7e;
  }

  .nav-function-top .page-sidebar {
    background: #fff;
    box-shadow: 0px 0px 14px 0px rgba(15, 28, 56, 0.13);
  }

  .nav-function-top .page-sidebar .primary-nav .nav-menu > li.active > a:before {
    color: #00b894;
  }

  .nav-function-top .page-sidebar .primary-nav .nav-menu > li > a > .ni,
  .nav-function-top .page-sidebar .primary-nav .nav-menu > li > a > [class*='fa-'] {
    color: inherit;
  }

  .nav-function-top .page-sidebar .primary-nav .nav-menu > li > a > .collapse-sign {
    color: #5ab8a4;
  }

  .nav-function-top .page-sidebar .primary-nav .nav-menu > li a {
    color: #1a2d52;
  }

  .nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul {
    background: #243258;
  }

  .nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul li a {
    color: #8db4c8;
  }

  .nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul li ul {
    background: #243258;
  }

  .nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul li:hover > a {
    background: rgba(0, 0, 0, 0.12);
    color: #fff;
  }

  .nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul:after {
    background: transparent;
  }

  .nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul:before {
    color: #243258;
  }

  .nav-function-top .page-sidebar .primary-nav .nav-menu > li:hover > a {
    color: #00b894;
    background: transparent;
  }
}

/* ==========================================================================
   9. NAV FUNCTION — MINIFY
   ========================================================================== */

@media (min-width: 992px) {
  .nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav .nav-menu li.active.open > a:before {
    color: #00b894;
  }

  .nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav .nav-menu > li > a > .nav-link-text {
    background: transparent;
  }

  .nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav .nav-menu > li > a + ul {
    background-color: #1a2d52;
  }

  .nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav .nav-menu > li > a + ul:before {
    color: #1a2d52;
  }

  .nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav:hover {
    overflow: visible;
  }

  .nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav:hover .nav-menu > li:hover > a {
    background: #243258;
    color: #fff;
  }

  .nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav:hover .nav-menu > li:hover > a > .nav-link-text:last-child {
    background: #1a2d52;
  }

  .nav-function-minify:not(.nav-function-top) .page-sidebar .primary-nav:hover .nav-menu > li:hover > a > .nav-link-text:last-child:before {
    color: #1a2d52;
  }

  .nav-function-minify:not(.nav-function-top) .page-header [data-class="nav-function-minify"] {
    background: #3a3a3a;
    border-color: #222 !important;
    color: #fff !important;
  }
}

/* ==========================================================================
   10. NAV FOOTER
   ========================================================================== */

.nav-footer .nav-footer-buttons > li > a {
  color: #4da898;
}

.nav-function-fixed .nav-footer {
  background: #1a2d52;
}

.nav-function-fixed .nav-footer:before {
  background: rgba(0, 184, 148, 0.1);
  background: linear-gradient(to right, #1a2d52 0%, #243258 50%, #243258 50%, #1a2d52 100%);
}

@media (min-width: 992px) {
  .nav-function-minify .nav-footer {
    background-color: #162544;
  }

  .nav-function-minify .nav-footer [data-class="nav-function-minify"] {
    color: #3d7da8;
  }

  .nav-function-minify .nav-footer:hover {
    background-color: #1e3260;
  }

  .nav-function-minify .nav-footer:hover [data-class="nav-function-minify"] {
    color: #7dd5c4;
  }
}

/* ==========================================================================
   11. NAV HIERARCHICAL LINKS
   ========================================================================== */

.mod-nav-link:not(.nav-function-top):not(.nav-function-minify):not(.mod-hide-nav-icons) ul.nav-menu:not(.nav-menu-compact) > li > ul:before {
  border-left: 1px solid #243258;
}

.mod-nav-link:not(.nav-function-top):not(.nav-function-minify):not(.mod-hide-nav-icons) ul.nav-menu:not(.nav-menu-compact) > li > ul > li a:after {
  background-color: #3d7da8;
}

/* ==========================================================================
   12. PAGE CONTENT WRAPPER
   ========================================================================== */

.page-content-wrapper {
  background-color: #eef2f7;
}

/* ==========================================================================
   13. SUBHEADER
   ========================================================================== */

.subheader-icon {
  color: #7dd5c4;
}

.subheader-title {
  color: #2d3748;
  text-shadow: #fff 0 1px;
}

.subheader-title small {
  color: #718096;
}

/* ==========================================================================
   14. PAGE FOOTER
   ========================================================================== */

.page-footer {
  background: #fff;
  color: #4d4d4d;
}

/* ==========================================================================
   15. ACCORDION
   ========================================================================== */

.accordion .card .card-header {
  background-color: #f7f9fa;
}

.accordion .card .card-header .card-title {
  color: #00b894;
}

.accordion .card .card-header .card-title.collapsed {
  color: #718096;
}

.accordion.accordion-clean .card-header {
  background: #fff;
}

.accordion.accordion-hover .card-header {
  background: #fff;
}

.accordion.accordion-hover .card-header:hover .card-title.collapsed {
  color: #fff;
  background-color: #4de8ce;
}

.accordion.accordion-hover .card-title:not(.collapsed) {
  color: #fff;
  background-color: #00b894;
}

/* ==========================================================================
   16. ALERTS
   ========================================================================== */

.alert-primary {
  color: #1a2d52;
  background-color: #e6f7f3;
  border-color: #a3e4d7;
}

.alert-success {
  color: #007d65;
  background-color: #f0fdf9;
  border-color: #6ee7d0;
}

.alert-danger {
  color: #c53030;
  background-color: #fff5f5;
  border-color: #fc8181;
}

.alert-warning {
  color: #92400e;
  background-color: #fffbeb;
  border-color: #fcd34d;
}

.alert-info {
  color: #1565c0;
  background-color: #e3f2fd;
  border-color: #82b4f8;
}

.alert-secondary {
  color: #3a3a3a;
  background-color: #f4f4f4;
  border-color: #d6d6d6;
}

/* ==========================================================================
   17. BADGES
   ========================================================================== */

.badge.badge-icon {
  background-color: #e53e3e;
  color: #fff;
  box-shadow: 0 0 0 1px #fff;
}

/* ==========================================================================
   18. BUTTONS — SWITCHES & HEADER
   ========================================================================== */

/* Active btn-switch states */
.header-function-fixed .btn-switch[data-class="header-function-fixed"],
.nav-function-fixed .btn-switch[data-class="nav-function-fixed"],
.nav-function-minify .btn-switch[data-class="nav-function-minify"],
.nav-function-hidden .btn-switch[data-class="nav-function-hidden"],
.nav-function-top .btn-switch[data-class="nav-function-top"],
.footer-function-fixed .btn-switch[data-class="footer-function-fixed"],
.nav-mobile-push .btn-switch[data-class="nav-mobile-push"],
.nav-mobile-no-overlay .btn-switch[data-class="nav-mobile-no-overlay"],
.nav-mobile-slide-out .btn-switch[data-class="nav-mobile-slide-out"],
.mod-main-boxed .btn-switch[data-class="mod-main-boxed"],
.mod-fixed-bg .btn-switch[data-class="mod-fixed-bg"],
.mod-clean-page-bg .btn-switch[data-class="mod-clean-page-bg"],
.mod-pace-custom .btn-switch[data-class="mod-pace-custom"],
.mod-bigger-font .btn-switch[data-class="mod-bigger-font"],
.mod-high-contrast .btn-switch[data-class="mod-high-contrast"],
.mod-color-blind .btn-switch[data-class="mod-color-blind"],
.mod-hide-nav-icons .btn-switch[data-class="mod-hide-nav-icons"],
.mod-hide-info-card .btn-switch[data-class="mod-hide-info-card"],
.mod-lean-subheader .btn-switch[data-class="mod-lean-subheader"],
.mod-disable-animation .btn-switch[data-class="mod-disable-animation"],
.mod-nav-link .btn-switch[data-class="mod-nav-link"],
.mod-nav-dark .btn-switch[data-class="mod-nav-dark"],
.mod-panel-icon .btn-switch[data-class="mod-panel-icon"] {
  color: #fff;
  background: #00b894 !important;
}

.header-function-fixed .btn-switch[data-class="header-function-fixed"]:after,
.nav-function-fixed .btn-switch[data-class="nav-function-fixed"]:after,
.nav-function-minify .btn-switch[data-class="nav-function-minify"]:after,
.nav-function-hidden .btn-switch[data-class="nav-function-hidden"]:after,
.nav-function-top .btn-switch[data-class="nav-function-top"]:after,
.footer-function-fixed .btn-switch[data-class="footer-function-fixed"]:after,
.nav-mobile-push .btn-switch[data-class="nav-mobile-push"]:after,
.nav-mobile-no-overlay .btn-switch[data-class="nav-mobile-no-overlay"]:after,
.nav-mobile-slide-out .btn-switch[data-class="nav-mobile-slide-out"]:after,
.mod-main-boxed .btn-switch[data-class="mod-main-boxed"]:after,
.mod-fixed-bg .btn-switch[data-class="mod-fixed-bg"]:after,
.mod-clean-page-bg .btn-switch[data-class="mod-clean-page-bg"]:after,
.mod-pace-custom .btn-switch[data-class="mod-pace-custom"]:after,
.mod-bigger-font .btn-switch[data-class="mod-bigger-font"]:after,
.mod-high-contrast .btn-switch[data-class="mod-high-contrast"]:after,
.mod-color-blind .btn-switch[data-class="mod-color-blind"]:after,
.mod-hide-nav-icons .btn-switch[data-class="mod-hide-nav-icons"]:after,
.mod-hide-info-card .btn-switch[data-class="mod-hide-info-card"]:after,
.mod-lean-subheader .btn-switch[data-class="mod-lean-subheader"]:after,
.mod-disable-animation .btn-switch[data-class="mod-disable-animation"]:after,
.mod-nav-link .btn-switch[data-class="mod-nav-link"]:after,
.mod-nav-dark .btn-switch[data-class="mod-nav-dark"]:after,
.mod-panel-icon .btn-switch[data-class="mod-panel-icon"]:after {
  background: #fff !important;
  color: #00b894 !important;
}

.header-function-fixed .btn-switch[data-class="header-function-fixed"] + .onoffswitch-title,
.nav-function-fixed .btn-switch[data-class="nav-function-fixed"] + .onoffswitch-title,
.nav-function-minify .btn-switch[data-class="nav-function-minify"] + .onoffswitch-title,
.nav-function-hidden .btn-switch[data-class="nav-function-hidden"] + .onoffswitch-title,
.nav-function-top .btn-switch[data-class="nav-function-top"] + .onoffswitch-title,
.footer-function-fixed .btn-switch[data-class="footer-function-fixed"] + .onoffswitch-title,
.nav-mobile-push .btn-switch[data-class="nav-mobile-push"] + .onoffswitch-title,
.nav-mobile-no-overlay .btn-switch[data-class="nav-mobile-no-overlay"] + .onoffswitch-title,
.nav-mobile-slide-out .btn-switch[data-class="nav-mobile-slide-out"] + .onoffswitch-title,
.mod-main-boxed .btn-switch[data-class="mod-main-boxed"] + .onoffswitch-title,
.mod-fixed-bg .btn-switch[data-class="mod-fixed-bg"] + .onoffswitch-title,
.mod-clean-page-bg .btn-switch[data-class="mod-clean-page-bg"] + .onoffswitch-title,
.mod-pace-custom .btn-switch[data-class="mod-pace-custom"] + .onoffswitch-title,
.mod-bigger-font .btn-switch[data-class="mod-bigger-font"] + .onoffswitch-title,
.mod-high-contrast .btn-switch[data-class="mod-high-contrast"] + .onoffswitch-title,
.mod-color-blind .btn-switch[data-class="mod-color-blind"] + .onoffswitch-title,
.mod-hide-nav-icons .btn-switch[data-class="mod-hide-nav-icons"] + .onoffswitch-title,
.mod-hide-info-card .btn-switch[data-class="mod-hide-info-card"] + .onoffswitch-title,
.mod-lean-subheader .btn-switch[data-class="mod-lean-subheader"] + .onoffswitch-title,
.mod-disable-animation .btn-switch[data-class="mod-disable-animation"] + .onoffswitch-title,
.mod-nav-link .btn-switch[data-class="mod-nav-link"] + .onoffswitch-title,
.mod-nav-dark .btn-switch[data-class="mod-nav-dark"] + .onoffswitch-title,
.mod-panel-icon .btn-switch[data-class="mod-panel-icon"] + .onoffswitch-title {
  color: #00b894;
}

/* Incompatible combination warnings */
.nav-mobile-slide-out #nmp .onoffswitch-title,
.nav-mobile-slide-out #nmno .onoffswitch-title,
.nav-function-top #mnl .onoffswitch-title,
.nav-function-minify #mnl .onoffswitch-title,
.mod-hide-nav-icons #mnl .onoffswitch-title,
.nav-function-top #nfh .onoffswitch-title {
  color: #d58100;
}

.nav-mobile-slide-out #nmp .onoffswitch-title-desc,
.nav-mobile-slide-out #nmno .onoffswitch-title-desc,
.nav-function-top #mnl .onoffswitch-title-desc,
.nav-function-minify #mnl .onoffswitch-title-desc,
.mod-hide-nav-icons #mnl .onoffswitch-title-desc,
.nav-function-top #nfh .onoffswitch-title-desc {
  color: #ec9f28;
}

.nav-mobile-slide-out #nmp:after,
.nav-mobile-slide-out #nmno:after,
.nav-function-top #mnl:after,
.nav-function-minify #mnl:after,
.mod-hide-nav-icons #mnl:after,
.nav-function-top #nfh:after {
  background: #ffebc1;
  border: 1px solid #ffb20e;
  color: #161616;
}

/* Header dropdown buttons */
.dropdown-icon-menu > ul > li .btn,
.header-btn {
  border: 1px solid #d6d6d6;
  color: #888;
}

.dropdown-icon-menu > ul > li .btn:hover,
.header-btn:hover {
  border-color: #00b894;
  background: #4de8ce;
  color: #fff;
}

/* btn-switch default */
.btn-switch {
  background: #636363;
  color: white;
}

.btn-switch:hover { color: white; }
.btn-switch:after { color: white; }

.btn-switch.active {
  color: #fff;
  background: #00b894;
}

.btn-switch.active:before { color: white; }

.btn-switch.active:after {
  background: #fff;
  color: #00b894;
}

.btn-search-close { color: #fff; }

.header-btn[data-class='mobile-nav-on'] {
  border-color: #009d7e;
  background-color: #00b894;
  background-image: linear-gradient(to top, #00b894, #009d7e);
  color: #fff;
}

/* Pull trigger button */
.pull-trigger-btn {
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(0, 0, 0, 0.35);
  color: #fff !important;
  box-shadow: 0px 0px 2px rgba(0, 184, 148, 0.3);
}

.pull-trigger-btn:hover {
  background: #00b894;
  border-color: #009d7e;
}

/* ==========================================================================
   19. BUTTONS — BOOTSTRAP
   ========================================================================== */

.btn-default {
  background-color: #f5f5f5;
  background-image: linear-gradient(to top, #f5f5f5, #f1f1f1);
  color: #444;
}

.btn-default:hover { border: 1px solid #c6c6c6; }
.btn-default:focus { border-color: #00b894 !important; }

.active.btn-default {
  background: #4de8ce;
  color: #fff;
}

.btn-outline-default {
  color: #212529;
  border-color: #E5E5E5;
}

.btn-outline-default:hover,
.btn-outline-default:not(:disabled):not(.disabled):active,
.btn-outline-default:not(:disabled):not(.disabled).active,
.show > .btn-outline-default.dropdown-toggle {
  color: #212529;
  background-color: #f9f9f9;
  border-color: #E5E5E5;
}

.btn-outline-default.disabled,
.btn-outline-default:disabled { color: #212529; }

/* Shadows */
.btn-primary   { box-shadow: 0 2px 6px 0 rgba(0, 184, 148, 0.45); }
.btn-secondary { box-shadow: 0 2px 6px 0 rgba(108, 117, 125, 0.5); }
.btn-success   { box-shadow: 0 2px 6px 0 rgba(0, 184, 148, 0.5); }
.btn-info      { box-shadow: 0 2px 6px 0 rgba(33, 150, 243, 0.5); }
.btn-warning   { box-shadow: 0 2px 6px 0 rgba(240, 165, 0, 0.5); }
.btn-danger    { box-shadow: 0 2px 6px 0 rgba(229, 62, 62, 0.5); }
.btn-light     { box-shadow: 0 2px 6px 0 rgba(255, 255, 255, 0.5); }
.btn-dark      { box-shadow: 0 2px 6px 0 rgba(58, 58, 58, 0.5); }

.btn-icon-light {
  color: rgba(255, 255, 255, 0.7) !important;
  border-color: transparent !important;
}

.btn-icon-light:not(.active):not(:active):not(:hover):not(:focus) {
  color: rgba(255, 255, 255, 0.7) !important;
}

.btn-icon-light:hover {
  color: #fff !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
}

.btn-link { color: #00b894; }
.btn-link:hover { color: #007d65; }

/* Primary */
.btn-primary {
  color: #fff;
  background-color: #00b894;
  border-color: #00b894;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-primary:hover { color: #fff; background-color: #009d7e; border-color: #009d7e; }
.btn-primary:focus, .btn-primary.focus {
  color: #fff; background-color: #009d7e; border-color: #009d7e;
  box-shadow: 0 0 0 0.2rem rgba(0, 184, 148, 0.4);
}
.btn-primary.disabled, .btn-primary:disabled { color: #fff; background-color: #00b894; border-color: #00b894; }
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle { color: #fff; background-color: #007d65; border-color: #007d65; }
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(0, 184, 148, 0.4); }

/* Secondary */
.btn-secondary {
  color: #fff; background-color: #6c757d; border-color: #6c757d;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-secondary:hover { color: #fff; background-color: #5a6268; border-color: #545b62; }
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff; background-color: #5a6268; border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled { color: #fff; background-color: #6c757d; border-color: #6c757d; }
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle { color: #fff; background-color: #545b62; border-color: #4e555b; }
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

/* Success */
.btn-success {
  color: #fff; background-color: #00b894; border-color: #00b894;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-success:hover { color: #fff; background-color: #009d7e; border-color: #009d7e; }
.btn-success:focus, .btn-success.focus {
  color: #fff; background-color: #009d7e; border-color: #009d7e;
  box-shadow: 0 0 0 0.2rem rgba(0, 184, 148, 0.45);
}
.btn-success.disabled, .btn-success:disabled { color: #fff; background-color: #00b894; border-color: #00b894; }
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle { color: #fff; background-color: #007d65; border-color: #007d65; }
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(0, 184, 148, 0.45); }

/* Info */
.btn-info {
  color: #fff; background-color: #2196F3; border-color: #2196F3;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-info:hover { color: #fff; background-color: #0c83e2; border-color: #0c7cd5; }
.btn-info:focus, .btn-info.focus {
  color: #fff; background-color: #0c83e2; border-color: #0c7cd5;
  box-shadow: 0 0 0 0.2rem rgba(66, 166, 245, 0.5);
}
.btn-info.disabled, .btn-info:disabled { color: #fff; background-color: #2196F3; border-color: #2196F3; }
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle { color: #fff; background-color: #0c7cd5; border-color: #0b75c9; }
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(66, 166, 245, 0.5); }

/* Warning */
.btn-warning {
  color: #212529; background-color: #f0a500; border-color: #f0a500;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-warning:hover { color: #212529; background-color: #d49200; border-color: #c78a00; }
.btn-warning:focus, .btn-warning.focus {
  color: #212529; background-color: #d49200; border-color: #c78a00;
  box-shadow: 0 0 0 0.2rem rgba(240, 165, 0, 0.4);
}
.btn-warning.disabled, .btn-warning:disabled { color: #212529; background-color: #f0a500; border-color: #f0a500; }
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle { color: #212529; background-color: #c78a00; border-color: #ba8100; }
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(240, 165, 0, 0.4); }

/* Danger */
.btn-danger {
  color: #fff; background-color: #e53e3e; border-color: #e53e3e;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-danger:hover { color: #fff; background-color: #c53030; border-color: #b52b2b; }
.btn-danger:focus, .btn-danger.focus {
  color: #fff; background-color: #c53030; border-color: #b52b2b;
  box-shadow: 0 0 0 0.2rem rgba(229, 62, 62, 0.45);
}
.btn-danger.disabled, .btn-danger:disabled { color: #fff; background-color: #e53e3e; border-color: #e53e3e; }
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle { color: #fff; background-color: #b52b2b; border-color: #a52626; }
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(229, 62, 62, 0.45); }

/* Light */
.btn-light {
  color: #212529; background-color: #fff; border-color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-light:hover { color: #212529; background-color: #ececec; border-color: #e6e6e6; }
.btn-light:focus, .btn-light.focus {
  color: #212529; background-color: #ececec; border-color: #e6e6e6;
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}
.btn-light.disabled, .btn-light:disabled { color: #212529; background-color: #fff; border-color: #fff; }
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle { color: #212529; background-color: #e6e6e6; border-color: #dfdfdf; }
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5); }

/* Dark */
.btn-dark {
  color: #fff; background-color: #3a3a3a; border-color: #3a3a3a;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-dark:hover { color: #fff; background-color: #272727; border-color: #202020; }
.btn-dark:focus, .btn-dark.focus {
  color: #fff; background-color: #272727; border-color: #202020;
  box-shadow: 0 0 0 0.2rem rgba(58, 58, 58, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled { color: #fff; background-color: #3a3a3a; border-color: #3a3a3a; }
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle { color: #fff; background-color: #202020; border-color: #1a1a1a; }
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(58, 58, 58, 0.5); }

/* Outline variants */
.btn-outline-primary { color: #00b894; border-color: #00b894; }
.btn-outline-primary:hover { color: #fff; background-color: #00b894; border-color: #00b894; }
.btn-outline-primary:focus, .btn-outline-primary.focus { box-shadow: 0 0 0 0.2rem rgba(0, 184, 148, 0.4); }
.btn-outline-primary.disabled, .btn-outline-primary:disabled { color: #00b894; background-color: transparent; }
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle { color: #fff; background-color: #00b894; border-color: #00b894; }
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(0, 184, 148, 0.4); }

.btn-outline-secondary { color: #6c757d; border-color: #6c757d; }
.btn-outline-secondary:hover { color: #fff; background-color: #6c757d; border-color: #6c757d; }
.btn-outline-secondary:focus, .btn-outline-secondary.focus { box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled { color: #6c757d; background-color: transparent; }
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle { color: #fff; background-color: #6c757d; border-color: #6c757d; }
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success { color: #00b894; border-color: #00b894; }
.btn-outline-success:hover { color: #fff; background-color: #00b894; border-color: #00b894; }
.btn-outline-success:focus, .btn-outline-success.focus { box-shadow: 0 0 0 0.2rem rgba(0, 184, 148, 0.45); }
.btn-outline-success.disabled, .btn-outline-success:disabled { color: #00b894; background-color: transparent; }
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle { color: #fff; background-color: #00b894; border-color: #00b894; }
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(0, 184, 148, 0.45); }

.btn-outline-info { color: #2196F3; border-color: #2196F3; }
.btn-outline-info:hover { color: #fff; background-color: #2196F3; border-color: #2196F3; }
.btn-outline-info:focus, .btn-outline-info.focus { box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.5); }
.btn-outline-info.disabled, .btn-outline-info:disabled { color: #2196F3; background-color: transparent; }
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle { color: #fff; background-color: #2196F3; border-color: #2196F3; }
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.5); }

.btn-outline-warning { color: #f0a500; border-color: #f0a500; }
.btn-outline-warning:hover { color: #212529; background-color: #f0a500; border-color: #f0a500; }
.btn-outline-warning:focus, .btn-outline-warning.focus { box-shadow: 0 0 0 0.2rem rgba(240, 165, 0, 0.4); }
.btn-outline-warning.disabled, .btn-outline-warning:disabled { color: #f0a500; background-color: transparent; }
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle { color: #212529; background-color: #f0a500; border-color: #f0a500; }
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(240, 165, 0, 0.4); }

.btn-outline-danger { color: #e53e3e; border-color: #e53e3e; }
.btn-outline-danger:hover { color: #fff; background-color: #e53e3e; border-color: #e53e3e; }
.btn-outline-danger:focus, .btn-outline-danger.focus { box-shadow: 0 0 0 0.2rem rgba(229, 62, 62, 0.45); }
.btn-outline-danger.disabled, .btn-outline-danger:disabled { color: #e53e3e; background-color: transparent; }
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle { color: #fff; background-color: #e53e3e; border-color: #e53e3e; }
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(229, 62, 62, 0.45); }

.btn-outline-light { color: #fff; border-color: #fff; }
.btn-outline-light:hover { color: #212529; background-color: #fff; border-color: #fff; }
.btn-outline-light:focus, .btn-outline-light.focus { box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
.btn-outline-light.disabled, .btn-outline-light:disabled { color: #fff; background-color: transparent; }
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle { color: #212529; background-color: #fff; border-color: #fff; }
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-outline-dark { color: #3a3a3a; border-color: #3a3a3a; }
.btn-outline-dark:hover { color: #fff; background-color: #3a3a3a; border-color: #3a3a3a; }
.btn-outline-dark:focus, .btn-outline-dark.focus { box-shadow: 0 0 0 0.2rem rgba(58, 58, 58, 0.5); }
.btn-outline-dark.disabled, .btn-outline-dark:disabled { color: #3a3a3a; background-color: transparent; }
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle { color: #fff; background-color: #3a3a3a; border-color: #3a3a3a; }
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(58, 58, 58, 0.5); }

/* ==========================================================================
   20. NAV PILLS, TABS
   ========================================================================== */

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #00b894;
}

.nav-tabs-clean .nav-item .nav-link.active {
  border-bottom: 1px solid #00b894;
  color: #00b894;
}

.nav-tabs-clean .nav-item .nav-link:hover {
  color: #00b894;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #00b894;
}

/* ==========================================================================
   21. CARDS
   ========================================================================== */

.card-header {
  background-color: #f7f9fa;
}

/* ==========================================================================
   22. DROPDOWNS
   ========================================================================== */

.dropdown-menu .dropdown-menu {
  background: #fff;
}

.dropdown-menu .dropdown-multilevel:hover > .dropdown-item:not(.disabled) {
  background: #f0fdf9;
  color: #007d65;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #007d65;
  background-color: #f0fdf9;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #005a4a;
  background-color: #c6f6ed;
}

/* ==========================================================================
   23. CHAT
   ========================================================================== */

.chat-segment-get .chat-message {
  background: #f1f0f0;
}

.chat-segment-sent .chat-message {
  background: #00b894;
}

/* ==========================================================================
   24. MODALS
   ========================================================================== */

.modal-transparent .modal-content {
  box-shadow: 0 1px 15px 1px rgba(15, 28, 56, 0.3);
}

.modal-transparent .modal-content {
  background: rgba(15, 28, 56, 0.88);
}

/* ==========================================================================
   25. PANELS
   ========================================================================== */

.panel {
  background-color: #fff;
  border-bottom: 1px solid #e2e8f0;
}

.panel.panel-fullscreen .panel-hdr {
  box-shadow: 0 0.125rem 0.125rem -0.0625rem rgba(15, 28, 56, 0.1);
}

.panel.panel-locked:not(.panel-fullscreen) .panel-hdr:active h2:before {
  color: #e53e3e;
}

.panel-tag {
  background: #e6f7f3;
}

.panel-hdr {
  background: #fff;
}

.panel-sortable:not(.panel-locked) .panel-hdr:active {
  border-top-color: rgba(77, 232, 206, 0.7);
  border-left-color: rgba(0, 184, 148, 0.7);
  border-right-color: rgba(0, 184, 148, 0.7);
}

.panel-sortable:not(.panel-locked) .panel-hdr:active + .panel-container {
  border-color: transparent rgba(0, 184, 148, 0.7) rgba(0, 157, 126, 0.7);
}

.panel-sortable.panel-locked .panel-hdr:active {
  border-top-color: #fc8181;
  border-left-color: #e53e3e;
  border-right-color: #e53e3e;
}

.panel-sortable.panel-locked .panel-hdr:active + .panel-container {
  border-color: transparent #e53e3e #e53e3e;
}

.panel-toolbar .btn-panel[data-action="panel-collapse"],
.panel-toolbar .btn-panel.js-panel-collapse {
  background: #00b894;
}

.panel-toolbar .btn-panel[data-action="panel-fullscreen"],
.panel-toolbar .btn-panel.js-panel-fullscreen {
  background: #f0a500;
}

.panel-toolbar .btn-panel[data-action="panel-close"],
.panel-toolbar .btn-panel.js-panel-close {
  background: #e53e3e;
}

.panel-placeholder {
  background-color: #cce8e1;
}

.panel-placeholder:before {
  background: #cce8e1;
}

.mod-panel-clean .panel-hdr {
  background: #fff;
  background-image: linear-gradient(to bottom, #f7f7f7, #fff);
}

@media only screen and (max-width: 420px) {
  .panel .panel-hdr {
    color: #060606;
  }
}

/* ==========================================================================
   26. MENU ITEMS (floating action)
   ========================================================================== */

.menu-item,
label.menu-open-button {
  background: #00b894;
  color: #fff !important;
}

.menu-item:hover,
label.menu-open-button:hover {
  background: #009d7e;
}

.app-shortcut-icon {
  background: #ecf0f1;
  color: #ecf0f1;
}

.menu-open:checked + .menu-open-button {
  background: #3a3a3a;
}

/* ==========================================================================
   27. FORM CONTROLS
   ========================================================================== */

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #009d7e;
  background-color: #00b894;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #4de8ce;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #80f0de;
  background-color: #80f0de;
  border-color: #80f0de;
}

.custom-control-input[disabled] ~ .custom-control-label,
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input[disabled] ~ .custom-control-label::before,
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label::before {
  background-color: #fff;
  border: #adb5bd solid 2px;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #009d7e;
  background-color: #00b894;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before,
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before,
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before,
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #80f0de;
}

.custom-switch .custom-control-label::after {
  background-color: #adb5bd;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
}

.custom-select {
  color: #495057;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
}

.custom-select:focus {
  border-color: #00b894;
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #00b894;
}

.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
}

.custom-file-label::after {
  color: #495057;
  background-color: #e9ecef;
}

.custom-range {
  background-color: transparent;
}

.custom-range::-webkit-slider-thumb { background-color: #00b894; border: 0; }
.custom-range::-webkit-slider-thumb:active { background-color: #4de8ce; }
.custom-range::-webkit-slider-runnable-track { background-color: #dee2e6; }
.custom-range::-moz-range-thumb { background-color: #00b894; border: 0; }
.custom-range::-moz-range-thumb:active { background-color: #4de8ce; }
.custom-range::-moz-range-track { background-color: #dee2e6; }
.custom-range::-ms-thumb { background-color: #00b894; border: 0; }
.custom-range::-ms-thumb:active { background-color: #4de8ce; }
.custom-range::-ms-fill-lower { background-color: #dee2e6; }
.custom-range::-ms-fill-upper { background-color: #dee2e6; }
.custom-range:disabled::-webkit-slider-thumb { background-color: #adb5bd; }
.custom-range:disabled::-moz-range-thumb { background-color: #adb5bd; }
.custom-range:disabled::-ms-thumb { background-color: #adb5bd; }

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #00b894;
}

.form-control:focus ~ .input-group-prepend {
  background: #00b894;
}

.has-length .input-group-text {
  border-color: #00b894;
}

.has-length .input-group-text + .input-group-text {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.has-length .input-group-text:not([class^="bg-"]):not([class*=" bg-"]) {
  background: #00b894;
  color: #fff !important;
}

.help-block {
  color: #898989;
}

/* ==========================================================================
   28. PAGINATION
   ========================================================================== */

.page-link {
  color: #00b894;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  color: #007d65;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-item.active .page-link {
  color: #fff;
  background-color: #00b894;
  border-color: #00b894;
}

.page-item.disabled .page-link {
  color: #6c757d;
  background-color: #fff;
}

.pagination .page-item:first-child:not(.active) .page-link,
.pagination .page-item:last-child:not(.active) .page-link,
.pagination .page-item.disabled .page-link {
  background: #c6f6ed;
}

.pagination .page-link:hover {
  background-color: #00b894 !important;
  color: #fff;
}

/* ==========================================================================
   29. LIST GROUPS
   ========================================================================== */

.list-group-item {
  border: 1px solid rgba(0, 184, 148, 0.15);
}

.list-group-item.active {
  background-color: #00b894;
  border-color: #00b894;
}

/* ==========================================================================
   30. BACKGROUNDS & UTILITY
   ========================================================================== */

.bg-white { background-color: #fff; color: #666666; }
.bg-faded { background-color: #f7f9fa; }
.bg-offwhite-fade { background-color: #fff; background-image: linear-gradient(to top, #fff, #f2f2f2); }
.bg-subtlelight { background-color: #f6f8fc; }
.bg-subtlelight-fade { background-color: #fff; background-image: linear-gradient(to top, #fff, #f6f8fc); }
.bg-highlight { background-color: #f0fdf9; }
.bg-gray-50  { background-color: #f9f9f9; }
.bg-gray-100 { background-color: #f8f9fa; }
.bg-gray-200 { background-color: #e9ecef; }
.bg-gray-300 { background-color: #dee2e6; }
.bg-gray-400 { background-color: #ced4da; }
.bg-gray-500 { background-color: #adb5bd; }
.bg-gray-600 { background-color: #6c757d; }
.bg-gray-700 { background-color: #495057; }
.bg-gray-800 { background-color: #343a40; }
.bg-gray-900 { background-color: #212529; }

.border-faded { border: 1px solid rgba(22, 22, 22, 0.07); }
.hover-bg { background: #fff; }
.state-selected { background: #e6f7f3 !important; }

.bg-trans-gradient { background: linear-gradient(250deg, #1a2d52, #243258); }
.bg-primary-gradient { background-image: linear-gradient(250deg, rgba(0, 125, 101, 0.7), transparent); }
.bg-danger-gradient  { background-image: linear-gradient(250deg, rgba(197, 48, 48, 0.7), transparent); }
.bg-info-gradient    { background-image: linear-gradient(250deg, rgba(9, 96, 165, 0.7), transparent); }
.bg-warning-gradient { background-image: linear-gradient(250deg, rgba(202, 138, 4, 0.7), transparent); }
.bg-success-gradient { background-image: linear-gradient(250deg, rgba(0, 125, 101, 0.7), transparent); }
.bg-fusion-gradient  { background-image: linear-gradient(250deg, rgba(22, 22, 22, 0.7), transparent); }

.notes { background: #f9f4b5; }
.disclaimer { color: #a2a2a2; }

/* Status indicators */
.status:before { background: #3a3a3a; border: 2px solid #fff; }
.status.status-success:before { background: #00b894; }
.status.status-danger:before  { background: #e53e3e; }
.status.status-warning:before { background: #f0a500; }

.frame-heading { color: #9b9b9b; }
.frame-wrap { background: white; }
.time-stamp { color: #707070; }

[data-hasmore] { color: #fff; }
[data-hasmore]:before { background: rgba(0, 0, 0, 0.4); }

code { background: #f0fdf9; }

::selection { background: #1a2d52; color: #fff; }
::-moz-selection { background: #1a2d52; color: #fff; }

[contenteditable="true"]:empty:not(:focus):before {
  content: attr(data-placeholder);
  color: #898989;
}

[contenteditable="true"]::selection,
[contenteditable="true"]::-moz-selection {
  background: rgba(0, 184, 148, 0.2);
  color: #000;
}

/* ==========================================================================
   31. BORDERS & TEXT — SEMANTIC
   ========================================================================== */

.border-primary   { border-color: #00b894 !important; }
.border-secondary { border-color: #6c757d !important; }
.border-success   { border-color: #00b894 !important; }
.border-info      { border-color: #2196F3 !important; }
.border-warning   { border-color: #f0a500 !important; }
.border-danger    { border-color: #e53e3e !important; }
.border-light     { border-color: #fff !important; }
.border-dark      { border-color: #3a3a3a !important; }

.text-primary  { color: #00b894 !important; }
.text-secondary { color: #6c757d !important; }
.text-success  { color: #00b894 !important; }
.text-info     { color: #2196F3 !important; }
.text-warning  { color: #f0a500 !important; }
.text-danger   { color: #e53e3e !important; }
.text-light    { color: #fff !important; }
.text-dark     { color: #3a3a3a !important; }

a.text-primary:hover,  a.text-primary:focus  { color: #007d65 !important; }
a.text-secondary:hover, a.text-secondary:focus { color: #494f54 !important; }
a.text-success:hover,  a.text-success:focus  { color: #007d65 !important; }
a.text-info:hover,     a.text-info:focus     { color: #0a6ebd !important; }
a.text-warning:hover,  a.text-warning:focus  { color: #c78a00 !important; }
a.text-danger:hover,   a.text-danger:focus   { color: #c53030 !important; }
a.text-light:hover,    a.text-light:focus    { color: #d9d9d9 !important; }
a.text-dark:hover,     a.text-dark:focus     { color: #202020 !important; }

/* ==========================================================================
   32. BACKGROUND — SEMANTIC
   ========================================================================== */

.bg-primary  { background-color: #00b894 !important; }
.bg-secondary { background-color: #6c757d !important; }
.bg-success  { background-color: #00b894 !important; }
.bg-info     { background-color: #2196F3 !important; }
.bg-warning  { background-color: #f0a500 !important; }
.bg-danger   { background-color: #e53e3e !important; }
.bg-light    { background-color: #fff !important; }
.bg-dark     { background-color: #3a3a3a !important; }

a.bg-primary:hover,  a.bg-primary:focus,  button.bg-primary:hover,  button.bg-primary:focus  { background-color: #009d7e !important; }
a.bg-secondary:hover,a.bg-secondary:focus,button.bg-secondary:hover,button.bg-secondary:focus{ background-color: #545b62 !important; }
a.bg-success:hover,  a.bg-success:focus,  button.bg-success:hover,  button.bg-success:focus  { background-color: #009d7e !important; }
a.bg-info:hover,     a.bg-info:focus,     button.bg-info:hover,     button.bg-info:focus     { background-color: #0c7cd5 !important; }
a.bg-warning:hover,  a.bg-warning:focus,  button.bg-warning:hover,  button.bg-warning:focus  { background-color: #c78a00 !important; }
a.bg-danger:hover,   a.bg-danger:focus,   button.bg-danger:hover,   button.bg-danger:focus   { background-color: #c53030 !important; }
a.bg-light:hover,    a.bg-light:focus,    button.bg-light:hover,    button.bg-light:focus    { background-color: #e6e6e6 !important; }
a.bg-dark:hover,     a.bg-dark:focus,     button.bg-dark:hover,     button.bg-dark:focus     { background-color: #202020 !important; }

/* ==========================================================================
   33. PRIMARY TONAL SCALE (bg-primary-N / color-primary-N)
   ========================================================================== */

.bg-primary-50  { background-color: #b3f0e4; color: rgba(0,0,0,0.8); } .bg-primary-50:hover  { color: rgba(0,0,0,0.8); }
.bg-primary-100 { background-color: #99ebd9; color: rgba(0,0,0,0.8); } .bg-primary-100:hover { color: rgba(0,0,0,0.8); }
.bg-primary-200 { background-color: #7fe5ce; color: rgba(0,0,0,0.8); } .bg-primary-200:hover { color: rgba(0,0,0,0.8); }
.bg-primary-300 { background-color: #4de8ce; color: rgba(0,0,0,0.8); } .bg-primary-300:hover { color: rgba(0,0,0,0.8); }
.bg-primary-400 { background-color: #26c9b0; color: white; }            .bg-primary-400:hover { color: white; }
.bg-primary-500 { background-color: #00b894; color: white; }            .bg-primary-500:hover { color: white; }
.bg-primary-600 { background-color: #009d7e; color: white; }            .bg-primary-600:hover { color: white; }
.bg-primary-700 { background-color: #007d65; color: white; }            .bg-primary-700:hover { color: white; }
.bg-primary-800 { background-color: #006652; color: white; }            .bg-primary-800:hover { color: white; }
.bg-primary-900 { background-color: #004d3d; color: white; }            .bg-primary-900:hover { color: white; }

.color-primary-50  { color: #b3f0e4; }
.color-primary-100 { color: #99ebd9; }
.color-primary-200 { color: #7fe5ce; }
.color-primary-300 { color: #4de8ce; }
.color-primary-400 { color: #26c9b0; }
.color-primary-500 { color: #00b894; }
.color-primary-600 { color: #009d7e; }
.color-primary-700 { color: #007d65; }
.color-primary-800 { color: #006652; }
.color-primary-900 { color: #004d3d; }

/* ==========================================================================
   34. SUCCESS TONAL SCALE  (same hue as primary — intentional)
   ========================================================================== */

.bg-success-50  { background-color: #b3f0e4; color: rgba(0,0,0,0.8); } .bg-success-50:hover  { color: rgba(0,0,0,0.8); }
.bg-success-100 { background-color: #99ebd9; color: rgba(0,0,0,0.8); } .bg-success-100:hover { color: rgba(0,0,0,0.8); }
.bg-success-200 { background-color: #7fe5ce; color: rgba(0,0,0,0.8); } .bg-success-200:hover { color: rgba(0,0,0,0.8); }
.bg-success-300 { background-color: #4de8ce; color: rgba(0,0,0,0.8); } .bg-success-300:hover { color: rgba(0,0,0,0.8); }
.bg-success-400 { background-color: #26c9b0; color: white; }            .bg-success-400:hover { color: white; }
.bg-success-500 { background-color: #00b894; color: white; }            .bg-success-500:hover { color: white; }
.bg-success-600 { background-color: #009d7e; color: white; }            .bg-success-600:hover { color: white; }
.bg-success-700 { background-color: #007d65; color: white; }            .bg-success-700:hover { color: white; }
.bg-success-800 { background-color: #006652; color: white; }            .bg-success-800:hover { color: white; }
.bg-success-900 { background-color: #004d3d; color: white; }            .bg-success-900:hover { color: white; }

.color-success-50  { color: #b3f0e4; }
.color-success-100 { color: #99ebd9; }
.color-success-200 { color: #7fe5ce; }
.color-success-300 { color: #4de8ce; }
.color-success-400 { color: #26c9b0; }
.color-success-500 { color: #00b894; }
.color-success-600 { color: #009d7e; }
.color-success-700 { color: #007d65; }
.color-success-800 { color: #006652; }
.color-success-900 { color: #004d3d; }

/* ==========================================================================
   35. INFO TONAL SCALE
   ========================================================================== */

.bg-info-50  { background-color: #9acffa; color: rgba(0,0,0,0.8); } .bg-info-50:hover  { color: rgba(0,0,0,0.8); }
.bg-info-100 { background-color: #82c4f8; color: rgba(0,0,0,0.8); } .bg-info-100:hover { color: rgba(0,0,0,0.8); }
.bg-info-200 { background-color: #6ab8f7; color: rgba(0,0,0,0.8); } .bg-info-200:hover { color: rgba(0,0,0,0.8); }
.bg-info-300 { background-color: #51adf6; color: white; }            .bg-info-300:hover { color: white; }
.bg-info-400 { background-color: #39a1f4; color: white; }            .bg-info-400:hover { color: white; }
.bg-info-500 { background-color: #2196F3; color: white; }            .bg-info-500:hover { color: white; }
.bg-info-600 { background-color: #0d8aee; color: white; }            .bg-info-600:hover { color: white; }
.bg-info-700 { background-color: #0c7cd5; color: white; }            .bg-info-700:hover { color: white; }
.bg-info-800 { background-color: #0a6ebd; color: white; }            .bg-info-800:hover { color: white; }
.bg-info-900 { background-color: #0960a5; color: white; }            .bg-info-900:hover { color: white; }

.color-info-50  { color: #9acffa; }  .color-info-100 { color: #82c4f8; }
.color-info-200 { color: #6ab8f7; }  .color-info-300 { color: #51adf6; }
.color-info-400 { color: #39a1f4; }  .color-info-500 { color: #2196F3; }
.color-info-600 { color: #0d8aee; }  .color-info-700 { color: #0c7cd5; }
.color-info-800 { color: #0a6ebd; }  .color-info-900 { color: #0960a5; }

/* ==========================================================================
   36. WARNING TONAL SCALE
   ========================================================================== */

.bg-warning-50  { background-color: #fef3c7; color: rgba(0,0,0,0.8); } .bg-warning-50:hover  { color: rgba(0,0,0,0.8); }
.bg-warning-100 { background-color: #fde68a; color: rgba(0,0,0,0.8); } .bg-warning-100:hover { color: rgba(0,0,0,0.8); }
.bg-warning-200 { background-color: #fcd34d; color: rgba(0,0,0,0.8); } .bg-warning-200:hover { color: rgba(0,0,0,0.8); }
.bg-warning-300 { background-color: #fbbf24; color: rgba(0,0,0,0.8); } .bg-warning-300:hover { color: rgba(0,0,0,0.8); }
.bg-warning-400 { background-color: #f59e0b; color: rgba(0,0,0,0.8); } .bg-warning-400:hover { color: rgba(0,0,0,0.8); }
.bg-warning-500 { background-color: #f0a500; color: rgba(0,0,0,0.8); } .bg-warning-500:hover { color: rgba(0,0,0,0.8); }
.bg-warning-600 { background-color: #d49200; color: rgba(0,0,0,0.8); } .bg-warning-600:hover { color: rgba(0,0,0,0.8); }
.bg-warning-700 { background-color: #c78a00; color: rgba(0,0,0,0.8); } .bg-warning-700:hover { color: rgba(0,0,0,0.8); }
.bg-warning-800 { background-color: #b37800; color: rgba(0,0,0,0.8); } .bg-warning-800:hover { color: rgba(0,0,0,0.8); }
.bg-warning-900 { background-color: #92400e; color: white; }            .bg-warning-900:hover { color: white; }

.color-warning-50  { color: #fef3c7; } .color-warning-100 { color: #fde68a; }
.color-warning-200 { color: #fcd34d; } .color-warning-300 { color: #fbbf24; }
.color-warning-400 { color: #f59e0b; } .color-warning-500 { color: #f0a500; }
.color-warning-600 { color: #d49200; } .color-warning-700 { color: #c78a00; }
.color-warning-800 { color: #b37800; } .color-warning-900 { color: #92400e; }

/* ==========================================================================
   37. DANGER TONAL SCALE
   ========================================================================== */

.bg-danger-50  { background-color: #fed7d7; color: rgba(0,0,0,0.8); } .bg-danger-50:hover  { color: rgba(0,0,0,0.8); }
.bg-danger-100 { background-color: #feb2b2; color: rgba(0,0,0,0.8); } .bg-danger-100:hover { color: rgba(0,0,0,0.8); }
.bg-danger-200 { background-color: #fc8181; color: rgba(0,0,0,0.8); } .bg-danger-200:hover { color: rgba(0,0,0,0.8); }
.bg-danger-300 { background-color: #f56565; color: rgba(0,0,0,0.8); } .bg-danger-300:hover { color: rgba(0,0,0,0.8); }
.bg-danger-400 { background-color: #ed6464; color: white; }            .bg-danger-400:hover { color: white; }
.bg-danger-500 { background-color: #e53e3e; color: white; }            .bg-danger-500:hover { color: white; }
.bg-danger-600 { background-color: #c53030; color: white; }            .bg-danger-600:hover { color: white; }
.bg-danger-700 { background-color: #b52b2b; color: white; }            .bg-danger-700:hover { color: white; }
.bg-danger-800 { background-color: #9b2c2c; color: white; }            .bg-danger-800:hover { color: white; }
.bg-danger-900 { background-color: #742323; color: white; }            .bg-danger-900:hover { color: white; }

.color-danger-50  { color: #fed7d7; } .color-danger-100 { color: #feb2b2; }
.color-danger-200 { color: #fc8181; } .color-danger-300 { color: #f56565; }
.color-danger-400 { color: #ed6464; } .color-danger-500 { color: #e53e3e; }
.color-danger-600 { color: #c53030; } .color-danger-700 { color: #b52b2b; }
.color-danger-800 { color: #9b2c2c; } .color-danger-900 { color: #742323; }

/* ==========================================================================
   38. FUSION TONAL SCALE (neutral)
   ========================================================================== */

.bg-fusion-50  { background-color: #898989; color: white; } .bg-fusion-50:hover  { color: white; }
.bg-fusion-100 { background-color: #7c7c7c; color: white; } .bg-fusion-100:hover { color: white; }
.bg-fusion-200 { background-color: #707070; color: white; } .bg-fusion-200:hover { color: white; }
.bg-fusion-300 { background-color: #636363; color: white; } .bg-fusion-300:hover { color: white; }
.bg-fusion-400 { background-color: #565656; color: white; } .bg-fusion-400:hover { color: white; }
.bg-fusion-500 { background-color: #3a3a3a; color: white; } .bg-fusion-500:hover { color: white; }
.bg-fusion-600 { background-color: #303030; color: white; } .bg-fusion-600:hover { color: white; }
.bg-fusion-700 { background-color: #272727; color: white; } .bg-fusion-700:hover { color: white; }
.bg-fusion-800 { background-color: #1e1e1e; color: white; } .bg-fusion-800:hover { color: white; }
.bg-fusion-900 { background-color: #141414; color: white; } .bg-fusion-900:hover { color: white; }

.color-fusion-50  { color: #898989; } .color-fusion-100 { color: #7c7c7c; }
.color-fusion-200 { color: #707070; } .color-fusion-300 { color: #636363; }
.color-fusion-400 { color: #565656; } .color-fusion-500 { color: #3a3a3a; }
.color-fusion-600 { color: #303030; } .color-fusion-700 { color: #272727; }
.color-fusion-800 { color: #1e1e1e; } .color-fusion-900 { color: #141414; }

.color-white { color: #fff; }
.color-black { color: #222222; }

/* ==========================================================================
   39. CSS CUSTOM PROPERTIES (:root)
   ========================================================================== */

:root {
  --theme-primary:   #00b894;
  --theme-secondary: #6c757d;
  --theme-success:   #00b894;
  --theme-info:      #2196F3;
  --theme-warning:   #f0a500;
  --theme-danger:    #e53e3e;
  --theme-light:     #fff;
  --theme-dark:      #3a3a3a;

  --theme-rgb-primary: 0,184,148;
  --theme-rgb-success: 0,184,148;
  --theme-rgb-info:    33,150,243;
  --theme-rgb-warning: 240,165,0;
  --theme-rgb-danger:  229,62,62;
  --theme-rgb-fusion:  58,58,58;

  --theme-primary-50:  #b3f0e4;
  --theme-primary-100: #99ebd9;
  --theme-primary-200: #7fe5ce;
  --theme-primary-300: #4de8ce;
  --theme-primary-400: #26c9b0;
  --theme-primary-500: #00b894;
  --theme-primary-600: #009d7e;
  --theme-primary-700: #007d65;
  --theme-primary-800: #006652;
  --theme-primary-900: #004d3d;

  --theme-success-50:  #b3f0e4;
  --theme-success-100: #99ebd9;
  --theme-success-200: #7fe5ce;
  --theme-success-300: #4de8ce;
  --theme-success-400: #26c9b0;
  --theme-success-500: #00b894;
  --theme-success-600: #009d7e;
  --theme-success-700: #007d65;
  --theme-success-800: #006652;
  --theme-success-900: #004d3d;

  --theme-info-50:  #9acffa;
  --theme-info-100: #82c4f8;
  --theme-info-200: #6ab8f7;
  --theme-info-300: #51adf6;
  --theme-info-400: #39a1f4;
  --theme-info-500: #2196F3;
  --theme-info-600: #0d8aee;
  --theme-info-700: #0c7cd5;
  --theme-info-800: #0a6ebd;
  --theme-info-900: #0960a5;

  --theme-warning-50:  #fef3c7;
  --theme-warning-100: #fde68a;
  --theme-warning-200: #fcd34d;
  --theme-warning-300: #fbbf24;
  --theme-warning-400: #f59e0b;
  --theme-warning-500: #f0a500;
  --theme-warning-600: #d49200;
  --theme-warning-700: #c78a00;
  --theme-warning-800: #b37800;
  --theme-warning-900: #92400e;

  --theme-danger-50:  #fed7d7;
  --theme-danger-100: #feb2b2;
  --theme-danger-200: #fc8181;
  --theme-danger-300: #f56565;
  --theme-danger-400: #ed6464;
  --theme-danger-500: #e53e3e;
  --theme-danger-600: #c53030;
  --theme-danger-700: #b52b2b;
  --theme-danger-800: #9b2c2c;
  --theme-danger-900: #742323;

  --theme-fusion-50:  #898989;
  --theme-fusion-100: #7c7c7c;
  --theme-fusion-200: #707070;
  --theme-fusion-300: #636363;
  --theme-fusion-400: #565656;
  --theme-fusion-500: #3a3a3a;
  --theme-fusion-600: #303030;
  --theme-fusion-700: #272727;
  --theme-fusion-800: #1e1e1e;
  --theme-fusion-900: #141414;
}

/* ==========================================================================
   40. SETTINGS PANEL
   ========================================================================== */

.settings-panel h5 { color: #2d3748; }
.settings-panel .list { color: #666666; }
.settings-panel .list:hover { color: #1a2d52; background: rgba(255,255,255,0.7); }
.settings-panel .expanded:before { border-bottom-color: #565656; }

/* ==========================================================================
   41. MOBILE
   ========================================================================== */

@media only screen and (max-width: 992px) {
  .page-wrapper { background: #fff; }
  .page-wrapper .page-header { border-bottom: 1px solid rgba(0,0,0,0.09); }
  .page-wrapper .page-content { color: #222; }
  .page-wrapper .page-content .p-g { padding: 1.5rem; }
  .page-wrapper .page-footer { border-top: 1px solid rgba(0,0,0,0.09); }

  .nav-mobile-slide-out .page-wrapper .page-content { background: #eef2f7; }

  .mobile-nav-on .page-sidebar {
    border-right: 1px solid rgba(0,0,0,0.03);
    box-shadow: 0 3px 35px 3px rgba(0,0,0,0.52);
  }

  .mobile-nav-on .page-content-overlay { background: rgba(0,0,0,0.09); }
}

@media only screen and (max-width: 576px) {
  .mobile-search-on:not(.mobile-nav-on) .search .app-forms #search-field { background: #fff; }
  .mobile-search-on:not(.mobile-nav-on) .search .app-forms #search-field:focus { border-color: #00b894; }
}

@media only screen and (max-width: 992px) {
  .mobile-view-activated #nff .onoffswitch-title,
  .mobile-view-activated #nfm .onoffswitch-title,
  .mobile-view-activated #nfh .onoffswitch-title,
  .mobile-view-activated #nft .onoffswitch-title,
  .mobile-view-activated #mmb .onoffswitch-title { color: #d58100 !important; }

  .mobile-view-activated #nff .onoffswitch-title-desc,
  .mobile-view-activated #nfm .onoffswitch-title-desc,
  .mobile-view-activated #nfh .onoffswitch-title-desc,
  .mobile-view-activated #nft .onoffswitch-title-desc,
  .mobile-view-activated #mmb .onoffswitch-title-desc { color: #ec9f28 !important; }

  .mobile-view-activated #nff:after,
  .mobile-view-activated #nfm:after,
  .mobile-view-activated #nfh:after,
  .mobile-view-activated #nft:after,
  .mobile-view-activated #mmb:after {
    background: #ffebc1;
    border: 1px solid #ffb20e;
    color: #161616;
  }
}

/* ==========================================================================
   42. CHARTIST
   ========================================================================== */

.ct-series-a .ct-point, .ct-series-a .ct-line, .ct-series-a .ct-bar, .ct-series-a .ct-slice-donut { stroke: #00b894; }
.ct-series-a .ct-slice-pie, .ct-series-a .ct-slice-donut-solid, .ct-series-a .ct-area { fill: #00b894; }

.ct-series-b .ct-point, .ct-series-b .ct-line, .ct-series-b .ct-bar, .ct-series-b .ct-slice-donut { stroke: #e53e3e; }
.ct-series-b .ct-slice-pie, .ct-series-b .ct-slice-donut-solid, .ct-series-b .ct-area { fill: #e53e3e; }

.ct-series-c .ct-point, .ct-series-c .ct-line, .ct-series-c .ct-bar, .ct-series-c .ct-slice-donut { stroke: #f0a500; }
.ct-series-c .ct-slice-pie, .ct-series-c .ct-slice-donut-solid, .ct-series-c .ct-area { fill: #f0a500; }

.ct-series-d .ct-point, .ct-series-d .ct-line, .ct-series-d .ct-bar, .ct-series-d .ct-slice-donut { stroke: #2196F3; }
.ct-series-d .ct-slice-pie, .ct-series-d .ct-slice-donut-solid, .ct-series-d .ct-area { fill: #2196F3; }

.ct-series-e .ct-point, .ct-series-e .ct-line, .ct-series-e .ct-bar, .ct-series-e .ct-slice-donut { stroke: #3a3a3a; }
.ct-series-e .ct-slice-pie, .ct-series-e .ct-slice-donut-solid, .ct-series-e .ct-area { fill: #3a3a3a; }

.ct-series-f .ct-point, .ct-series-f .ct-line, .ct-series-f .ct-bar, .ct-series-f .ct-slice-donut { stroke: #009d7e; }
.ct-series-f .ct-slice-pie, .ct-series-f .ct-slice-donut-solid, .ct-series-f .ct-area { fill: #009d7e; }

.ct-series-g .ct-point, .ct-series-g .ct-line, .ct-series-g .ct-bar, .ct-series-g .ct-slice-donut { stroke: #2196F3; }
.ct-series-g .ct-slice-pie, .ct-series-g .ct-slice-donut-solid, .ct-series-g .ct-area { fill: #2196F3; }

.ct-series-h .ct-point, .ct-series-h .ct-line, .ct-series-h .ct-bar, .ct-series-h .ct-slice-donut { stroke: #1a2d52; }
.ct-series-h .ct-slice-pie, .ct-series-h .ct-slice-donut-solid, .ct-series-h .ct-area { fill: #1a2d52; }

.ct-series-i .ct-point, .ct-series-i .ct-line, .ct-series-i .ct-bar, .ct-series-i .ct-slice-donut { stroke: #99ebd9; }
.ct-series-i .ct-slice-pie, .ct-series-i .ct-slice-donut-solid, .ct-series-i .ct-area { fill: #99ebd9; }

.ct-series-j .ct-point, .ct-series-j .ct-line, .ct-series-j .ct-bar, .ct-series-j .ct-slice-donut { stroke: #fcd34d; }
.ct-series-j .ct-slice-pie, .ct-series-j .ct-slice-donut-solid, .ct-series-j .ct-area { fill: #fcd34d; }

.ct-series-k .ct-point, .ct-series-k .ct-line, .ct-series-k .ct-bar, .ct-series-k .ct-slice-donut { stroke: #742323; }
.ct-series-k .ct-slice-pie, .ct-series-k .ct-slice-donut-solid, .ct-series-k .ct-area { fill: #742323; }

.ct-series-l .ct-point, .ct-series-l .ct-line, .ct-series-l .ct-bar, .ct-series-l .ct-slice-donut { stroke: #636363; }
.ct-series-l .ct-slice-pie, .ct-series-l .ct-slice-donut-solid, .ct-series-l .ct-area { fill: #636363; }

.ct-series-m .ct-point, .ct-series-m .ct-line, .ct-series-m .ct-bar, .ct-series-m .ct-slice-donut { stroke: #4de8ce; }
.ct-series-m .ct-slice-pie, .ct-series-m .ct-slice-donut-solid, .ct-series-m .ct-area { fill: #4de8ce; }

.ct-series-n .ct-point, .ct-series-n .ct-line, .ct-series-n .ct-bar, .ct-series-n .ct-slice-donut { stroke: #51adf6; }
.ct-series-n .ct-slice-pie, .ct-series-n .ct-slice-donut-solid, .ct-series-n .ct-area { fill: #51adf6; }

.ct-series-o .ct-point, .ct-series-o .ct-line, .ct-series-o .ct-bar, .ct-series-o .ct-slice-donut { stroke: #26c9b0; }
.ct-series-o .ct-slice-pie, .ct-series-o .ct-slice-donut-solid, .ct-series-o .ct-area { fill: #26c9b0; }

/* ==========================================================================
   43. SELECT2
   ========================================================================== */

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple,
.select2-dropdown { border-color: #E5E5E5; }

.select2-search--dropdown:before { color: #00b894; }
.select2-results__message { color: #00b894 !important; }
.select2-container--open .select2-dropdown--above,
.select2-container--open .select2-dropdown--below { border-color: #00b894; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  color: #495057; background-color: #fff; border-color: #E5E5E5;
  box-shadow: inset 0 0.25rem 0.125rem 0 rgba(33, 37, 41, 0.025);
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus { border-color: #cccccc; }
.select2-container--default .select2-results__group { padding: 0.5rem 0; color: #8e8e8e; }

.select2-container--default .select2-results__option[aria-selected=true] { background: #c6f6ed; color: #004d3d; }
.select2-container--default .select2-results__option--highlighted[aria-selected] { background-color: #00b894; color: #fff; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple { border-color: #00b894; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: #c6f6ed; border-color: #4de8ce; color: #004d3d;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove { color: #26c9b0; }
.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:hover { color: #00b894; }
.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:active { box-shadow: 0 2px 5px rgba(0,0,0,0.15) inset; }
.select2-container--default .select2-selection--single .select2-selection__clear { color: #e53e3e; }
.select2-container--default .select2-selection--single .select2-selection__clear:hover { color: #c53030; }

/* ==========================================================================
   44. DATATABLES
   ========================================================================== */

.sorting_asc, .sorting_desc, .even .sorting_1 { background-color: rgba(0,184,148,0.03); }
.odd .sorting_1 { background-color: rgba(0,184,148,0.05); }

.table-dark .sorting_asc, .table-dark .sorting_desc, .table-dark .even .sorting_1,
.table-dark .odd .sorting_1 { background-color: rgba(240,165,0,0.15); }

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before,
table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before { background-color: #00b894; }

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before,
table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before { background-color: #009d7e; }

.dataTables_empty { color: #e53e3e; }
.dataTables_wrapper tr.child td.child .dtr-details:before { color: #26c9b0; }
.dataTables_wrapper tr.child td.child .dtr-details:after { background: #4de8ce; }

div.dt-autofill-background { opacity: 0.2; background-color: #000; }
div.dt-autofill-handle, div.dt-autofill-select { background-color: #00b894; }

.DTFC_LeftHeadWrapper:before, .DTFC_LeftBodyWrapper:before, .DTFC_LeftFootWrapper:before { background: #e53e3e; }

table.dataTable tbody th.focus, table.dataTable tbody td.focus {
  box-shadow: inset 0 0 0px 1px #00b894;
  background: rgba(0,184,148,0.08);
}

table.dataTable:not(.table-dark) tr.dtrg-group td { background: #fff; }
tr.dt-rowReorder-moving { outline-color: #009d7e; }
table.dt-rowReorder-float { outline-color: #00b894; }

table.dataTable.table-bordered .selected td,
table.dataTable.table-bordered td.selected { border-color: rgba(0,0,0,0.1); }

table.dataTable tbody > tr.selected,
table.dataTable tbody > tr > .selected {
  box-shadow: inset 0 0 0px 1px #00b894;
  background: rgba(0,184,148,0.08);
}

/* ==========================================================================
   45. DATEPICKER / DATERANGEPICKER
   ========================================================================== */

.datepicker table tr td.old, .datepicker table tr td.new { color: #a3a3a3; }

.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted,
.datepicker table tr td span.active.active,
.datepicker table tr td span.focused {
  background-color: #26c9b0; border-color: #00b894; color: #fff;
}

.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
  background-color: #009d7e; border-color: #007d65; color: #fff;
}

.datepicker.datepicker-inline { border: 1px solid #ebedf2; }
.datepicker thead th.prev, .datepicker thead th.datepicker-switch, .datepicker thead th.next { color: #a1a8c3; }

.daterangepicker table tr td.old, .daterangepicker table tr td.new { color: #a3a3a3; }

.daterangepicker table tr td.active:active,
.daterangepicker table tr td.active.active,
.daterangepicker table tr td.selected,
.daterangepicker table tr td span.active.active,
.daterangepicker table tr td span.focused { background-color: #26c9b0; color: #fff; }

.daterangepicker table tr td.active.active:hover,
.daterangepicker table tr td.selected:hover { background-color: #009d7e; color: #fff; }

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span { border-color: #a1a8c3; }
.daterangepicker .in-range.available { background-color: #c6f6ed; }
.daterangepicker .off.ends.in-range.available { background-color: #e6f7f3; }
.daterangepicker td.available:hover, .daterangepicker th.available:hover { background-color: #4de8ce; }
.daterangepicker .calendar-table table thead tr th.month { color: #a1a8c3; }
.daterangepicker .ranges li.active { background-color: #00b894; }

/* ==========================================================================
   46. IRS RANGE SLIDER
   ========================================================================== */

.irs--flat .irs-bar,
.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single,
.irs--flat .irs-handle > i:first-child { background-color: #00b894; }

.irs--flat .irs-from:before, .irs--flat .irs-to:before, .irs--flat .irs-single:before { border-top-color: #00b894; }

.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child { background-color: #009d7e; }

.irs--big .irs-bar {
  background-color: #26c9b0; border-color: #00b894;
  background: linear-gradient(to bottom, #ffffff 0%, #26c9b0 30%, #00b894 100%);
}
.irs--big .irs-from, .irs--big .irs-to, .irs--big .irs-single { background: #00b894; }

.irs--modern .irs-bar {
  background: #009d7e;
  background: linear-gradient(to bottom, #26c9b0 0%, #009d7e 100%);
}
.irs--modern .irs-from, .irs--modern .irs-to, .irs--modern .irs-single { background-color: #00b894; }
.irs--modern .irs-from:before, .irs--modern .irs-to:before, .irs--modern .irs-single:before { border-top-color: #00b894; }

.irs--sharp .irs-bar, .irs--sharp .irs-handle,
.irs--sharp .irs-from, .irs--sharp .irs-to, .irs--sharp .irs-single { background-color: #e53e3e; }
.irs--sharp .irs-handle > i:first-child,
.irs--sharp .irs-from:before, .irs--sharp .irs-to:before, .irs--sharp .irs-single:before { border-top-color: #e53e3e; }
.irs--sharp .irs-min, .irs--sharp .irs-max { background-color: #c53030; }

.irs--round .irs-handle { border-color: #2196F3; }
.irs--round .irs-bar, .irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single { background-color: #2196F3; }
.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before { border-top-color: #2196F3; }

/* ==========================================================================
   47. PACE LOADER
   ========================================================================== */

body:not(.mod-pace-custom) .pace .pace-progress { background: #00b894; }

.mod-pace-custom .pace { background: #fff; }
.mod-pace-custom .pace .pace-progress {
  background-color: #00b894;
  background-image: linear-gradient(135deg, #00b894 0%, #00b894 25%, #009d7e 25%, #009d7e 50%, #00b894 50%, #00b894 75%, #009d7e 75%, #009d7e 100%);
}

.mod-pace-custom.pace-running .page-content:before { background-color: #eef2f7; }

/* ==========================================================================
   48. MISC
   ========================================================================== */

#myapp-0 { box-shadow: none !important; }
#myapp-3 { box-shadow: 0 0 0 3px #000000; }

.popover .arrow { border-color: inherit; }

.demo-window { box-shadow: 0 2px 10px rgba(0,0,0,0.12); }
.demo-window:before { background: #e5e5e5; }
.demo-window:after,
.demo-window .demo-window-content:before,
.demo-window .demo-window-content:after { background: #ccc; }
