/* --------------------------------------------------------- Base CSS -------------------------------------------------*/
.page-logo,
.page-sidebar,
.nav-footer,
.bg-brand-gradient {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(51, 211, 225, 0.18)),
    to(transparent)
  );
  background-image: linear-gradient(
    270deg,
    rgba(51, 211, 225, 0.18),
    transparent
  );
  background: #3a5661 !important;
}

.btn-default {
  background-color: #f5f5f5;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#f5f5f5),
    to(#f1f1f1)
  );
  background-image: linear-gradient(to top, #f5f5f5, #f1f1f1);
  color: #444;
}
.btn-default:hover {
  border: 1px solid #c6c6c6;
}
.btn-default:focus {
  border-color: #ce9dc0 !important;
}
.active.btn-default {
  background: #c68cb5;
  color: #fff;
}

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

.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 .nav-link:not([class^="btn-"]):not([class*=" btn-"]) {
	font-weight: 400;
	font-size: 0.75rem;
}
.dropdown-icon-menu > ul > li .btn,
.header-btn {
  border: 1px solid;
  color: #2a373d !important;
}
.dropdown-icon-menu > ul > li .btn:hover,
.header-btn:hover {
  border-color: #609977;
  background: #c68cb5;
  color: #fff;
}

.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: #e8ffc1;
  border: 1px solid #a5ff0e;
  color: #1d1d1d;
}

html body {
  background-color: #fff;
  font-size:0.75rem;
}
html body a {
  color: #666978;
  background-color: transparent;
}
html body a:hover {
  color: #a57b5d;
}

.header-icon {
  color: #666666;
}
.header-icon:not(.btn) > [class*="fa-"]:first-child,
.header-icon:not(.btn) > .ni:first-child {
  color: #609977;
}
.header-icon:not(.btn):hover > [class*="fa-"]:only-child,
.header-icon:not(.btn):hover > .ni {
  color: #404040;
}
.header-icon:not(.btn)[data-toggle="dropdown"] {
}
.header-icon:not(.btn)[data-toggle="dropdown"][aria-expanded="true"] {
  color: #404040;
}
.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: #404040 !important;
}
.header-icon:not(.btn)[data-toggle="dropdown"] + .dropdown-menu {
  border-color: #ccc;
}
.header-icon:hover {
  color: #404040;
}

.page-header {
  background: #a1d4b5 !important;
}

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

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

.notification li > :first-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.notification li > :first-child:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(29, 33, 41, 0.03)),
    to(rgba(29, 33, 41, 0.04))
  );
  background-image: linear-gradient(
    rgba(29, 33, 41, 0.03),
    rgba(29, 33, 41, 0.04)
  );
}

.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);
}

.notification.notification-layout-2:hover {
  cursor: pointer;
}

.app-list-item {
  color: #666666;
}
.app-list-item:hover {
  border: 1px solid #e3e3e3;
}
.app-list-item:active {
  border-color: #609977;
}

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

.nav-title {
  color: #798f97 !important;
}

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

.nav-menu li.active {
}
.nav-menu li.active > a {
  color: white;
  background: #2f454e !important;
  -webkit-box-shadow: inset 3px 0 0 #609977;
  box-shadow: none;
}
.nav-menu li.active > a:hover > [class*="fa-"],
.nav-menu li.active > a:hover > .ni {
  color: #aca6aa;
}
.nav-menu li.active > ul {
  display: block;
}
.nav-menu li.active:not(.open) > a:before {
  color: #24b3a4;
}

.nav-menu li a {
  color: #dedede !important;
  font-size: 0.75rem;
  padding: 0.65rem 1.7rem 0.65rem 1.2rem;
}
.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: #dedede !important;
}
.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.1);
}
.nav-menu li a:hover .badge {
  color: #fff;
}
.nav-menu li a:hover > [class*="fa-"],
.nav-menu li a:hover > .ni {
  color: #aca6aa;
}
.nav-menu li a:hover > .badge {
  -webkit-box-shadow: 0 0 0 1px rgba(143, 83, 125, 0.8);
  box-shadow: 0 0 0 1px rgba(143, 83, 125, 0.8);
  border: 1px solid rgba(143, 83, 125, 0.8);
}
.nav-menu li a:focus {
  color: white;
}
.nav-menu li a:focus .badge {
  color: #fff;
}

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

.nav-menu li > ul {
  background-color: rgba(0, 0, 0, 0.1);
}
.nav-menu li > ul li a {
  color: #c79fbc;
}
.nav-menu li > ul li a > [class*="fa-"],
.nav-menu li > ul li a > .ni {
  color: #ab6f9a;
}
.nav-menu li > ul li a > .badge {
  color: #fff;
  background-color: #c139fd;
}
.nav-menu li > ul li a:hover {
  color: white;
  background-color: rgba(0, 0, 0, 0.1);
}
.nav-menu li > ul li a:hover > .nav-link-text > [class*="fa-"],
.nav-menu li > ul li a:hover > .nav-link-text > .ni {
  color: #aca6aa;
}
.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: #aca6aa;
}
.nav-menu li > ul li > ul li.active > a {
  color: white;
}
.nav-menu li > ul li > ul li a {
  color: #c499b7;
}
.nav-menu li > ul li > ul li a:hover {
  color: white;
}
.nav-menu li > ul li > ul li a > .badge {
  color: #fff;
  background-color: #c139fd;
  border: 1px solid #505050;
}

.nav-menu-clean {
  background: #fff;
}
.nav-menu-clean li a {
  color: #505050 !important;
}
.nav-menu-clean li a span {
  color: #505050 !important;
}
.nav-menu-clean li a:hover {
  background-color: #f4f4f4 !important;
}

.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 input[type="text"] {
  background: rgba(0, 0, 0, 0.4);
  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: #9f5c8b;
}

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

@media (min-width: 992px) {
  .nav-function-top {
  }
  .nav-function-top #search-field {
    color: #fff;
  }
  .nav-function-top:not(.header-function-fixed) #nff {
    position: relative;
  }
  .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: #e8ffc1;
    border: 1px solid #a5ff0e;
    color: #1d1d1d;
  }
  .nav-function-top .page-header {
    background-image: -webkit-gradient(
      linear,
      right top,
      left top,
      from(rgba(51, 211, 225, 0.18)),
      to(transparent)
    );
    background-image: linear-gradient(
      270deg,
      rgba(51, 211, 225, 0.18),
      transparent
    );
    background-color: #754467;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(124, 61, 105, 0.13);
    box-shadow: 0px 0px 14px 0px rgba(124, 61, 105, 0.13);
  }
  .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: #c68cb5;
  }
  .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: #d7aecb;
  }
  .nav-function-top .page-header .badge.badge-icon {
    -webkit-box-shadow: 0 0 0 1px #ad5994;
    box-shadow: 0 0 0 1px #ad5994;
  }
  .nav-function-top .page-sidebar {
    background: #fff;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(124, 61, 105, 0.13);
    box-shadow: 0px 0px 14px 0px rgba(124, 61, 105, 0.13);
  }
  .nav-function-top
    .page-sidebar
    .primary-nav
    .nav-menu
    > li.active
    > a:before {
    color: #24b3a4;
  }
  .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: #c092b2;
  }
  .nav-function-top .page-sidebar .primary-nav .nav-menu > li a {
    color: #754467;
  }
  .nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul {
    background: #8c517a;
  }
  .nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul li a {
    color: #d1afc7;
  }
  .nav-function-top .page-sidebar .primary-nav .nav-menu > li > ul li ul {
    background: #8c517a;
  }
  .nav-function-top
    .page-sidebar
    .primary-nav
    .nav-menu
    > li
    > ul
    li:hover
    > a {
    background: rgba(0, 0, 0, 0.1);
    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: #8c517a;
  }
  .nav-function-top .page-sidebar .primary-nav .nav-menu > li:hover > a {
    color: #609977;
    background: transparent;
  }
}

@media (min-width: 992px) {
  .nav-function-minify:not(.nav-function-top)
    .page-sidebar
    .primary-nav
    .nav-menu
    li.active.open
    > a:before {
    color: #24b3a4;
  }
  .nav-function-minify:not(.nav-function-top)
    .page-sidebar
    .primary-nav
    .nav-menu
    > li
    > a
    > .nav-link-text {
    background: trasparent;
  }
  .nav-function-minify:not(.nav-function-top)
    .page-sidebar
    .primary-nav
    .nav-menu
    > li
    > a
    + ul {
    background-color: #754467;
  }
  .nav-function-minify:not(.nav-function-top)
    .page-sidebar
    .primary-nav
    .nav-menu
    > li
    > a
    + ul:before {
    color: #754467;
  }
  .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: #824b72;
    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: #754467;
  }
  .nav-function-minify:not(.nav-function-top)
    .page-sidebar
    .primary-nav:hover
    .nav-menu
    > li:hover
    > a
    > .nav-link-text:last-child:before {
    color: #754467;
  }
  .nav-function-minify:not(.nav-function-top)
    .page-header
    [data-class="nav-function-minify"] {
    background: #505050;
    border-color: #363636 !important;
    color: #fff !important;
  }
}

.nav-footer .nav-footer-buttons > li > a {
  color: #dedede !important;
}

.nav-function-fixed .nav-footer {
  background: #754467;
}
.nav-function-fixed .nav-footer:before {
  background: rgba(149, 87, 131, 0.2);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#754467),
    color-stop(50%, #a46290),
    color-stop(50%, #a46290),
    to(#754467)
  );
  background: linear-gradient(
    to right,
    #754467 0%,
    #a46290 50%,
    #a46290 50%,
    #754467 100%
  );
}

@media (min-width: 992px) {
  .nav-function-minify .nav-footer {
    background-color: #6f4061;
  }
  .nav-function-minify .nav-footer [data-class="nav-function-minify"] {
    color: #ab6f9a;
  }
  .nav-function-minify .nav-footer:hover {
    background-color: #7f496f;
  }
  .nav-function-minify .nav-footer:hover [data-class="nav-function-minify"] {
    color: #aca6aa;
  }
}

.page-content-wrapper {
  background: #dce1e4 !important;
}

.subheader-icon {
  color: #aca6aa;
}

.subheader-title {
  color: #505050;
  text-shadow: #fff 0 1px;
}
.subheader-title small {
  color: #838383;
}

.page-footer {
  background: #bfc7cd !important;
  color: #2a373d !important;
}

.accordion .card .card-header {
  background-color: #f7f9fa;
}
.accordion .card .card-header .card-title {
  color: #609977;
}
.accordion .card .card-header .card-title.collapsed {
  color: #838383;
}

.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: #c68cb5;
}

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

.alert-primary {
  color: dimgray;
  background-color: #f5f1f4;
  border-color: #dad3d8;
}

.alert-success {
  color: #45a165;
  background-color: #f7fdf9;
  border-color: #a3ebbc;
}

.alert-danger {
  color: #a102e7;
  background-color: #f7e5ff;
  border-color: #e19efe;
}

.alert-warning {
  color: #79c100;
  background-color: #f7ffe9;
  border-color: #c5ff65;
}

.alert-info {
  color: #0aafbd;
  background-color: #e3fbfd;
  border-color: #82eff8;
}

.alert-secondary {
  color: #505050;
  background-color: #fbfbfb;
  border-color: gainsboro;
}

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

.btn-switch {
  background: dimgray;
  color: white;
}
.btn-switch:hover {
  color: white;
}
.btn-switch:after {
  color: white;
}
.btn-switch.active {
  color: #fff;
  background: #609977;
}
.btn-switch.active:before {
  color: white;
}
.btn-switch.active:after {
  background: #fff;
  color: #609977;
}

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

.header-btn[data-class="mobile-nav-on"] {
  border-color: #b107fc;
  background-color: #b920fd;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#b920fd),
    to(#a102e7)
  );
  background-image: linear-gradient(to top, #b920fd, #a102e7);
  color: #fff;
}

.pull-trigger-btn {
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(0, 0, 0, 0.4);
  color: #fff !important;
  -webkit-box-shadow: 0px 0px 2px rgba(96, 153, 119, 0.3);
  box-shadow: 0px 0px 2px rgba(96, 153, 119, 0.3);
}
.pull-trigger-btn:hover {
  background: #609977;
  border-color: #ad5994;
}

.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;
}

.btn-primary {
  -webkit-box-shadow: 0 2px 6px 0 rgba(96, 153, 119, 0.5);
  box-shadow: 0 2px 6px 0 rgba(96, 153, 119, 0.5);
}

.btn-secondary {
  -webkit-box-shadow: 0 2px 6px 0 rgba(108, 117, 125, 0.5);
  box-shadow: 0 2px 6px 0 rgba(108, 117, 125, 0.5);
}

.btn-success {
  -webkit-box-shadow: 0 2px 6px 0 rgba(29, 201, 88, 0.5);
  box-shadow: 0 2px 6px 0 rgba(29, 201, 88, 0.5);
}

.btn-info {
  -webkit-box-shadow: 0 2px 6px 0 rgba(33, 226, 243, 0.5);
  box-shadow: 0 2px 6px 0 rgba(33, 226, 243, 0.5);
}

.btn-warning {
  -webkit-box-shadow: 0 2px 6px 0 rgba(184, 255, 65, 0.5);
  box-shadow: 0 2px 6px 0 rgba(184, 255, 65, 0.5);
}

.btn-danger {
  -webkit-box-shadow: 0 2px 6px 0 rgba(193, 57, 253, 0.5);
  box-shadow: 0 2px 6px 0 rgba(193, 57, 253, 0.5);
}

.btn-light {
  -webkit-box-shadow: 0 2px 6px 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 2px 6px 0 rgba(255, 255, 255, 0.5);
}

.btn-dark {
  -webkit-box-shadow: 0 2px 6px 0 rgba(80, 80, 80, 0.5);
  box-shadow: 0 2px 6px 0 rgba(80, 80, 80, 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: #609977;
}
.btn-link:hover {
  color: #609977;
}

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

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

.carousel-control-prev:hover {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.25)),
    color-stop(45%, rgba(0, 0, 0, 0))
  );
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.25) 0%,
    rgba(0, 0, 0, 0) 45%
  );
}

.carousel-control-next:hover {
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.25)),
    color-stop(45%, rgba(0, 0, 0, 0))
  );
  background: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.25) 0%,
    rgba(0, 0, 0, 0) 45%
  );
}

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

.dropdown-menu .dropdown-multilevel:hover > .dropdown-item:not(.disabled) {
  background: #f8f9fa;
  color: #609977;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #609977;
  background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #8d4678;
  background-color: #f0e1ec;
}

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

.chat-segment-sent .chat-message {
  background: #1dc958;
}

.modal-transparent .modal-content {
  -webkit-box-shadow: 0 1px 15px 1px rgba(124, 61, 105, 0.3);
  box-shadow: 0 1px 15px 1px rgba(124, 61, 105, 0.3);
}

.modal-transparent .modal-content {
  background: rgba(47, 36, 44, 0.85);
}

.panel {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
}
.panel.panel-fullscreen {
}
.panel.panel-fullscreen .panel-hdr {
  -webkit-box-shadow: 0 0.125rem 0.125rem -0.0625rem rgba(107, 53, 91, 0.1);
  box-shadow: 0 0.125rem 0.125rem -0.0625rem rgba(107, 53, 91, 0.1);
}
.panel.panel-locked:not(.panel-fullscreen) .panel-hdr:active h2:before {
  color: #c139fd;
}

.panel-tag {
  background: #eef7fd;
}

.panel-hdr {
  background: #fff;
}

.panel-sortable:not(.panel-locked) .panel-hdr:active {
  border-top-color: rgba(198, 140, 181, 0.7);
  border-left-color: rgba(96, 153, 119, 0.7);
  border-right-color: rgba(96, 153, 119, 0.7);
}
.panel-sortable:not(.panel-locked) .panel-hdr:active + .panel-container {
  border-color: transparent rgba(96, 153, 119, 0.7) rgba(173, 89, 148, 0.7);
}

.panel-sortable.panel-locked .panel-hdr:active {
  border-top-color: #d16bfe;
  border-left-color: #dc3545;
  border-right-color: #dc3545;
}
.panel-sortable.panel-locked .panel-hdr:active + .panel-container {
  border-color: transparent #dc3545 #dc3545;
}

.panel-toolbar .btn-panel {
}
.panel-toolbar .btn-panel[data-action="panel-collapse"],
.panel-toolbar .btn-panel.js-panel-collapse {
  background: #1dc958;
}
.panel-toolbar .btn-panel[data-action="panel-fullscreen"],
.panel-toolbar .btn-panel.js-panel-fullscreen {
  background: #b8ff41;
}
.panel-toolbar .btn-panel[data-action="panel-close"],
.panel-toolbar .btn-panel.js-panel-close {
  background: #c139fd;
}

.panel-placeholder {
  background-color: #ece6ea;
}
.panel-placeholder:before {
  background: #ece6ea;
}

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

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

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

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

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

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

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

.nav-tabs-clean .nav-item .nav-link:hover {
  color: #a57b5d;
  /* border:1px solid red; */
}

/* tambahan */
.nav-tabs .nav-item {
  /* background: #EFF2F3; */
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    #eff2f3;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #666978;
  background: #eff2f3;
  /* border-radius: 8px; */
  /* border:1px solid red; */
}

.tab-content {
  background: #eff2f3;
}

.nav-tabs .nav-item {
  margin-bottom: -2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #e9eaee;
}

table.dataTable thead tr {
  background: #a1d4b5;
}

/* end tambahan */

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #609977;
  background-color: #ad5994;
}

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

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

.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: #ad5994;
  background-color: #609977;
}

.custom-checkbox
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: #d7aecb;
}

.custom-checkbox
  .custom-control-input:disabled:indeterminate
  ~ .custom-control-label::before {
  background-color: #d7aecb;
}

.custom-radio
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: #d7aecb;
}

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

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

.custom-switch
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: #d7aecb;
}

.custom-select:focus {
  border-color: #609977;
}
.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: #609977;
}

.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: #609977;
  border: 0;
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #c68cb5;
}
.custom-range::-webkit-slider-runnable-track {
  background-color: #dee2e6;
}
.custom-range::-moz-range-thumb {
  background-color: #609977;
  border: 0;
}
.custom-range::-moz-range-thumb:active {
  background-color: #c68cb5;
}
.custom-range::-moz-range-track {
  background-color: #dee2e6;
}
.custom-range::-ms-thumb {
  background-color: #609977;
  border: 0;
}
.custom-range::-ms-thumb:active {
  background-color: #c68cb5;
}
.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;
}

.page-link {
  /* color: #609977; */
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  color: #0056b3;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-item.active .page-link {
  color: #fff;
  background-color: #609977;
}

.page-item .page-link:hover {
  color: #fff;
  background-color: #609977;
}

.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: #f0e1ec; */
  background: #fff;
}

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

.list-group-item {
  border: 1px solid rgba(var(--theme-rgb-primary), 0.15);
}
.list-group-item.active {
  /* background-color: #609977; */
  border-color: #609977;
}

.bg-white {
  background-color: #fff;
  color: #666666;
}

.bg-faded {
  background-color: #f7f9fa;
}

.bg-offwhite-fade {
  background-color: #fff;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#fff),
    to(#f8f8f8)
  );
  background-image: linear-gradient(to top, #fff, #f8f8f8);
}

.bg-subtlelight {
  background-color: white;
}

.bg-subtlelight-fade {
  background-color: #fff;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#fff),
    to(white)
  );
  background-image: linear-gradient(to top, #fff, white);
}

.bg-highlight {
  background-color: #f9ffee;
}

.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(29, 29, 29, 0.07);
}

.hover-bg {
  background: #fff;
}

.state-selected {
  background: #e7fcfe !important;
}

.demo-window {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
  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;
}

.bg-trans-gradient {
  background: linear-gradient(250deg, #3ec9d6, #aa759a);
}

.notes {
  background: #f9f4b5;
}

.disclaimer {
  color: #a2a2a2;
}

.status {
  position: relative;
}
.status:before {
  background: #505050;
  border: 2px solid #fff;
}
.status.status-success:before {
  background: #1dc958;
}
.status.status-danger:before {
  background: #c139fd;
}
.status.status-warning:before {
  background: #b8ff41;
}

.frame-heading {
  color: #a1a1a1;
}

.frame-wrap {
  background: white;
}

.time-stamp {
  color: #767676;
}

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

code {
  background: #f8f8f8;
}

::-moz-selection {
  background: #505050;
  color: #fff;
}
::selection {
  background: #505050;
  color: #fff;
}

::-moz-selection {
  background: #505050;
  color: #fff;
}

@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: #fbf8fa;
  }

  .mobile-nav-on .page-sidebar {
    border-right: 1px solid rgba(0, 0, 0, 0.03);
    -webkit-box-shadow: 0 3px 35px 3px rgba(0, 0, 0, 0.52);
    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: #609977;
  }
}

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

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

[contenteditable="true"]::selection {
  background: rgba(0, 132, 255, 0.2);
  color: #000;
}

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

/* Tambahan */
.form-control:focus ~ .input-group-prepend {
  background: #a1d4b5;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.47em + 1rem + 2px);
  padding: 0.5rem 0.875rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.47;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}

input[required] {
  background-color: #f3eac8;
}

.has-length .input-group-text {
  border-color: #609977;
}
.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: #a1d4b5;
  border-color: none !important;
  color: #fff !important;
}

.help-block {
  color: #909090;
}

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

.settings-panel h5 {
  color: #505050;
}

.settings-panel .list {
  color: #666666;
}
.settings-panel .list:hover {
  color: #333333;
  background: rgba(255, 255, 255, 0.7);
}

.settings-panel .expanded:before {
  border-bottom-color: #5d5d5d;
}

@media only screen and (max-width: 992px) {
  .mobile-view-activated #nff,
  .mobile-view-activated #nfm,
  .mobile-view-activated #nfh,
  .mobile-view-activated #nft,
  .mobile-view-activated #mmb {
    position: relative;
  }
  .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: #e8ffc1;
    border: 1px solid #a5ff0e;
    color: #1d1d1d;
  }
}

.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 {
}
.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 transparent;
}
.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: transparent;
}

.card {
  background: #eff2f3 !important;
  border-radius: 8px !important;
  border: none;
}

.card-body h2 {
  font-size: 18px !important;

  font-weight: bold;
}

.bg-primary-50 {
  background: #a1d4b5 !important;
  color: rgba(0, 0, 0, 0.8);
}
.bg-primary-50:hover {
  color: rgba(0, 0, 0, 0.8);
}

.bg-primary-100 {
  color: rgba(0, 0, 0, 0.8);
}
.bg-primary-100:hover {
  color: rgba(0, 0, 0, 0.8);
}

.bg-primary-200 {
  background: #a1d4b5 !important;
  color: rgba(0, 0, 0, 0.8);
}
.bg-primary-200:hover {
  color: rgba(0, 0, 0, 0.8);
}

.bg-primary-300 {
  background: #a1d4b5 !important;
  color: rgba(0, 0, 0, 0.8);
}
.bg-primary-300:hover {
  color: rgba(0, 0, 0, 0.8);
}

.bg-primary-400 {
  background: #a1d4b5 !important;  
  color: #333333;
}
.bg-primary-400:hover {
  color: #333333;
}

.bg-primary-500 {
  background: #a1d4b5 !important;
  color: white;
}
.bg-primary-500:hover {
  color: white;
}

.bg-primary-600 {
  background: #a1d4b5 !important;
  color: white;
}
.bg-primary-600:hover {
  color: white;
}

.bg-primary-700 {
  background: #a1d4b5 !important;
  color: white;
}
.bg-primary-700:hover {
  color: white;
}

.bg-primary-800 {
  background: #a1d4b5 !important;
  color: white;
}
.bg-primary-800:hover {
  color: white;
}

.bg-primary-900 {
  background: #a1d4b5 !important;
  color: white;
}
.bg-primary-900:hover {
  color: white;
}

.color-primary-50 {
  color: #dfbfd6;
}

.color-primary-100 {
  color: #d7aecb;
}

.color-primary-200 {
  color: #ce9dc0;
}

.color-primary-300 {
  color: #a57b5d;
}

.color-primary-400 {
  color: #bd7baa;
}

.color-primary-500 {
  color: #609977;
}

.color-primary-600 {
  color: #ad5994;
}

.color-primary-700 {
  color: #609977;
}

.color-primary-800 {
  color: #8d4678;
}

.color-primary-900 {
  color: #7c3d69;
}

.bg-success-50 {
  background-color: #7aeca1;
  color: rgba(0, 0, 0, 0.8);
}
.bg-success-50:hover {
  color: rgba(0, 0, 0, 0.8);
}

.bg-success-100 {
  background-color: #63e991;
  color: rgba(0, 0, 0, 0.8);
}
.bg-success-100:hover {
  color: rgba(0, 0, 0, 0.8);
}

.bg-success-200 {
  background-color: #4de581;
  color: rgba(0, 0, 0, 0.8);
}
.bg-success-200:hover {
  color: rgba(0, 0, 0, 0.8);
}

.bg-success-300 {
  background-color: #37e272;
  color: rgba(0, 0, 0, 0.8);
}
.bg-success-300:hover {
  color: rgba(0, 0, 0, 0.8);
}

.bg-success-400 {
  background-color: #21df62;
  color: rgba(0, 0, 0, 0.8);
}
.bg-success-400:hover {
  color: rgba(0, 0, 0, 0.8);
}

.bg-success-500 {
  background-color: #1dc958;
  color: white;
}
.bg-success-500:hover {
  color: white;
}

.bg-success-600 {
  background-color: #1ab34e;
  color: white;
}
.bg-success-600:hover {
  color: white;
}

.bg-success-700 {
  background-color: #179c44;
  color: white;
}
.bg-success-700:hover {
  color: white;
}

.bg-success-800 {
  background-color: #13863b;
  color: white;
}
.bg-success-800:hover {
  color: white;
}

.bg-success-900 {
  background-color: #107031;
  color: white;
}
.bg-success-900:hover {
  color: white;
}

.color-success-50 {
  color: #7aeca1;
}

.color-success-100 {
  color: #63e991;
}

.color-success-200 {
  color: #4de581;
}

.color-success-300 {
  color: #37e272;
}

.color-success-400 {
  color: #21df62;
}

.color-success-500 {
  color: #1dc958;
}

.color-success-600 {
  color: #1ab34e;
}

.color-success-700 {
  color: #179c44;
}

.color-success-800 {
  color: #13863b;
}

.color-success-900 {
  color: #107031;
}

.bg-info-50 {
  background-color: #9af2fa;
  color: rgba(0, 0, 0, 0.8);
}
.bg-info-50:hover {
  color: rgba(0, 0, 0, 0.8);
}

.bg-info-100 {
  background-color: #82eff8;
  color: rgba(0, 0, 0, 0.8);
}
.bg-info-100:hover {
  color: rgba(0, 0, 0, 0.8);
}

.bg-info-200 {
  background-color: #6aebf7;
  color: rgba(0, 0, 0, 0.8);
}
.bg-info-200:hover {
  color: rgba(0, 0, 0, 0.8);
}

.bg-info-300 {
  background-color: #51e8f6;
  color: rgba(0, 0, 0, 0.8);
}
.bg-info-300:hover {
  color: rgba(0, 0, 0, 0.8);
}

.bg-info-400 {
  background-color: #39e5f4;
  color: rgba(0, 0, 0, 0.8);
}
.bg-info-400:hover {
  color: rgba(0, 0, 0, 0.8);
}

.bg-info-500 {
  background-color: #21e2f3;
  color: rgba(0, 0, 0, 0.8);
}
.bg-info-500:hover {
  color: rgba(0, 0, 0, 0.8);
}

.bg-info-600 {
  background-color: #0ddbee;
  color: white;
}
.bg-info-600:hover {
  color: white;
}

.bg-info-700 {
  background-color: #0cc5d5;
  color: white;
}
.bg-info-700:hover {
  color: white;
}

.bg-info-800 {
  background-color: #0aafbd;
  color: white;
}
.bg-info-800:hover {
  color: white;
}

.bg-info-900 {
  background-color: #0998a5;
  color: white;
}
.bg-info-900:hover {
  color: white;
}

.color-info-50 {
  color: #9af2fa;
}

.color-info-100 {
  color: #82eff8;
}

.color-info-200 {
  color: #6aebf7;
}

.color-info-300 {
  color: #51e8f6;
}

.color-info-400 {
  color: #39e5f4;
}

.color-info-500 {
  color: #21e2f3;
}

.color-info-600 {
  color: #0ddbee;
}

.color-info-700 {
  color: #0cc5d5;
}

.color-info-800 {
  color: #0aafbd;
}

.color-info-900 {
  color: #0998a5;
}

.bg-warning-50 {
  background-color: #e4f7d3;
  color: rgba(0, 0, 0, 0.8);
}
.bg-warning-50:hover {
  color: rgba(0, 0, 0, 0.8);
}

.bg-warning-100 {
  background-color: #e4f7d3;
  color: rgba(0, 0, 0, 0.8);
}
.bg-warning-100:hover {
  color: rgba(0, 0, 0, 0.8);
}

.bg-warning-200 {
  background-color: #e4f7d3;
  color: rgba(0, 0, 0, 0.8);
}
.bg-warning-200:hover {
  color: rgba(0, 0, 0, 0.8);
}

.bg-warning-300 {
  background-color: #e4f7d3;
  color: rgba(0, 0, 0, 0.8);
}
.bg-warning-300:hover {
  color: rgba(0, 0, 0, 0.8);
}

.bg-warning-400 {
  background-color: #e4f7d3;
  color: rgba(0, 0, 0, 0.8);
}
.bg-warning-400:hover {
  color: rgba(0, 0, 0, 0.8);
}

.bg-warning-500 {
  background-color: #e4f7d3;
  color: rgba(0, 0, 0, 0.8);
}
.bg-warning-500:hover {
  color: rgba(0, 0, 0, 0.8);
}

.bg-warning-600 {
  background-color: #e4f7d3;
  color: rgba(0, 0, 0, 0.8);
}
.bg-warning-600:hover {
  color: rgba(0, 0, 0, 0.8);
}

.bg-warning-700 {
  background-color: #e4f7d3;
  color: rgba(0, 0, 0, 0.8);
}
.bg-warning-700:hover {
  color: rgba(0, 0, 0, 0.8);
}

.bg-warning-800 {
  background-color: #e4f7d3;
  color: rgba(0, 0, 0, 0.8);
}
.bg-warning-800:hover {
  color: rgba(0, 0, 0, 0.8);
}

.bg-warning-900 {
  background-color: #e4f7d3;
  color: rgba(0, 0, 0, 0.8);
}
.bg-warning-900:hover {
  color: rgba(0, 0, 0, 0.8);
}

.color-warning-50 {
  color: #e8ffc1;
}

.color-warning-100 {
  color: #deffa7;
}

.color-warning-200 {
  color: #d5ff8e;
}

.color-warning-300 {
  color: #cbff74;
}

.color-warning-400 {
  color: #c2ff5b;
}

.color-warning-500 {
  color: #b8ff41;
}

.color-warning-600 {
  color: #aeff28;
}

.color-warning-700 {
  color: #a5ff0e;
}

.color-warning-800 {
  color: #99f400;
}

.color-warning-900 {
  color: #89da00;
}

.bg-danger-50 {
  background-color: #e9b7fe;
  color: rgba(0, 0, 0, 0.8);
}
.bg-danger-50:hover {
  color: rgba(0, 0, 0, 0.8);
}

.bg-danger-100 {
  background-color: #e19efe;
  color: rgba(0, 0, 0, 0.8);
}
.bg-danger-100:hover {
  color: rgba(0, 0, 0, 0.8);
}

.bg-danger-200 {
  background-color: #d985fe;
  color: rgba(0, 0, 0, 0.8);
}
.bg-danger-200:hover {
  color: rgba(0, 0, 0, 0.8);
}

.bg-danger-300 {
  background-color: #d16bfe;
  color: white;
}
.bg-danger-300:hover {
  color: white;
}

.bg-danger-400 {
  background-color: #c952fd;
  color: white;
}
.bg-danger-400:hover {
  color: white;
}

.bg-danger-500 {
  background-color: #c139fd;
  color: white;
}
.bg-danger-500:hover {
  color: white;
}

.bg-danger-600 {
  background-color: #b920fd;
  color: white;
}
.bg-danger-600:hover {
  color: white;
}

.bg-danger-700 {
  background-color: #b107fc;
  color: white;
}
.bg-danger-700:hover {
  color: white;
}

.bg-danger-800 {
  background-color: #a102e7;
  color: white;
}
.bg-danger-800:hover {
  color: white;
}

.bg-danger-900 {
  background-color: #9002ce;
  color: white;
}
.bg-danger-900:hover {
  color: white;
}

.color-danger-50 {
  color: #e9b7fe;
}

.color-danger-100 {
  color: #e19efe;
}

.color-danger-200 {
  color: #d985fe;
}

.color-danger-300 {
  color: #d16bfe;
}

.color-danger-400 {
  color: #c952fd;
}

.color-danger-500 {
  color: #c139fd;
}

.color-danger-600 {
  color: #b920fd;
}

.color-danger-700 {
  color: #b107fc;
}

.color-danger-800 {
  color: #a102e7;
}

.color-danger-900 {
  color: #9002ce;
}

.bg-fusion-50 {
  background-color: #909090;
  color: white;
}
.bg-fusion-50:hover {
  color: white;
}

.bg-fusion-100 {
  background-color: #838383;
  color: white;
}
.bg-fusion-100:hover {
  color: white;
}

.bg-fusion-200 {
  background-color: #767676;
  color: white;
}
.bg-fusion-200:hover {
  color: white;
}

.bg-fusion-300 {
  background-color: dimgray;
  color: white;
}
.bg-fusion-300:hover {
  color: white;
}

.bg-fusion-400 {
  background-color: #5d5d5d;
  color: white;
}
.bg-fusion-400:hover {
  color: white;
}

.bg-fusion-500 {
  background-color: #505050;
  color: white;
}
.bg-fusion-500:hover {
  color: white;
}

.bg-fusion-600 {
  background-color: #434343;
  color: white;
}
.bg-fusion-600:hover {
  color: white;
}

.bg-fusion-700 {
  background-color: #363636;
  color: white;
}
.bg-fusion-700:hover {
  color: white;
}

.bg-fusion-800 {
  background-color: #2a2a2a;
  color: white;
}
.bg-fusion-800:hover {
  color: white;
}

.bg-fusion-900 {
  background-color: #1d1d1d;
  color: white;
}
.bg-fusion-900:hover {
  color: white;
}

.color-fusion-50 {
  color: #909090;
}

.color-fusion-100 {
  color: #838383;
}

.color-fusion-200 {
  color: #767676;
}

.color-fusion-300 {
  color: dimgray;
}

.color-fusion-400 {
  color: #5d5d5d;
}

.color-fusion-500 {
  color: #505050;
}

.color-fusion-600 {
  color: #434343;
}

.color-fusion-700 {
  color: #363636;
}

.color-fusion-800 {
  color: #2a2a2a;
}

.color-fusion-900 {
  color: #1d1d1d;
}

.color-white {
  color: #fff;
}

.color-black {
  color: #222222;
}

.bg-primary-gradient {
  background-image: linear-gradient(
    250deg,
    rgba(124, 61, 105, 0.7),
    transparent
  );
}

.bg-danger-gradient {
  background-image: linear-gradient(
    250deg,
    rgba(144, 2, 206, 0.7),
    transparent
  );
}

.bg-info-gradient {
  background-image: linear-gradient(
    250deg,
    rgba(9, 152, 165, 0.7),
    transparent
  );
}

.bg-warning-gradient {
  background-image: linear-gradient(
    250deg,
    rgba(137, 218, 0, 0.7),
    transparent
  );
}

.bg-success-gradient {
  background-image: linear-gradient(
    250deg,
    rgba(16, 112, 49, 0.7),
    transparent
  );
}

.bg-fusion-gradient {
  background-image: linear-gradient(250deg, rgba(29, 29, 29, 0.7), transparent);
}

.btn-primary {
  color: #fff;
  background-color: #609977;

  border-color: #609977;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075);
  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: #86be9d;
  border-color: #609977;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #86be9d;
  border-color: #609977;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(96, 153, 119, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(96, 153, 119, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #609977;
  border-color: #609977;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #609977;
  border-color: #609977;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(96, 153, 119, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(96, 153, 119, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075);
  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;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  /* background-color: #1dc958; */
  background-color: #609977;
  border-color: #609977;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075);
  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: #609977;
  border-color: #179c44;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #18a849;
  border-color: #179c44;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(63, 209, 113, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(63, 209, 113, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #1dc958;
  border-color: #1dc958;
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #179c44;
  border-color: #159140;
}
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(63, 209, 113, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(63, 209, 113, 0.5);
}

.btn-info {
  color: #212529;
  background-color: #21e2f3;
  border-color: #21e2f3;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075);
  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: #212529;
  background-color: #0cd0e2;
  border-color: #0cc5d5;
}
.btn-info:focus,
.btn-info.focus {
  color: #212529;
  background-color: #0cd0e2;
  border-color: #0cc5d5;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(33, 198, 213, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(33, 198, 213, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #212529;
  background-color: #21e2f3;
  border-color: #21e2f3;
}
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #0cc5d5;
  border-color: #0bbac9;
}
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(33, 198, 213, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(33, 198, 213, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #b8ff41;
  border-color: #b8ff41;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075);
  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: #aaff1b;
  border-color: #a5ff0e;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #212529;
  background-color: #aaff1b;
  border-color: #a5ff0e;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(161, 222, 61, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(161, 222, 61, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #b8ff41;
  border-color: #b8ff41;
}
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #a5ff0e;
  border-color: #a0ff01;
}
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(161, 222, 61, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(161, 222, 61, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #e74129;
  border-color: #e74129;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075);
  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: #ee7b6a;
  border-color: #b107fc;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #b513fd;
  border-color: #b107fc;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(202, 87, 253, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(202, 87, 253, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #e74129;
  border-color: #e74129;
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b107fc;
  border-color: #aa02f4;
}
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(202, 87, 253, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(202, 87, 253, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075);
  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;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #505050;
  border-color: #505050;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075);
  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: #3d3d3d;
  border-color: #363636;
}
.btn-dark:focus,
.btn-dark.focus {
  color: #fff;
  background-color: #3d3d3d;
  border-color: #363636;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(106, 106, 106, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(106, 106, 106, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #505050;
  border-color: #505050;
}
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #363636;
  border-color: #303030;
}
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(106, 106, 106, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(106, 106, 106, 0.5);
}

.btn-outline-primary {
  color: #609977;
  border-color: #609977;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #609977;
  border-color: #609977;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(96, 153, 119, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(96, 153, 119, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #609977;
  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: #609977;
  border-color: #609977;
}
.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(96, 153, 119, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(96, 153, 119, 0.5);
}

.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #609977;
  border-color: #609977;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #609977;
  border-color: #609977;
}
.btn-outline-success:focus,
.btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(29, 201, 88, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(29, 201, 88, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #1dc958;
  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: #1dc958;
  border-color: #1dc958;
}
.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(29, 201, 88, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(29, 201, 88, 0.5);
}

.btn-outline-info {
  color: #21e2f3;
  border-color: #21e2f3;
}
.btn-outline-info:hover {
  color: #212529;
  background-color: #21e2f3;
  border-color: #21e2f3;
}
.btn-outline-info:focus,
.btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(33, 226, 243, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(33, 226, 243, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #21e2f3;
  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: #212529;
  background-color: #21e2f3;
  border-color: #21e2f3;
}
.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(33, 226, 243, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(33, 226, 243, 0.5);
}

.btn-outline-warning {
  color: #b8ff41;
  border-color: #b8ff41;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #b8ff41;
  border-color: #b8ff41;
}
.btn-outline-warning:focus,
.btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(184, 255, 65, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(184, 255, 65, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #b8ff41;
  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: #b8ff41;
  border-color: #b8ff41;
}
.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(184, 255, 65, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(184, 255, 65, 0.5);
}

.btn-outline-danger {
  color: #e74129;
  border-color: #e74129;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #e74129;
  border-color: #e74129;
}
.btn-outline-danger:focus,
.btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(193, 57, 253, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(193, 57, 253, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #e74129;
  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: #e74129;
  border-color: #e74129;
}
.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(193, 57, 253, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(193, 57, 253, 0.5);
}

.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-dark {
  color: #505050;
  border-color: #505050;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #505050;
  border-color: #505050;
}
.btn-outline-dark:focus,
.btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(80, 80, 80, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(80, 80, 80, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #505050;
  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: #505050;
  border-color: #505050;
}
.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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(80, 80, 80, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(80, 80, 80, 0.5);
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #fff !important;
}

.border-dark {
  border-color: #505050 !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #8d4678 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #13863b !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #0aafbd !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #99f400 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #a102e7 !important;
}

.text-light {
  color: #fff !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #d9d9d9 !important;
}

.text-dark {
  color: #505050 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #2a2a2a !important;
}

.bg-primary {
  background: #609977 !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #609977 !important;
}

.bg-secondary {
  background: #6c757d !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background: #28a745 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #179c44 !important;
}

.bg-info {
  background: #17a2b8 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #0cc5d5 !important;
}

.bg-warning {
  background: #ffc107 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #a5ff0e !important;
}

.bg-danger {
  background: #dc3545 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #b107fc !important;
}

.bg-light {
  background-color: #fff !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #e6e6e6 !important;
}

.bg-dark {
  background-color: #505050 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #363636 !important;
}

:root {
  --theme-primary: #609977;
  --theme-secondary: #6c757d;
  --theme-success: #1dc958;
  --theme-info: #21e2f3;
  --theme-warning: #b8ff41;
  --theme-danger: #e74129;
  --theme-light: #fff;
  --theme-dark: #505050;
  --theme-rgb-primary: 96, 153, 119;
  --theme-rgb-success: 29, 201, 88;
  --theme-rgb-info: 33, 226, 243;
  --theme-rgb-warning: 184, 255, 65;
  --theme-rgb-danger: 193, 57, 253;
  --theme-rgb-fusion: 79.75, 79.75, 79.75;
  --theme-primary-50: #dfbfd6;
  --theme-primary-100: #d7aecb;
  --theme-primary-200: #ce9dc0;
  --theme-primary-300: #c68cb5;
  --theme-primary-400: #bd7baa;
  --theme-primary-500: #609977;
  --theme-primary-600: #ad5994;
  --theme-primary-700: #609977;
  --theme-primary-800: #8d4678;
  --theme-primary-900: #7c3d69;
  --theme-success-50: #7aeca1;
  --theme-success-100: #63e991;
  --theme-success-200: #4de581;
  --theme-success-300: #37e272;
  --theme-success-400: #21df62;
  --theme-success-500: #1dc958;
  --theme-success-600: #1ab34e;
  --theme-success-700: #179c44;
  --theme-success-800: #13863b;
  --theme-success-900: #107031;
  --theme-info-50: #9af2fa;
  --theme-info-100: #82eff8;
  --theme-info-200: #6aebf7;
  --theme-info-300: #51e8f6;
  --theme-info-400: #39e5f4;
  --theme-info-500: #21e2f3;
  --theme-info-600: #0ddbee;
  --theme-info-700: #0cc5d5;
  --theme-info-800: #0aafbd;
  --theme-info-900: #0998a5;
  --theme-warning-50: #e8ffc1;
  --theme-warning-100: #deffa7;
  --theme-warning-200: #d5ff8e;
  --theme-warning-300: #cbff74;
  --theme-warning-400: #c2ff5b;
  --theme-warning-500: #b8ff41;
  --theme-warning-600: #aeff28;
  --theme-warning-700: #a5ff0e;
  --theme-warning-800: #99f400;
  --theme-warning-900: #89da00;
  --theme-danger-50: #e9b7fe;
  --theme-danger-100: #e19efe;
  --theme-danger-200: #d985fe;
  --theme-danger-300: #d16bfe;
  --theme-danger-400: #c952fd;
  --theme-danger-500: #c139fd;
  --theme-danger-600: #b920fd;
  --theme-danger-700: #b107fc;
  --theme-danger-800: #a102e7;
  --theme-danger-900: #9002ce;
  --theme-fusion-50: #909090;
  --theme-fusion-100: #838383;
  --theme-fusion-200: #767676;
  --theme-fusion-300: dimgray;
  --theme-fusion-400: #5d5d5d;
  --theme-fusion-500: #505050;
  --theme-fusion-600: #434343;
  --theme-fusion-700: #363636;
  --theme-fusion-800: #2a2a2a;
  --theme-fusion-900: #1d1d1d;
}

.ct-series-a .ct-point,
.ct-series-a .ct-line,
.ct-series-a .ct-bar,
.ct-series-a .ct-slice-donut {
  stroke: #609977;
}

.ct-series-a .ct-slice-pie,
.ct-series-a .ct-slice-donut-solid,
.ct-series-a .ct-area {
  fill: #609977;
}

.ct-series-b .ct-point,
.ct-series-b .ct-line,
.ct-series-b .ct-bar,
.ct-series-b .ct-slice-donut {
  stroke: #c139fd;
}

.ct-series-b .ct-slice-pie,
.ct-series-b .ct-slice-donut-solid,
.ct-series-b .ct-area {
  fill: #c139fd;
}

.ct-series-c .ct-point,
.ct-series-c .ct-line,
.ct-series-c .ct-bar,
.ct-series-c .ct-slice-donut {
  stroke: #b8ff41;
}

.ct-series-c .ct-slice-pie,
.ct-series-c .ct-slice-donut-solid,
.ct-series-c .ct-area {
  fill: #b8ff41;
}

.ct-series-d .ct-point,
.ct-series-d .ct-line,
.ct-series-d .ct-bar,
.ct-series-d .ct-slice-donut {
  stroke: #21e2f3;
}

.ct-series-d .ct-slice-pie,
.ct-series-d .ct-slice-donut-solid,
.ct-series-d .ct-area {
  fill: #21e2f3;
}

.ct-series-e .ct-point,
.ct-series-e .ct-line,
.ct-series-e .ct-bar,
.ct-series-e .ct-slice-donut {
  stroke: #505050;
}

.ct-series-e .ct-slice-pie,
.ct-series-e .ct-slice-donut-solid,
.ct-series-e .ct-area {
  fill: #505050;
}

.ct-series-f .ct-point,
.ct-series-f .ct-line,
.ct-series-f .ct-bar,
.ct-series-f .ct-slice-donut {
  stroke: #1dc958;
}

.ct-series-f .ct-slice-pie,
.ct-series-f .ct-slice-donut-solid,
.ct-series-f .ct-area {
  fill: #1dc958;
}

.ct-series-g .ct-point,
.ct-series-g .ct-line,
.ct-series-g .ct-bar,
.ct-series-g .ct-slice-donut {
  stroke: #21e2f3;
}

.ct-series-g .ct-slice-pie,
.ct-series-g .ct-slice-donut-solid,
.ct-series-g .ct-area {
  fill: #21e2f3;
}

.ct-series-h .ct-point,
.ct-series-h .ct-line,
.ct-series-h .ct-bar,
.ct-series-h .ct-slice-donut {
  stroke: #7c3d69;
}

.ct-series-h .ct-slice-pie,
.ct-series-h .ct-slice-donut-solid,
.ct-series-h .ct-area {
  fill: #7c3d69;
}

.ct-series-i .ct-point,
.ct-series-i .ct-line,
.ct-series-i .ct-bar,
.ct-series-i .ct-slice-donut {
  stroke: #e19efe;
}

.ct-series-i .ct-slice-pie,
.ct-series-i .ct-slice-donut-solid,
.ct-series-i .ct-area {
  fill: #e19efe;
}

.ct-series-j .ct-point,
.ct-series-j .ct-line,
.ct-series-j .ct-bar,
.ct-series-j .ct-slice-donut {
  stroke: #d5ff8e;
}

.ct-series-j .ct-slice-pie,
.ct-series-j .ct-slice-donut-solid,
.ct-series-j .ct-area {
  fill: #d5ff8e;
}

.ct-series-k .ct-point,
.ct-series-k .ct-line,
.ct-series-k .ct-bar,
.ct-series-k .ct-slice-donut {
  stroke: #9002ce;
}

.ct-series-k .ct-slice-pie,
.ct-series-k .ct-slice-donut-solid,
.ct-series-k .ct-area {
  fill: #9002ce;
}

.ct-series-l .ct-point,
.ct-series-l .ct-line,
.ct-series-l .ct-bar,
.ct-series-l .ct-slice-donut {
  stroke: dimgray;
}

.ct-series-l .ct-slice-pie,
.ct-series-l .ct-slice-donut-solid,
.ct-series-l .ct-area {
  fill: dimgray;
}

.ct-series-m .ct-point,
.ct-series-m .ct-line,
.ct-series-m .ct-bar,
.ct-series-m .ct-slice-donut {
  stroke: #37e272;
}

.ct-series-m .ct-slice-pie,
.ct-series-m .ct-slice-donut-solid,
.ct-series-m .ct-area {
  fill: #37e272;
}

.ct-series-n .ct-point,
.ct-series-n .ct-line,
.ct-series-n .ct-bar,
.ct-series-n .ct-slice-donut {
  stroke: #51e8f6;
}

.ct-series-n .ct-slice-pie,
.ct-series-n .ct-slice-donut-solid,
.ct-series-n .ct-area {
  fill: #51e8f6;
}

.ct-series-o .ct-point,
.ct-series-o .ct-line,
.ct-series-o .ct-bar,
.ct-series-o .ct-slice-donut {
  stroke: #c68cb5;
}

.ct-series-o .ct-slice-pie,
.ct-series-o .ct-slice-donut-solid,
.ct-series-o .ct-area {
  fill: #c68cb5;
}

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

.select2-dropdown {
  border-color: #e5e5e5;
}

.select2-search--dropdown:before {
  color: #609977;
}

.select2-results__message {
  color: #609977 !important;
}

.select2-container--open .select2-dropdown--above {
  border-color: #609977;
}

.select2-container--open .select2-dropdown--below {
  border-color: #609977;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  color: #495057;
  background-color: #fff;
  border-color: #e5e5e5;
  -webkit-box-shadow: inset 0 0.25rem 0.125rem 0 rgba(33, 37, 41, 0.025);
  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: #f5ebf2;
  color: #7c3d69;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #609977;
  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 {
  border-color: #609977;
}

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

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background: #f5ebf2;
  border-color: #bd7baa;
  color: #7c3d69;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice
  .select2-selection__choice__remove {
  color: #c68cb5;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice
  .select2-selection__choice__remove:hover {
  color: #609977;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice
  .select2-selection__choice__remove:active {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  color: #c139fd;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__clear:hover {
  color: #b920fd;
}

.select2-results__message {
  color: #c139fd;
}

.sorting_asc,
.sorting_desc,
.even .sorting_1 {
  background-color: rgba(96, 153, 119, 0.03);
}

.odd .sorting_1 {
  background-color: rgba(96, 153, 119, 0.04);
}

.table-dark .sorting_asc,
.table-dark .sorting_desc,
.table-dark .even .sorting_1 {
  background-color: rgba(184, 255, 65, 0.15);
}

.table-dark .odd .sorting_1 {
  background-color: rgba(184, 255, 65, 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: #609977;
}

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: #1dc958;
}

.dataTables_empty {
  color: #609977;
}

.dataTables_wrapper tr.child td.child .dtr-details:before {
  color: #21df62;
}

.dataTables_wrapper tr.child td.child .dtr-details:after {
  background: #4de581;
}

div.dt-autofill-background {
  opacity: 0.2;
  background-color: #000;
}

div.dt-autofill-handle {
  background: #609977;
}

div.dt-autofill-select {
  background-color: #609977;
}

.rounded-b-md {
  border-radius: 0px 0px 16px 16px;
  overflow: hidden;
}

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

table.dataTable tbody th.focus,
table.dataTable tbody td.focus {
  -webkit-box-shadow: inset 0 0 0px 1px #609977;
  box-shadow: inset 0 0 0px 1px #609977;
  background: rgba(96, 153, 119, 0.1);
}

table.dataTable:not(.table-dark) tr.dtrg-group td {
  background: #fff;
}

tr.dt-rowReorder-moving {
  outline-color: #1dc958;
}

table.dt-rowReorder-float {
  outline-color: #609977;
}

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

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

table.dataTable tbody > tr.selected,
table.dataTable tbody > tr > .selected {
  -webkit-box-shadow: inset 0 0 0px 1px #609977;
  box-shadow: inset 0 0 0px 1px #609977;
  background: rgba(96, 153, 119, 0.1);
}

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

.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: #bd7baa;
  border-color: #609977;
  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.active.highlighted.active:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus,
.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.highlighted.active:focus,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.highlighted.active.focus,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
  background-color: #ad5994;
  border-color: #609977;
  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: darkgray;
}

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

.daterangepicker table tr td.active:active:hover,
.daterangepicker table tr td.active.highlighted:active:hover,
.daterangepicker table tr td.active.active:hover,
.daterangepicker table tr td.active.highlighted.active:hover,
.daterangepicker table tr td.active:active:focus,
.daterangepicker table tr td.active.highlighted:active:focus,
.daterangepicker table tr td.active.active:focus,
.daterangepicker table tr td.active.highlighted.active:focus,
.daterangepicker table tr td.active:active.focus,
.daterangepicker table tr td.active.highlighted:active.focus,
.daterangepicker table tr td.active.active.focus,
.daterangepicker table tr td.active.highlighted.active.focus,
.daterangepicker table tr td.selected:active:hover,
.daterangepicker table tr td.selected.highlighted:active:hover,
.daterangepicker table tr td.selected.active:hover,
.daterangepicker table tr td.selected.highlighted.active:hover,
.daterangepicker table tr td.selected:active:focus,
.daterangepicker table tr td.selected.highlighted:active:focus,
.daterangepicker table tr td.selected.active:focus,
.daterangepicker table tr td.selected.highlighted.active:focus,
.daterangepicker table tr td.selected:active.focus,
.daterangepicker table tr td.selected.highlighted:active.focus,
.daterangepicker table tr td.selected.active.focus,
.daterangepicker table tr td.selected.highlighted.active.focus,
.daterangepicker table tr td.selected:hover,
.daterangepicker table tr td.selected.highlighted:hover {
  background-color: #ad5994;
  color: #fff;
}

.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
  border-color: #a1a8c3;
}

.daterangepicker .in-range.available {
  background-color: #deffa7;
}

.daterangepicker .off.ends.in-range.available {
  background-color: #e8ffc1;
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background-color: #cbff74;
}

.daterangepicker .calendar-table table thead tr th.month {
  color: #a1a8c3;
}

.daterangepicker .ranges li.active {
  background-color: #609977;
}

.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: #609977;
}

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

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

.irs--big .irs-bar {
  background-color: #c68cb5;
  border-color: #609977;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffffff),
    color-stop(30%, #c68cb5),
    to(#609977)
  );
  background: linear-gradient(to bottom, #ffffff 0%, #c68cb5 30%, #609977 100%);
}

.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
  background: #609977;
}

.irs--modern .irs-bar {
  background: #1ab34e;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#21df62),
    to(#1ab34e)
  );
  background: linear-gradient(to bottom, #21df62 0%, #1ab34e 100%);
}

.irs--modern .irs-from,
.irs--modern .irs-to,
.irs--modern .irs-single {
  background-color: #1dc958;
}

.irs--modern .irs-from:before,
.irs--modern .irs-to:before,
.irs--modern .irs-single:before {
  border-top-color: #1dc958;
}

.irs--sharp .irs-bar,
.irs--sharp .irs-handle,
.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-single {
  background-color: #c139fd;
}

.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: #c139fd;
}

.irs--sharp .irs-min,
.irs--sharp .irs-max {
  background-color: #a102e7;
}

.irs--round .irs-handle {
  border-color: #21e2f3;
}

.irs--round .irs-bar,
.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  background-color: #21e2f3;
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
  border-top-color: #21e2f3;
}

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

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

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

#myapp-0 {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

#myapp-1 {
  -webkit-box-shadow: 0 0 0 3px #000000;
  box-shadow: 0 0 0 3px #000000;
}

.page-logo {
  width: fit-content;
  padding: 0 1rem;
}
.page-logo-text {
  font-size: 1.5rem;
  font-weight: 400;
}

.page-logo,
.page-sidebar,
.nav-footer {
  background-image: none;
}

.header-icon:not(.btn) > [class*="fa-"]:first-child,
.header-icon:not(.btn) > .ni:first-child {
  color: #2a373d !important;
}

.dropdown-icon-menu > ul > li .btn:hover,
.header-btn:hover {
  background-color: #609977;
  border-color: #609977;
  color: white;
}
.menu-item:hover,
label.menu-open-button:hover,
.menu-item:hover,
label.menu-open-button {
  background-color: #609977;
  border-color: white;
}
.badge.badge-icon {
  background-color: red;
}
.page-breadcrumb {
  margin: 0 0 0.6rem;
}
.panel-content {
  padding: 0px !important;
  background-color: #ffffff;
  border: 0px;
}
.table th,
.table td {
  padding: 0.3rem 0.5rem;
}

@media (min-width: 992px) {
  .nav-function-hidden:not(.nav-function-top)
    .page-header
    [data-class="nav-function-hidden"] {
    background: #a1d4b5;
    color: #2a373d !important;
  }

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

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

/* --------------------------------------------------------- End Base CSS -------------------------------------------------*/
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: black !important;
}
