@charset "UTF-8";
@import "../vendor/dropzone/min/dropzone.min.css";

body,
html {
  background: #ecedf0;
  width: 100%;
}

html {
  overflow-x: hidden !important;
  font-size: 16px;
}

body {
  color: #777;
  font-family: "Open Sans", Arial, sans-serif;
  line-height: 22px;
  margin: 0;
  font-size: 81.25%;
}

::selection {
  background-color: #3390ff;
  color: #fff;
}

a {
  color: #000;
  font-weight: 500;
}

a.active,
a:focus,
a:hover {
  color: #0099e6;
}

a:active {
  color: #0077b3;
}

.body {
  min-height: 100vh;
  width: 100%;
}

.header {
  height: 60px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.inner-wrapper {
  display: table;
  min-height: 100vh;
  padding-top: 60px;
  table-layout: fixed;
  overflow: hidden;
  width: 100%;
}

.content-body {
  display: table-cell;
  padding: 40px;
  position: relative;
  vertical-align: top;
}

.content-body:not(.card-margin) > .row + .row {
  padding-top: 40px;
}

@media (max-width: 767px) {
  .content-body:not(.card-margin) > .row + .row {
    padding-top: 15px;
  }
}

.content-body.content-body-modern:not(.card-margin) > .row + .row,
.content-body.content-body-modern:not(.card-margin)
  > .row
  > [class*="col"]
  > .row
  + .row,
.content-body.content-body-modern:not(.card-margin) > form > .row + .row {
  padding-top: 31px;
}

@media (max-width: 767px) {
  .content-body.content-body-modern:not(.card-margin) > .row + .row,
  .content-body.content-body-modern:not(.card-margin)
    > .row
    > [class*="col"]
    > .row
    + .row,
  .content-body.content-body-modern:not(.card-margin) > form > .row + .row {
    padding-top: 31px;
  }
}

.content-body.card-margin {
  padding-top: 0;
}

.content-body.card-margin .page-header {
  margin-bottom: 5px;
}

.content-body.card-margin .card {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .content-body.card-margin .card {
    margin-top: 15px;
  }
}

.page-header {
  background: #171717;
  border-bottom: none;
  border-left: 1px solid #3a3a3a;
  box-shadow: 1px 3px 0 1px #cccccc;
  height: 50px;
  margin: -40px -40px 40px -40px;
  padding: 0;
}

.sidebar-left {
  color: #777;
  display: table-cell;
  position: relative;
  vertical-align: top;
  width: 300px;
  z-index: 1010;
}

@media only screen and (min-width: 768px) {
  html.sidebar-left-collapsed .sidebar-left {
    width: 73px;
  }
}

@media only screen and (min-width: 768px) {
  html.flexbox,
  html.flexboxlegacy {
  }

  html.flexbox .inner-wrapper,
  html.flexboxlegacy .inner-wrapper {
    display: flex;
  }

  html.flexbox .content-body,
  html.flexbox .sidebar-left,
  html.flexboxlegacy .content-body,
  html.flexboxlegacy .sidebar-left {
    display: block;
    flex-shrink: 0;
  }

  html.flexbox .content-body,
  html.flexboxlegacy .content-body {
    flex: 2;
    min-width: 1px;
  }

  html.flexbox.has-tab-navigation .inner-wrapper,
  html.flexboxlegacy.has-tab-navigation .inner-wrapper {
    flex-direction: column;
  }
}

@media only screen and (min-width: 768px) {
  html.fixed .content-body,
  html.fixed .sidebar-left {
    display: block;
  }

  html.fixed .header {
    position: fixed;
    z-index: 1020;
  }

  html.fixed .inner-wrapper {
    padding-top: 110px;
  }

  html.fixed .content-body {
    margin-left: 300px;
  }

  html.fixed .content-body.has-toolbar {
    padding-top: 92px;
  }

  html.fixed.has-top-menu:not(.has-left-sidebar-half) .content-body {
    margin-left: 0;
  }

  html.fixed .page-header {
    left: 300px;
    margin: 0;
    position: fixed;
    right: 0;
    top: 60px;
  }

  html.fixed.has-top-menu:not(.has-left-sidebar-half) .page-header {
    left: 0;
  }

  html.fixed .sidebar-left {
    bottom: 0;
    left: 0;
    padding-bottom: 50px;
    position: fixed;
    top: 60px;
  }

  html.fixed .sidebar-left .nano-content {
    background: #000;
    padding-bottom: 50px;
  }

  html.fixed.sidebar-left-collapsed .page-header {
    left: 73px;
  }

  html.fixed.sidebar-left-collapsed .content-body {
    margin-left: 73px;
  }
}

@media only screen and (max-width: 991px) {
  .content-body {
    padding: 30px 20px;
  }
}

@media only screen and (max-width: 767px) {
  body,
  html {
    background: #ecedf0;
  }

  html.mobile-device .sidebar-left,
  html.mobile-device .sidebar-right {
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }

  body {
    min-height: 100vh;
  }

  .content-body,
  .inner-wrapper,
  .sidebar-left {
    display: block;
  }

  .body {
    min-height: 0;
    overflow: visible;
  }

  .header {
    background: none;
    border: none;
    height: auto;
    position: static;
  }

  .header .logo-container {
    height: 60px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
    background: #000 !important;
  }

  .header .header-right {
    background: #fff;
    float: none !important;
    height: 60px;
    margin-top: 54px;
    width: 100%;
  }

  .inner-wrapper {
    min-height: 0;
    padding-top: 0;
  }

  .content-body {
    padding: 0 15px 15px;
  }

  .page-header {
    margin: 0 -15px 20px;
  }

  .sidebar-left {
    bottom: 0;
    left: -100%;
    min-height: 0;
    min-width: 100%;
    min-width: 100vw;
    padding-top: 60px;
    padding-bottom: 50px;
    position: fixed;
    overflow: hidden;
    top: 0;
    z-index: 98 !important;
  }

  .sidebar-right {
    bottom: 0;
    left: auto;
    right: -100%;
    min-height: 0;
    margin-right: 0;
    min-width: 100%;
    min-width: 100vw;
    top: 0;
    z-index: 100;
  }

  html.csstransforms .sidebar-left,
  html.csstransforms .sidebar-right {
    transition-property: margin;
    transition-duration: 0.25s;
    transition-timing-function: ease-out;
    transition-delay: 0;
  }

  html.csstransforms .sidebar-left {
    margin-left: -25px;
  }

  html.csstransforms .sidebar-right {
    margin-right: -25px;
  }

  html.no-mobile-device body {
    min-height: 0;
  }

  html.no-mobile-device .body {
    min-height: 100vh;
    overflow: hidden;
  }

  html.no-mobile-device .inner-wrapper {
    overflow-y: auto;
  }

  html.no-mobile-device.sidebar-left-opened,
  html.no-mobile-device.sidebar-left-opened body,
  html.no-mobile-device.sidebar-right-opened,
  html.no-mobile-device.sidebar-right-opened body {
    overflow: hidden;
  }

  html.sidebar-left-opened.no-csstransforms .sidebar-left {
    left: 0;
  }

  html.sidebar-left-opened.csstransforms .sidebar-left {
    margin-left: 100%;
  }

  html.sidebar-right-opened.no-csstransforms .sidebar-right {
    right: 0;
  }

  html.sidebar-right-opened.csstransforms .sidebar-right {
    margin-right: 100%;
  }

  html.sidebar-left-collapsed.sidebar-right-opened .sidebar-left {
    margin-left: -300px;
  }
}

@media only screen and (max-width: 767px) {
  .inner-body {
    padding: 40px 15px 0;
  }
}

@media only screen and (min-width: 768px) {
  .inner-body {
    display: table-cell;
    vertical-align: top;
    padding: 40px;
  }

  .inner-toolbar {
    height: 52px;
    overflow: hidden;
  }

  .content-with-menu-has-toolbar .inner-menu-toggle {
    border-radius: 0;
  }

  .content-with-menu-has-toolbar .inner-toolbar {
    padding-left: 140px;
  }
}

@media only screen and (min-width: 768px) {
  html.flexbox .content-with-menu-container,
  html.flexboxlegacy .content-with-menu-container {
    display: flex;
  }

  html.flexbox .inner-body,
  html.flexbox .inner-menu,
  html.flexboxlegacy .inner-body,
  html.flexboxlegacy .inner-menu {
    display: block;
    flex-shrink: 0;
  }

  html.flexbox .inner-body,
  html.flexboxlegacy .inner-body {
    flex: 2;
  }
}

@media only screen and (min-width: 768px) {
  html.fixed .content-with-menu-container,
  html.fixed .inner-body,
  html.fixed .inner-menu {
    display: block;
  }

  html.fixed .content-with-menu-container {
    position: relative;
  }

  html.fixed .inner-menu-toggle {
    position: absolute;
    top: 114px;
    border-radius: 0 0 5px 0;
    width: 140px;
    z-index: 1002;
  }

  html.fixed .inner-menu {
    bottom: 0;
    display: block;
    left: 300px;
    position: fixed;
    margin: 0;
    top: 114px;
    width: 300px;
    padding: 35px;
    z-index: 1002;
  }

  html.fixed .inner-menu-content {
    display: block;
  }

  html.fixed .inner-body {
    margin-left: 300px;
    border-top: 113px solid transparent;
    margin-top: -77px;
    position: relative;
  }

  html.fixed .content-with-menu-has-toolbar .inner-body {
    border-top-width: 165px;
  }
}

@media only screen and (min-width: 768px) {
  html.fixed.sidebar-left-collapsed .inner-menu,
  html.fixed.sidebar-left-collapsed .inner-menu-toggle,
  html.fixed.sidebar-left-collapsed .inner-toolbar {
    left: 73px;
  }

  html.fixed.sidebar-left-collapsed.inner-menu-opened .inner-menu-toggle,
  html.fixed.sidebar-left-collapsed.inner-menu-opened .inner-toolbar {
    left: 373px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1365px) {
  html.boxed .inner-body,
  html.fixed .inner-body,
  html.scroll .inner-body {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  html.sidebar-left-sm.sidebar-left-collapsed.sidebar-right-opened
    .sidebar-left {
    margin-left: -250px;
  }
}

@media only screen and (min-width: 768px) {
  html.sidebar-left-sm .sidebar-left {
    width: 250px;
    font-size: 0.75rem;
  }

  html.sidebar-left-sm .sidebar-left ul.nav-main li i {
    font-size: 0.9rem;
  }

  html.sidebar-left-sm .sidebar-left ul.nav-main li a {
    font-size: 0.75rem;
  }

  html.sidebar-left-sm .sidebar-left .sidebar-widget .widget-header h6 {
    font-size: 0.75rem;
  }

  html.sidebar-left-sm.sidebar-left-collapsed .sidebar-left .sidebar-title {
    margin-left: -250px;
  }

  html.sidebar-left-sm.sidebar-left-collapsed.fixed .sidebar-left .nano:hover {
    width: 250px;
  }

  html.sidebar-left-sm.sidebar-left-collapsed .sidebar-left {
    width: 73px;
  }

  html.fixed.sidebar-left-sm .content-body {
    margin-left: 250px;
  }

  html.fixed.sidebar-left-sm .page-header {
    left: 250px;
  }

  html.fixed.sidebar-left-collapsed .page-header {
    left: 73px;
  }

  html.fixed.sidebar-left-collapsed .content-body {
    margin-left: 73px;
  }

  html.fixed.sidebar-left-sm .inner-menu {
    left: 250px;
  }

  html.fixed.sidebar-left-sm.sidebar-left-collapsed .inner-menu,
  html.fixed.sidebar-left-sm.sidebar-left-collapsed .inner-menu-toggle,
  html.fixed.sidebar-left-sm.sidebar-left-collapsed .inner-toolbar {
    left: 73px;
  }

  html.fixed.sidebar-left-sm.sidebar-left-collapsed.inner-menu-opened
    .inner-menu-toggle,
  html.fixed.sidebar-left-sm.sidebar-left-collapsed.inner-menu-opened
    .inner-toolbar {
    left: 373px;
  }

  html.fixed.sidebar-left-sm.inner-menu-opened {
    left: 550px;
  }

  html.fixed.sidebar-left-sm .inner-menu-toggle {
    left: 250px;
  }
}

@media only screen and (min-width: 1366px) {
  html.fixed.sidebar-left-sm .content-with-menu .inner-toolbar,
  html.fixed.sidebar-left-sm.inner-menu-opened
    .content-with-menu
    .inner-toolbar {
    left: 550px;
  }

  html.fixed.sidebar-left-sm .inner-menu,
  html.fixed.sidebar-left-sm.inner-menu-opened .inner-menu,
  html.fixed.sidebar-left-sm.inner-menu-opened .inner-menu-toggle,
  html.fixed.sidebar-left-sm .inner-menu-toggle {
    left: 250px;
  }

  html.fixed.sidebar-left-sm.sidebar-right-opened
    .content-with-menu
    .inner-toolbar {
    left: 250px;
  }

  html.fixed.sidebar-left-sm.sidebar-right-opened .inner-menu,
  html.fixed.sidebar-left-sm.sidebar-right-opened .inner-menu-toggle {
    left: -50px;
  }

  html.fixed.sidebar-left-sm.sidebar-left-collapsed
    .content-with-menu
    .inner-toolbar,
  html.fixed.sidebar-left-sm.sidebar-left-collapsed.inner-menu-opened
    .content-with-menu
    .inner-toolbar,
  html.fixed.sidebar-left-sm.sidebar-left-collapsed.sidebar-right-opened.inner-menu-opened
    .content-with-menu
    .inner-toolbar {
    left: 373px;
  }

  html.fixed.sidebar-left-sm.sidebar-left-collapsed .inner-menu,
  html.fixed.sidebar-left-sm.sidebar-left-collapsed.inner-menu-opened
    .inner-menu,
  html.fixed.sidebar-left-sm.sidebar-left-collapsed.inner-menu-opened
    .inner-menu-toggle,
  html.fixed.sidebar-left-sm.sidebar-left-collapsed .inner-menu-toggle,
  html.fixed.sidebar-left-sm.sidebar-left-collapsed.sidebar-right-opened.inner-menu-opened
    .inner-menu,
  html.fixed.sidebar-left-sm.sidebar-left-collapsed.sidebar-right-opened.inner-menu-opened
    .inner-menu-toggle {
    left: 73px;
  }

  html.fixed.sidebar-left-sm.sidebar-left-collapsed.sidebar-right-opened
    .content-with-menu
    .inner-toolbar {
    left: 73px;
  }

  html.fixed.sidebar-left-sm.sidebar-left-collapsed.sidebar-right-opened
    .inner-menu,
  html.fixed.sidebar-left-sm.sidebar-left-collapsed.sidebar-right-opened
    .inner-menu-toggle {
    left: -227px;
  }
}

@media only screen and (max-width: 767px) {
  html.sidebar-left-xs.sidebar-left-collapsed.sidebar-right-opened
    .sidebar-left {
    margin-left: -200px;
  }
}

@media only screen and (min-width: 768px) {
  html.sidebar-left-xs .sidebar-left {
    width: 200px;
    font-size: 0.7rem;
  }

  html.sidebar-left-xs .sidebar-left ul.nav-main li i {
    font-size: 0.85rem;
  }

  html.sidebar-left-xs .sidebar-left ul.nav-main li a {
    font-size: 0.7rem;
  }

  html.sidebar-left-xs .sidebar-left ul.nav-main li .nav-children li a {
    padding-left: 52px;
  }

  html.sidebar-left-xs .sidebar-left .sidebar-widget .widget-header h6 {
    font-size: 0.7rem;
  }

  html.sidebar-left-xs.sidebar-left-collapsed .sidebar-left .sidebar-title {
    margin-left: -200px;
  }

  html.sidebar-left-xs.sidebar-left-collapsed.fixed .sidebar-left .nano:hover {
    width: 200px;
  }

  html.sidebar-left-xs.sidebar-left-collapsed .sidebar-left {
    width: 73px;
  }

  html.fixed.sidebar-left-xs .content-body {
    margin-left: 200px;
  }

  html.fixed.sidebar-left-xs .page-header {
    left: 200px;
  }

  html.fixed.sidebar-left-xs.sidebar-right-opened .page-header {
    left: 0;
  }

  html.fixed.sidebar-left-xs.sidebar-right-opened .sidebar-left {
    left: -200px;
  }

  html.fixed.sidebar-left-collapsed .page-header {
    left: 73px;
  }

  html.fixed.sidebar-left-collapsed .content-body {
    margin-left: 73px;
  }

  html.fixed.sidebar-left-xs.sidebar-left-collapsed.sidebar-right-opened
    .page-header {
    left: -200px;
  }

  html.fixed.sidebar-left-xs .inner-menu {
    left: 200px;
  }

  html.fixed.sidebar-left-xs.sidebar-left-collapsed .inner-menu,
  html.fixed.sidebar-left-xs.sidebar-left-collapsed .inner-menu-toggle,
  html.fixed.sidebar-left-xs.sidebar-left-collapsed .inner-toolbar {
    left: 73px;
  }

  html.fixed.sidebar-left-xs.sidebar-left-collapsed.inner-menu-opened
    .inner-menu-toggle,
  html.fixed.sidebar-left-xs.sidebar-left-collapsed.inner-menu-opened
    .inner-toolbar {
    left: 373px;
  }

  html.fixed.sidebar-left-xs.sidebar-right-opened .inner-menu,
  html.fixed.sidebar-left-xs.sidebar-right-opened .inner-menu-toggle,
  html.fixed.sidebar-left-xs.sidebar-right-opened .inner-toolbar {
    left: -100px;
  }

  html.fixed.sidebar-left-xs.sidebar-right-opened.inner-menu-opened
    .inner-menu-toggle,
  html.fixed.sidebar-left-xs.sidebar-right-opened.inner-menu-opened
    .inner-toolbar {
    left: -400px;
  }

  html.fixed.sidebar-left-xs.inner-menu-opened {
    left: 500px;
  }

  html.fixed.sidebar-left-xs .inner-menu-toggle {
    left: 200px;
  }
}

@media only screen and (min-width: 1366px) {
  html.fixed.sidebar-left-xs .content-with-menu .inner-toolbar,
  html.fixed.sidebar-left-xs.inner-menu-opened
    .content-with-menu
    .inner-toolbar {
    left: 500px;
  }

  html.fixed.sidebar-left-xs .inner-menu,
  html.fixed.sidebar-left-xs.inner-menu-opened .inner-menu,
  html.fixed.sidebar-left-xs.inner-menu-opened .inner-menu-toggle,
  html.fixed.sidebar-left-xs .inner-menu-toggle {
    left: 200px;
  }

  html.fixed.sidebar-left-xs.sidebar-right-opened
    .content-with-menu
    .inner-toolbar {
    left: 200px;
  }

  html.fixed.sidebar-left-xs.sidebar-right-opened .inner-menu,
  html.fixed.sidebar-left-xs.sidebar-right-opened .inner-menu-toggle {
    left: -100px;
  }

  html.fixed.sidebar-left-xs.sidebar-left-collapsed
    .content-with-menu
    .inner-toolbar,
  html.fixed.sidebar-left-xs.sidebar-left-collapsed.inner-menu-opened
    .content-with-menu
    .inner-toolbar,
  html.fixed.sidebar-left-xs.sidebar-left-collapsed.sidebar-right-opened.inner-menu-opened
    .content-with-menu
    .inner-toolbar {
    left: 373px;
  }

  html.fixed.sidebar-left-xs.sidebar-left-collapsed .inner-menu,
  html.fixed.sidebar-left-xs.sidebar-left-collapsed.inner-menu-opened
    .inner-menu,
  html.fixed.sidebar-left-xs.sidebar-left-collapsed.inner-menu-opened
    .inner-menu-toggle,
  html.fixed.sidebar-left-xs.sidebar-left-collapsed .inner-menu-toggle,
  html.fixed.sidebar-left-xs.sidebar-left-collapsed.sidebar-right-opened.inner-menu-opened
    .inner-menu,
  html.fixed.sidebar-left-xs.sidebar-left-collapsed.sidebar-right-opened.inner-menu-opened
    .inner-menu-toggle {
    left: 73px;
  }

  html.fixed.sidebar-left-xs.sidebar-left-collapsed.sidebar-right-opened
    .content-with-menu
    .inner-toolbar {
    left: 73px;
  }

  html.fixed.sidebar-left-xs.sidebar-left-collapsed.sidebar-right-opened
    .inner-menu,
  html.fixed.sidebar-left-xs.sidebar-left-collapsed.sidebar-right-opened
    .inner-menu-toggle {
    left: -227px;
  }
}

.sidebar-left {
  /* background: #1D2127; */
  background: #000;
  z-index: 1010;
}

.sidebar-left .sidebar-header {
  position: relative;
  color: #777;
  height: 50px;
}

.sidebar-left .sidebar-header .sidebar-title {
  background: #1d2127;
  color: #465162;
  padding: 15px;
  font-size: 0.8rem;
}

.sidebar-left .sidebar-header .sidebar-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 73px;
  height: 50px;
  background-color: #171717;
  border-radius: 0 0 0 5px;
  text-align: center;
  cursor: pointer;
}

.sidebar-left .sidebar-header .sidebar-toggle i {
  color: #c3c3c3;
  font-size: 0.9rem;
  line-height: 50px;
  transition: all 0.15s ease-in-out;
}

.sidebar-left .sidebar-header .sidebar-toggle:hover i {
  color: #08c;
}

.sidebar-left hr.separator {
  background: none;
  margin: 20px 10px 20px;
}

@media only screen and (max-width: 767px) {
  .sidebar-left {
    display: none;
  }
}

html.mobile-device .sidebar-left {
  background: #1d2127;
}

@media only screen and (min-width: 768px) {
  html.boxed .sidebar-left,
  html.scroll .sidebar-left,
  html.sidebar-left-big-icons .sidebar-left {
    min-height: 100vh;
  }

  html.boxed .sidebar-left .sidebar-header,
  html.scroll .sidebar-left .sidebar-header,
  html.sidebar-left-big-icons .sidebar-left .sidebar-header {
    margin-bottom: -3px;
  }

  html.boxed .sidebar-left .nano,
  html.scroll .sidebar-left .nano,
  html.sidebar-left-big-icons .sidebar-left .nano {
    position: static;
    overflow: visible;
    width: 100%;
  }

  html.boxed .sidebar-left .nano .nano-content,
  html.scroll .sidebar-left .nano .nano-content,
  html.sidebar-left-big-icons .sidebar-left .nano .nano-content {
    margin-right: 0 !important;
    position: relative;
    overflow: visible;
    margin-top: 3px;
  }

  html.boxed .sidebar-left .nano .nano-pane,
  html.scroll .sidebar-left .nano .nano-pane,
  html.sidebar-left-big-icons .sidebar-left .nano .nano-pane {
    display: none !important;
  }

  html.boxed .sidebar-left .nano > .nano-content,
  html.scroll .sidebar-left .nano > .nano-content,
  html.sidebar-left-big-icons .sidebar-left .nano > .nano-content {
    overflow: visible !important;
  }

  html.boxed .sidebar-left .nano {
    padding-bottom: 10px;
  }

  html.scroll .sidebar-left .nano,
  html.sidebar-left-big-icons .sidebar-left .nano {
    padding-bottom: 10px;
  }
}

@media only screen and (min-width: 768px) {
  html.sidebar-left-collapsed .sidebar-left .nano {
    background: #1d2127;
    box-shadow: -5px 0 0 #2f3139 inset;
  }

  html.sidebar-left-collapsed .sidebar-left .sidebar-title {
    margin-left: -300px;
    opacity: 0;
  }

  html.sidebar-left-collapsed .sidebar-left .sidebar-toggle {
    border-radius: 0;
  }

  html.sidebar-left-collapsed .sidebar-left .nav-main > li > a {
    overflow: hidden;
    text-overflow: clip;
  }

  html.sidebar-left-collapsed .sidebar-left .nav-main li.nav-parent a:after {
    display: none;
  }

  html.sidebar-left-collapsed
    .sidebar-left
    .nav-main
    li.nav-parent
    > ul.nav-children {
    display: none;
  }

  html.sidebar-left-collapsed .sidebar-left .nav-main a span {
    visibility: hidden;
  }

  html.sidebar-left-collapsed .sidebar-left .separator,
  html.sidebar-left-collapsed .sidebar-left .sidebar-widget {
    display: none;
  }

  html.sidebar-left-collapsed .sidebar-left .nano:hover {
    width: 300px;
  }

  html.sidebar-left-collapsed
    .sidebar-left
    .nano:hover
    .nav-main
    .nav-expanded
    > ul.nav-children {
    display: block;
  }

  html.sidebar-left-collapsed
    .sidebar-left
    .nano:hover
    .nav-main
    li.nav-parent
    a:after {
    display: inline-block;
  }

  html.sidebar-left-collapsed .sidebar-left .nano:hover .nav-main li a span {
    visibility: visible;
  }

  html.sidebar-left-collapsed .sidebar-left .nano:hover .separator,
  html.sidebar-left-collapsed .sidebar-left .nano:hover .sidebar-widget {
    display: block;
  }

  html.sidebar-left-collapsed .sidebar-left .nano.hovered {
    width: 300px;
  }

  html.sidebar-left-collapsed .sidebar-left .nano.hovered .nav-main li a span {
    visibility: visible;
  }

  html.sidebar-left-collapsed
    .sidebar-left
    .nano.hovered
    .nav-main
    li.nav-parent
    a:after {
    display: inline-block;
  }

  html.sidebar-left-collapsed
    .sidebar-left
    .nano.hovered
    .nav-main
    .nav-expanded
    > ul.nav-children {
    display: block;
  }

  html.sidebar-left-collapsed.sidebar-left-opened .sidebar-left .nano {
    width: 300px;
  }

  html.sidebar-left-collapsed.sidebar-left-opened
    .sidebar-left
    .nano
    .nav-main
    .nav-expanded
    > ul.nav-children {
    display: block;
  }

  html.sidebar-left-collapsed.sidebar-left-opened
    .sidebar-left
    .nano
    .nav-main
    li.nav-parent
    a:after {
    display: inline-block;
  }

  html.sidebar-left-collapsed.sidebar-left-opened
    .sidebar-left
    .nano
    .nav-main
    li
    a
    span {
    visibility: visible;
  }

  html.sidebar-left-collapsed.sidebar-left-opened
    .sidebar-left
    .nano
    .separator,
  html.sidebar-left-collapsed.sidebar-left-opened
    .sidebar-left
    .nano
    .sidebar-widget {
    display: block;
  }
}

html.sidebar-light:not(.dark) .sidebar-left {
  background: #fff;
}

html.sidebar-light:not(.dark) .sidebar-left .sidebar-header .sidebar-title {
  background: #fff;
}

html.sidebar-light:not(.dark) .sidebar-left .sidebar-header .sidebar-toggle {
  background: #f6f6f6;
}

html.sidebar-light:not(.dark) .sidebar-left .sidebar-header .sidebar-toggle i {
  color: #333;
}

html.sidebar-light:not(.dark) .sidebar-left .nano {
  box-shadow: -5px 0 0 #f6f6f6 inset;
  background: #fff;
}

html.sidebar-light:not(.dark).sidebar-left-collapsed .sidebar-left .nano {
  box-shadow: -5px 0 0 #f6f6f6 inset;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  html.sidebar-light .sidebar-left {
    background: #fff;
  }
}

html.mobile-device.sidebar-light .sidebar-left {
  background: #fff;
}

@media only screen and (min-width: 768px) {
  html.sidebar-left-big-icons .sidebar-left {
    width: 152px;
  }

  html.sidebar-left-big-icons .sidebar-left .sidebar-header .sidebar-toggle {
    width: 55px;
    border-radius: 0;
  }

  html.sidebar-left-big-icons .sidebar-left .nano {
    box-shadow: none !important;
  }

  html.sidebar-left-big-icons .sidebar-left .nano .nav-main {
    margin-right: 0;
  }

  html.sidebar-left-big-icons
    .sidebar-left
    .nano
    .nav-main
    > li:hover
    > ul.nav-children {
    display: block;
  }

  html.sidebar-left-big-icons .sidebar-left .nano .nav-main > li:hover > a {
    background: #21262d;
  }

  html.sidebar-left-big-icons
    .sidebar-left
    .nano
    .nav-main
    > li:last-child
    > a {
    border-top: 1px solid #21262d;
    border-bottom: 1px solid #21262d;
  }

  html.sidebar-left-big-icons .sidebar-left .nano .nav-main > li > a {
    position: relative;
    text-align: center;
    padding: 12px 10px;
    border-top: 1px solid #21262d;
  }

  html.sidebar-left-big-icons .sidebar-left .nano .nav-main > li > a:after {
    content: none;
  }

  html.sidebar-left-big-icons .sidebar-left .nano .nav-main > li > a i {
    margin-right: 0;
    font-size: 1.8rem;
  }

  html.sidebar-left-big-icons .sidebar-left .nano .nav-main > li > a span {
    display: block;
  }

  html.sidebar-left-big-icons
    .sidebar-left
    .nano
    .nav-main
    > li
    > a
    span.badge {
    position: absolute;
    top: 2px;
    left: 60%;
    transform: translateX(-50%);
  }

  html.sidebar-left-big-icons
    .sidebar-left
    .nano
    .nav-main
    > li
    > a
    .not-included {
    display: block;
  }

  html.sidebar-left-big-icons
    .sidebar-left
    .nano
    .nav-main
    > li
    ul.nav-children {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 210px;
    border-left: 3px solid #2f3139;
    background: #21262d;
  }

  html.sidebar-left-big-icons
    .sidebar-left
    .nano
    .nav-main
    > li
    ul.nav-children
    li:hover
    > ul.nav-children {
    display: block;
  }

  html.sidebar-left-big-icons
    .sidebar-left
    .nano
    .nav-main
    > li
    ul.nav-children
    li:hover
    > a {
    color: #fff;
  }

  html.sidebar-left-big-icons
    .sidebar-left
    .nano
    .nav-main
    > li
    ul.nav-children
    li:hover
    > a:hover {
    background: transparent;
  }

  html.sidebar-left-big-icons
    .sidebar-left
    .nano
    .nav-main
    > li
    ul.nav-children
    li
    a {
    padding: 6px 15px;
    overflow: visible;
  }

  html.sidebar-left-big-icons
    .sidebar-left
    .nano
    .nav-main
    > li
    ul.nav-children
    li.nav-parent
    > a {
    padding-right: 30px;
  }

  html.sidebar-left-big-icons
    .sidebar-left
    .nano
    .nav-main
    > li
    ul.nav-children
    li.nav-parent
    > a:after {
    content: "";
    padding: 6px 10px;
    right: 5px;
  }

  html.sidebar-left-big-icons
    .sidebar-left
    .nano
    .nav-main
    > li
    ul.nav-children
    ul.nav-children {
    padding: 10px 0;
  }

  html.sidebar-left-big-icons
    .sidebar-left
    .nano
    .nav-main
    li.nav-parent:hover
    > a:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -3px;
    bottom: 0;
    border-right: 4px solid #21262d;
    z-index: 1;
  }

  html.sidebar-left-big-icons
    .sidebar-left
    .nano
    .nav-main
    li.nav-parent.nav-expanded
    > ul.nav-children {
    display: none;
  }

  html.sidebar-left-big-icons
    .sidebar-left
    .nano
    .nav-main
    li.nav-parent.nav-expanded:hover
    > ul.nav-children {
    display: block;
  }

  html.sidebar-left-big-icons .sidebar-left .nano .sidebar-widget {
    display: none;
  }

  html.sidebar-left-big-icons.sidebar-left-collapsed .sidebar-left {
    width: 55px;
  }

  html.sidebar-left-big-icons.sidebar-left-collapsed .sidebar-left .nano:hover {
    width: 55px;
  }

  html.sidebar-left-big-icons.sidebar-left-collapsed
    .sidebar-left
    .nano:hover
    .sidebar-widget {
    display: none;
  }

  html.sidebar-left-big-icons.sidebar-left-collapsed
    .sidebar-left
    .nano
    .nav-main
    > li
    > a {
    overflow: visible;
  }

  html.sidebar-left-big-icons.sidebar-left-collapsed
    .sidebar-left
    .nano
    .nav-main
    > li
    > a
    span {
    display: none;
  }

  html.sidebar-left-big-icons.sidebar-left-collapsed
    .sidebar-left
    .nano
    .nav-main
    > li
    > a
    > i {
    font-size: 1.2rem;
  }

  html.sidebar-left-big-icons.sidebar-light
    .sidebar-left
    .nano
    .nav-main
    > li:hover
    > a {
    background: #fafafa;
  }

  html.sidebar-left-big-icons.sidebar-light
    .sidebar-left
    .nano
    .nav-main
    > li:last-child
    > a {
    border-top: 1px solid #fafafa;
    border-bottom: 1px solid #fafafa;
  }

  html.sidebar-left-big-icons.sidebar-light
    .sidebar-left
    .nano
    .nav-main
    > li
    > a {
    border-top: 1px solid #fafafa;
  }

  html.sidebar-left-big-icons.sidebar-light
    .sidebar-left
    .nano
    .nav-main
    > li
    ul.nav-children {
    border-left: 3px solid #f1f1f1;
    background: #fafafa;
  }

  html.sidebar-left-big-icons.sidebar-light
    .sidebar-left
    .nano
    .nav-main
    > li
    ul.nav-children
    li:hover
    > a {
    color: #000;
  }

  html.sidebar-left-big-icons.sidebar-light
    .sidebar-left
    .nano
    .nav-main
    > li
    ul.nav-children
    li:hover
    > a:hover {
    background: transparent;
  }

  html.sidebar-left-big-icons.sidebar-light
    .sidebar-left
    .nano
    .nav-main
    li.nav-parent:hover
    > a:before {
    border-right: 4px solid #fafafa;
  }

  html.sidebar-left-big-icons.sidebar-light.sidebar-left-with-menu.boxed:after,
  html.sidebar-left-big-icons.sidebar-light.sidebar-left-with-menu
    .content-with-menu:after {
    box-shadow: none;
  }

  html.sidebar-left-big-icons.sidebar-light.sidebar-left-with-menu:not(
      .sidebar-right-opened
    )
    .inner-menu {
    border-left: 2px solid #e2e3e6;
  }

  html.sidebar-left-big-icons.sidebar-light.sidebar-left-with-menu.no-overflowscrolling:not(
      .dark
    )
    .inner-menu
    .nano {
    box-shadow: none;
  }

  html.sidebar-left-big-icons.sidebar-left-with-menu {
  }

  html.sidebar-left-big-icons.sidebar-left-with-menu:not(
      .sidebar-right-opened
    ):not(.scroll)
    .inner-body {
    margin-left: 153px;
  }

  html.sidebar-left-big-icons.sidebar-left-with-menu:not(
      .sidebar-right-opened
    ):not(.scroll)
    .inner-menu,
  html.sidebar-left-big-icons.sidebar-left-with-menu:not(
      .sidebar-right-opened
    ):not(.scroll)
    .page-header {
    left: 152px;
  }

  html.sidebar-left-big-icons.sidebar-left-with-menu:not(
      .sidebar-right-opened
    ):not(.scroll)
    .content-with-menu
    .inner-toolbar {
    left: 450px;
  }

  html.sidebar-left-big-icons.sidebar-left-with-menu:not(.sidebar-right-opened)
    .inner-menu {
    border-left: 2px solid #282d36;
  }

  html.sidebar-left-big-icons.sidebar-left-with-menu.sidebar-left-collapsed:not(
      .sidebar-right-opened
    ):not(.scroll)
    .content-body {
    margin-left: 55px;
  }

  html.sidebar-left-big-icons.sidebar-left-with-menu.sidebar-left-collapsed:not(
      .sidebar-right-opened
    ):not(.scroll)
    .content-with-menu
    .inner-toolbar {
    left: 355px;
  }

  html.sidebar-left-big-icons.sidebar-left-with-menu.sidebar-left-collapsed:not(
      .sidebar-right-opened
    ):not(.scroll)
    .inner-menu,
  html.sidebar-left-big-icons.sidebar-left-with-menu.sidebar-left-collapsed:not(
      .sidebar-right-opened
    ):not(.scroll)
    .inner-menu-toggle,
  html.sidebar-left-big-icons.sidebar-left-with-menu.sidebar-left-collapsed:not(
      .sidebar-right-opened
    ):not(.scroll)
    .page-header {
    left: 55px;
  }

  html.sidebar-left-big-icons.sidebar-left-with-menu.sidebar-left-collapsed:not(
      .scroll
    )
    .inner-body {
    margin-left: 300px;
  }

  html.sidebar-left-big-icons.sidebar-left-with-menu.scroll .content-with-menu {
    display: flex;
    width: calc(100% + 80px);
    height: calc(100% + 40px);
    border-top: 0;
    margin: -40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1365px) {
  html.sidebar-left-big-icons.sidebar-left-with-menu {
  }

  html.sidebar-left-big-icons.sidebar-left-with-menu .inner-body {
    width: calc(100% - 153px);
  }

  html.sidebar-left-big-icons.sidebar-left-with-menu .content-body {
    margin-left: 0;
  }

  html.sidebar-left-big-icons.sidebar-left-with-menu:not(
      .sidebar-right-opened
    ):not(.scroll)
    .inner-menu-toggle {
    left: 152px;
  }

  html.sidebar-left-big-icons.sidebar-left-with-menu:not(
      .sidebar-right-opened
    ):not(.scroll)
    .content-with-menu
    .inner-toolbar {
    left: 152px;
  }

  html.sidebar-left-big-icons.sidebar-left-with-menu.sidebar-left-collapsed
    .inner-body {
    width: 100% !important;
    margin-left: 0 !important;
  }

  html.sidebar-left-big-icons.sidebar-left-with-menu.sidebar-left-collapsed.inner-menu-opened:not(
      .sidebar-right-opened
    ):not(.scroll)
    .content-body {
    margin-left: 355px;
  }

  html.sidebar-left-big-icons.sidebar-left-with-menu.sidebar-left-collapsed.inner-menu-opened:not(
      .sidebar-right-opened
    ):not(.scroll)
    .content-with-menu
    .inner-toolbar {
    left: 355px;
  }

  html.sidebar-left-big-icons.sidebar-left-with-menu.sidebar-left-collapsed:not(
      .sidebar-right-opened
    ):not(.scroll)
    .content-with-menu
    .inner-toolbar {
    left: 55px;
  }

  html.sidebar-left-big-icons.sidebar-left-with-menu.inner-menu-opened:not(
      .sidebar-right-opened
    ):not(.scroll)
    .content-body {
    margin-left: 300px;
  }

  html.sidebar-left-big-icons.sidebar-left-with-menu.inner-menu-opened:not(
      .sidebar-right-opened
    ):not(.scroll)
    .content-with-menu
    .inner-toolbar {
    left: 452px;
  }
}

@media only screen and (min-width: 768px) {
  html.left-sidebar-panel {
  }

  html.left-sidebar-panel .inner-wrapper {
    padding-top: 85px;
  }

  html.left-sidebar-panel .content-body {
    padding: 0;
    margin-right: 25px;
  }

  html.left-sidebar-panel .page-header {
    display: inline-flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 15px;
  }

  html.left-sidebar-panel .sidebar-left {
    margin: 0 25px 25px;
    border-radius: 5px;
    overflow: hidden;
  }

  html.left-sidebar-panel.sidebar-right-opened .sidebar-left {
    margin: 0 25px 0 0;
  }

  html.left-sidebar-panel.fixed {
  }

  html.left-sidebar-panel.fixed .page-header {
    position: relative;
    left: 0;
    top: 0;
  }

  html.left-sidebar-panel.fixed .content-body {
    margin-left: 350px;
  }

  html.left-sidebar-panel.fixed .sidebar-left {
    margin: 25px;
    padding-bottom: 0;
  }

  html.left-sidebar-panel.fixed.sidebar-right-opened .page-header {
    margin-right: 0;
  }

  html.left-sidebar-panel.fixed.sidebar-right-opened .sidebar-left {
    margin-left: 0;
  }

  html.left-sidebar-panel.fixed.sidebar-right-opened .content-body {
    margin-left: 325px;
  }

  html.left-sidebar-panel.ie9.no-overflowscrolling .nano {
    min-height: 100vh;
  }

  html.left-sidebar-panel.ie9.no-overflowscrolling .nano > .nano-content {
    position: static;
  }

  html.left-sidebar-panel.ie9 .sidebar-left {
    left: 25px;
  }

  html.left-sidebar-panel.ie9 .content-body {
    padding-right: 70px;
    left: 50px;
  }
}

html.no-overflowscrolling .nano {
  height: 100%;
  position: relative;
  overflow: hidden;
  width: 100%;
}

html.no-overflowscrolling .nano > .nano-content {
  bottom: 0;
  left: 0;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  right: 0;
  top: 0;
}

html.no-overflowscrolling .nano > .nano-content:focus {
  outline: none;
}

html.no-overflowscrolling .nano > .nano-content::-webkit-scrollbar {
  display: none;
  visibility: hidden;
}

html.no-overflowscrolling
  .nano.has-scrollbar
  > .nano-content::-webkit-scrollbar {
  display: block;
  visibility: visible;
}

html.no-overflowscrolling .nano > .nano-pane {
  bottom: 0;
  position: absolute;
  opacity: 0.01;
  right: 0;
  top: 0;
  visibility: hidden\9;
  width: 4px;
  transition: 0.2s;
}

html.no-overflowscrolling .nano > .nano-pane > .nano-slider {
  background: #08c;
  margin: 0;
  position: relative;
  visibility: hidden;
}

html.no-overflowscrolling .nano .nano-pane.active,
html.no-overflowscrolling .nano .nano-pane.flashed,
html.no-overflowscrolling .nano:hover > .nano-pane {
  opacity: 0.99;
}

html.no-overflowscrolling .nano:hover > .nano-pane > .nano-slider {
  visibility: visible;
}

html.no-overflowscrolling.custom-scroll .nano > .nano-content {
  overflow: scroll;
  overflow-x: hidden;
}

html.no-overflowscrolling .sidebar-left .nano {
  background: #1d2127;
  box-shadow: -5px 0 0 #2f3139 inset;
}

@media only screen and (max-width: 767px) {
  html.no-overflowscrolling .inner-menu .nano > .nano-content,
  html.no-overflowscrolling .sidebar-left .nano > .nano-content,
  html.no-overflowscrolling .sidebar-right .nano > .nano-content {
    overflow: scroll !important;
    overflow-x: hidden !important;
  }
}

@media only screen and (min-width: 768px) {
  html.overflowscrolling.fixed .inner-menu .nano,
  html.overflowscrolling.fixed .sidebar-left .nano,
  html.overflowscrolling.fixed .sidebar-right .nano {
    height: 100%;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
  }

  html.overflowscrolling.fixed .inner-menu .nano > .nano-pane > .nano-slider,
  html.overflowscrolling.fixed .sidebar-left .nano > .nano-pane > .nano-slider,
  html.overflowscrolling.fixed
    .sidebar-right
    .nano
    > .nano-pane
    > .nano-slider {
    visibility: visible;
  }

  html.overflowscrolling.fixed.custom-scroll .inner-menu .nano > .nano-content,
  html.overflowscrolling.fixed.custom-scroll
    .sidebar-left
    .nano
    > .nano-content,
  html.overflowscrolling.fixed.custom-scroll
    .sidebar-right
    .nano
    > .nano-content {
    overflow-y: scroll;
    overflow-x: hidden;
  }

  html.safari.no-mobile-device.no-overflowscrolling .nano {
    position: absolute !important;
  }
}

.page-header {
  z-index: 1001;
}

.page-header h2 {
  color: #fff;
  border-bottom: 4px solid #08c;
  box-sizing: content-box;
  display: inline-block;
  float: left;
  height: 50px;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 50px;
  margin: 0 0 0 -1px;
  padding: 0 22px 0 20px;
}

.page-header .breadcrumbs {
  display: inline-block;
  font-size: 0;
  line-height: 50px;
  margin: 0;
  padding: 0;
}

.page-header .breadcrumbs li {
  color: #c3c3c3;
  display: inline-block;
  font-weight: 300;
}

.page-header .breadcrumbs li:after {
  content: "/";
  display: inline-block;
  font-size: 0.85rem;
  margin: 0 10px;
  vertical-align: middle;
}

.page-header .breadcrumbs li:last-child:after {
  display: none;
}

.page-header .breadcrumbs .fa-home {
  font-size: 1.4rem;
}

.page-header .breadcrumbs i {
  vertical-align: middle;
}

.page-header .breadcrumbs a,
.page-header .breadcrumbs span {
  color: #c3c3c3;
  display: inline-block;
  font-size: 0.85rem;
  line-height: 20px;
  vertical-align: middle;
}

.page-header .sidebar-right-toggle {
  cursor: pointer;
  color: #c3c3c3;
  display: inline-block;
  font-size: 17px;
  margin: 0 0 0 10px;
  height: 50px;
  width: 50px;
  vertical-align: top;
  text-align: center;
  transition: all 0.15s ease-in-out;
}

.page-header .sidebar-right-toggle i {
  line-height: 53px;
  vertical-align: middle;
}

.page-header .sidebar-right-toggle:hover {
  color: #08c;
}

.page-header.page-header-left-breadcrumb {
  position: relative;
  background: transparent !important;
  height: auto;
  top: 3px;
  margin: 0 0 15px;
  padding-left: 8px;
  border: 0 !important;
  box-shadow: none !important;
  z-index: 0;
}

.page-header.page-header-left-breadcrumb h2 {
  float: none;
  height: 40px;
  line-height: 30px;
  color: #33353f;
  padding: 0;
  border: 0;
}

.page-header.page-header-left-breadcrumb .right-wrapper {
  float: none;
  padding-left: 0;
}

.page-header.page-header-left-breadcrumb .breadcrumbs {
  margin-top: -10px;
  line-height: 30px;
}

.page-header.page-header-left-breadcrumb .breadcrumbs a,
.page-header.page-header-left-breadcrumb .breadcrumbs span {
  color: #757677;
}

.page-header.page-header-left-breadcrumb .sidebar-right-toggle {
  position: absolute;
  top: 30%;
  right: -25px;
  color: #33353f;
  transform: translateY(-50%);
}

.page-header.page-header-left-inline-breadcrumb {
  display: flex;
  align-items: center;
  background: transparent;
  height: auto;
  padding: 25px 21px 0;
  margin-bottom: 20px;
  border: 0;
  box-shadow: none;
  justify-content: space-between;
}

.page-header.page-header-left-inline-breadcrumb h2 {
  flex: 0 0 auto;
  border: 0;
  color: #33353f;
}

.page-header.page-header-left-inline-breadcrumb .breadcrumbs li:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.6rem;
}

.page-header.page-header-left-inline-breadcrumb .breadcrumbs a,
.page-header.page-header-left-inline-breadcrumb .breadcrumbs span {
  font-size: 0.8rem;
  font-weight: 400;
  color: #757677;
  text-transform: uppercase;
}

.page-header.page-header-left-inline-breadcrumb .right-wrapper {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .page-header.page-header-left-inline-breadcrumb {
    flex-wrap: wrap;
  }

  .page-header.page-header-left-inline-breadcrumb .right-wrapper {
    padding-left: 20px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .page-header.page-header-left-inline-breadcrumb {
    padding-left: 1px;
    padding-right: 1px;
  }
}

@media (max-width: 767px) {
  .page-header .page-header-left-breadcrumb {
    margin-top: 15px;
  }

  .page-header.page-header-left-inline-breadcrumb {
    padding-left: 0;
  }
}

html.modern.fixed .content-body {
  margin-top: 10px;
}

html.modern.fixed .page-header.page-header-left-inline-breadcrumb {
  background: #f5f5f8;
  padding-bottom: 12px;
}

@media only screen and (max-width: 767px) {
  .page-header {
    padding-right: 80px;
  }

  .page-header .breadcrumbs {
    display: none;
  }

  .page-header h2 {
    font-size: 16px;
    padding: 0 15px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
  }

  .page-header .sidebar-right-toggle {
    position: absolute;
    right: 0;
    top: 0;
  }
}

html.ie {
}

html.ie .page-header {
}

html.ie .page-header.page-header-left-breadcrumb h2 {
  float: left;
}

.header {
  background: #fff;
  /* border-top: 3px solid #EDEDED; */
  z-index: 1000;
}

.header .logo {
  float: left;
  margin: 10px 0 0 15px;
  left: 0;
}

.header .logo img {
  color: transparent;
}

.header .separator {
  background-image: linear-gradient(#f6f6f6 60%, #ededed);
  display: inline-block;
  height: 100%;
  margin: 0 25px 0;
  width: 1px;
  vertical-align: middle;
}

.header .search {
  width: 170px;
  display: inline-block;
  vertical-align: middle;
}

.header .search .btn,
.header .search .form-control {
  border-color: #ededed;
  box-shadow: none !important;
}

.header .toggle-sidebar-left {
  background: #08c;
  border-radius: 100px;
  color: #fff;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 15px;
  text-align: center;
  top: 14px;
  width: 30px;
}

.header-right {
  float: right;
  height: 56px;
}

html.has-left-sidebar-half .header {
  z-index: 1011;
}

@media only screen and (max-width: 767px) {
  .header .logo-container {
    height: 60px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    background-image: linear-gradient(#f6f6f6 0%, #ffffff 45%);
    border-bottom: 1px solid #e9e9e6;
  }

  .header .logo-container .logo {
    float: none;
    display: inline-block;
    line-height: 57px;
    margin-top: 0;
    background: #000;
  }

  .header .search,
  .header .separator {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  html.header-fixed .header {
    border-radius: 0;
    border-top-color: transparent;
    left: 0;
    position: fixed;
    right: 0;
    top: -3px;
    z-index: 2000;
    margin: 0;
  }

  html.header-fixed .inner-wrapper {
    padding-top: 0;
    margin-top: 60px;
  }
}

.header.header-nav-menu {
}

@media only screen and (min-width: 768px) {
  .header.header-nav-menu .logo {
    position: relative;
    padding: 0 20px 0 5px;
  }

  .header.header-nav-menu .logo:after {
    content: "";
    display: block;
    position: absolute;
    top: -13px;
    right: 0;
    height: 60px;
    border-right: 1px solid #e9e9e6;
  }
}

@media (min-width: 992px) {
  .header.header-nav-menu .header-nav-main {
    float: right;
    margin: 8px 0 0;
    min-height: 45px;
  }

  .header.header-nav-menu .header-nav-main nav > ul > li {
    margin-left: 2px;
  }

  .header.header-nav-menu .header-nav-main nav > ul > li:first-child {
    margin-left: 10px;
  }

  .header.header-nav-menu .header-nav-main nav > ul > li > a {
    display: inline-block;
    border-radius: 4px;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    padding: 10px;
    text-transform: uppercase;
    white-space: initial;
  }

  .header.header-nav-menu .header-nav-main nav > ul > li > a:focus {
    background: transparent;
    color: #08c;
  }

  .header.header-nav-menu
    .header-nav-main
    nav
    > ul
    > li
    > a.dropdown-toggle
    .fa-caret-down {
    display: none;
  }

  .header.header-nav-menu
    .header-nav-main
    nav
    > ul
    > li
    > a.dropdown-toggle:after {
    border-color: #08c transparent transparent transparent;
    border-style: solid;
    border-width: 4px;
    content: " ";
    float: right;
    margin-top: 7px;
    margin-left: 4px;
  }

  .header.header-nav-menu .header-nav-main nav > ul > li.active > a,
  .header.header-nav-menu .header-nav-main nav > ul > li.show > a,
  .header.header-nav-menu .header-nav-main nav > ul > li:hover > a {
    background: #08c;
    color: #fff;
  }

  .header.header-nav-menu
    .header-nav-main
    nav
    > ul
    > li.dropdown
    .dropdown-menu {
    top: -10000px;
    display: block;
    opacity: 0;
    left: auto;
    border-radius: 0 4px 4px;
    border: 0;
    border-top: 5px solid #08c;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
    margin: -3px 0 0 0;
    min-width: 200px;
    padding: 5px;
    text-align: left;
  }

  .header.header-nav-menu
    .header-nav-main
    nav
    > ul
    > li.dropdown
    .dropdown-menu
    li
    a {
    border-bottom: 1px solid #f4f4f4;
    color: #777;
    font-size: 0.8em;
    font-weight: 400;
    padding: 6px 20px 6px 8px;
    position: relative;
    text-transform: none;
    white-space: initial;
  }

  .header.header-nav-menu
    .header-nav-main
    nav
    > ul
    > li.dropdown
    .dropdown-menu
    li.dropdown-submenu {
    position: relative;
  }

  .header.header-nav-menu
    .header-nav-main
    nav
    > ul
    > li.dropdown
    .dropdown-menu
    li.dropdown-submenu
    > a
    .fa-caret-down {
    display: none;
  }

  .header.header-nav-menu
    .header-nav-main
    nav
    > ul
    > li.dropdown
    .dropdown-menu
    li.dropdown-submenu
    > a:after {
    border-color: transparent transparent transparent #08c;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    content: " ";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }

  .header.header-nav-menu
    .header-nav-main
    nav
    > ul
    > li.dropdown
    .dropdown-menu
    li.dropdown-submenu
    > .dropdown-menu {
    display: block;
    margin-top: -10px;
    margin-left: -1px;
    border-radius: 4px;
    opacity: 0;
  }

  .header.header-nav-menu
    .header-nav-main
    nav
    > ul
    > li.dropdown
    .dropdown-menu
    li.dropdown-submenu:hover
    > .dropdown-menu {
    top: 0;
    opacity: 1;
  }

  .header.header-nav-menu
    .header-nav-main
    nav
    > ul
    > li.dropdown
    .dropdown-menu
    li:last-child
    a {
    border-bottom: 0;
  }

  .header.header-nav-menu
    .header-nav-main
    nav
    > ul
    > li.dropdown.show
    li.dropdown-submenu
    > .dropdown-menu,
  .header.header-nav-menu
    .header-nav-main
    nav
    > ul
    > li.dropdown:hover
    li.dropdown-submenu
    > .dropdown-menu {
    left: 100%;
  }

  .header.header-nav-menu .header-nav-main nav > ul > li.dropdown.show > a,
  .header.header-nav-menu .header-nav-main nav > ul > li.dropdown:hover > a {
    padding-bottom: 15px;
  }

  .header.header-nav-menu
    .header-nav-main
    nav
    > ul
    > li.dropdown.show
    > .dropdown-menu,
  .header.header-nav-menu
    .header-nav-main
    nav
    > ul
    > li.dropdown:hover
    > .dropdown-menu {
    top: auto;
    display: block;
    opacity: 1;
  }

  .header.header-nav-menu
    .header-nav-main
    nav
    > ul
    > li.dropdown-reverse
    .dropdown-menu
    li
    a {
    padding-right: 8px;
    padding-left: 20px;
  }

  .header.header-nav-menu
    .header-nav-main
    nav
    > ul
    > li.dropdown-reverse
    .dropdown-menu
    li.dropdown-submenu
    > a:after {
    border-width: 4px 4px 4px 0;
  }

  .header.header-nav-menu .header-nav-main nav > ul > li.dropdown-mega {
    position: static;
  }

  .header.header-nav-menu
    .header-nav-main
    nav
    > ul
    > li.dropdown-mega
    > .dropdown-menu {
    border-radius: 4px;
    left: 15px;
    right: 15px;
    width: auto;
  }

  .header.header-nav-menu
    .header-nav-main
    nav
    > ul
    > li.dropdown-mega
    .dropdown-mega-content {
    padding: 20px 30px;
  }

  .header.header-nav-menu
    .header-nav-main
    nav
    > ul
    > li.dropdown-mega
    .dropdown-mega-sub-title {
    color: #333333;
    display: block;
    font-size: 1em;
    font-weight: 600;
    margin-top: 20px;
    padding-bottom: 5px;
    text-transform: uppercase;
  }

  .header.header-nav-menu
    .header-nav-main
    nav
    > ul
    > li.dropdown-mega
    .dropdown-mega-sub-title:first-child {
    margin-top: 0;
  }

  .header.header-nav-menu
    .header-nav-main
    nav
    > ul
    > li.dropdown-mega
    .dropdown-mega-sub-nav {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .header.header-nav-menu
    .header-nav-main
    nav
    > ul
    > li.dropdown-mega
    .dropdown-mega-sub-nav
    > li
    > a {
    border: 0 none;
    border-radius: 4px;
    color: #777;
    display: block;
    font-size: 0.9em;
    font-weight: normal;
    margin: 0 0 0 -8px;
    padding: 3px 8px;
    text-shadow: none;
    text-transform: none;
    text-decoration: none;
  }

  .header.header-nav-menu
    .header-nav-main
    nav
    > ul
    > li.dropdown-mega
    .dropdown-mega-sub-nav
    > li:hover
    > a {
    background: #f4f4f4;
  }

  .header.header-nav-menu
    .header-nav-main
    nav
    > ul
    > li.dropdown-mega
    .dropdown-mega-sub-nav
    .mega-sub-nav-toggle {
    width: 20px;
    text-align: center;
  }

  .header.header-nav-menu
    .header-nav-main
    nav
    > ul
    > li.dropdown-mega
    .dropdown-mega-sub-nav
    .mega-sub-nav-toggle:before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  }

  .header.header-nav-menu
    .header-nav-main
    nav
    > ul
    > li.dropdown-mega
    .dropdown-mega-sub-nav
    .mega-sub-nav-toggle.toggled:before {
    content: "";
  }

  .header.header-nav-menu
    .header-nav-main
    nav
    > ul
    > li.dropdown-mega
    .dropdown-mega-sub-nav
    .dropdown-mega-sub-nav {
    padding-left: 15px;
  }

  .header.header-nav-menu .header-nav-main nav > ul > li .badge {
    margin-right: -16px;
    margin-top: 4px;
  }

  .header.header-nav-menu
    .header-nav-main.header-nav-main-square
    nav
    > ul
    > li
    > a {
    border-radius: 0;
  }

  .header.header-nav-menu
    .header-nav-main.header-nav-main-square
    nav
    > ul
    > li.dropdown
    .dropdown-menu {
    margin-top: 0;
    border-radius: 0;
  }

  .header.header-nav-menu
    .header-nav-main.header-nav-main-square
    nav
    > ul
    > li.dropdown
    .dropdown-menu
    li.dropdown-submenu
    > .dropdown-menu {
    border-radius: 0;
  }

  .header.header-nav-menu
    .header-nav-main.header-nav-main-square
    nav
    > ul
    > li.dropdown-mega
    > .dropdown-menu {
    border-radius: 0;
  }

  .header.header-nav-menu
    .header-nav-main.header-nav-main-square
    nav
    > ul
    > li.dropdown-mega
    .dropdown-mega-sub-nav
    > li
    > a {
    border-radius: 0;
  }

  .header.header-nav-menu
    .header-nav-main
    .dropdown-reverse
    a
    > .thumb-info-preview {
    transform: translate3d(20px, 0, 0);
    right: 100%;
    left: auto;
    padding-left: 0;
    margin-right: 10px;
  }

  .header.header-nav-menu
    .header-nav-main
    .dropdown-reverse
    a:hover
    > .thumb-info-preview {
    transform: translate3d(0, 0, 0);
  }

  .header.header-nav-menu .header-nav {
    float: left;
  }

  .header.header-nav-menu .header-nav.header-nav-dark-dropdown {
    margin-bottom: -9px;
  }

  .header.header-nav-menu
    .header-nav.header-nav-dark-dropdown
    nav
    > ul
    > li:hover
    > a,
  .header.header-nav-menu
    .header-nav.header-nav-dark-dropdown
    nav
    > ul
    > li
    > a {
    background: transparent;
    color: #444;
    padding: 65px 13px 24px;
    margin: 0;
  }

  .header.header-nav-menu
    .header-nav.header-nav-dark-dropdown
    nav
    > ul
    > li
    > a.dropdown-toggle:after {
    border-color: #444 transparent transparent transparent;
  }

  .header.header-nav-menu
    .header-nav.header-nav-dark-dropdown
    nav
    > ul
    > li.dropdown
    li
    a {
    border-bottom-color: #2a2a2a;
  }

  .header.header-nav-menu
    .header-nav.header-nav-dark-dropdown
    nav
    > ul
    > li.dropdown
    .dropdown-menu {
    background: #1e1e1e;
  }

  .header.header-nav-menu
    .header-nav.header-nav-dark-dropdown
    nav
    > ul
    > li.dropdown
    .dropdown-menu
    > li
    > a {
    color: #969696;
  }

  .header.header-nav-menu
    .header-nav.header-nav-dark-dropdown
    nav
    > ul
    > li.dropdown
    .dropdown-menu
    > li
    > a:focus,
  .header.header-nav-menu
    .header-nav.header-nav-dark-dropdown
    nav
    > ul
    > li.dropdown
    .dropdown-menu
    > li
    > a:hover {
    background: #282828;
  }

  .header.header-nav-menu
    .header-nav.header-nav-dark-dropdown
    nav
    > ul
    > li.dropdown.dropdown-mega
    .dropdown-mega-sub-title {
    color: #ababab;
  }

  .header.header-nav-menu
    .header-nav.header-nav-dark-dropdown
    nav
    > ul
    > li.dropdown.dropdown-mega
    .dropdown-mega-sub-nav
    > li:hover
    > a {
    background: #282828;
  }

  .header.header-nav-menu
    .header-nav.header-nav-dark-dropdown
    .header-social-icons {
    margin-top: 70px;
  }

  .header.header-nav-menu .header-nav-main {
    display: block !important;
    height: auto !important;
  }

  .header.header-nav-menu .header-nav-bar {
    background: #f4f4f4;
    padding: 0 10px 5px;
    margin-bottom: 0;
  }

  .header.header-nav-menu .header-nav-bar .header-nav-main {
    float: left;
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .header.header-nav-menu
    .header-nav-main.header-nav-main-light
    nav
    > ul
    > li
    > a {
    color: #fff;
  }

  .header.header-nav-menu
    .header-nav-main.header-nav-main-light
    nav
    > ul
    > li
    > a.dropdown-toggle:after {
    border-color: #fff transparent transparent transparent;
  }

  .header.header-nav-menu
    .header-nav-main.header-nav-main-light
    nav
    > ul
    > li.show
    > a,
  .header.header-nav-menu
    .header-nav-main.header-nav-main-light
    nav
    > ul
    > li:hover
    > a {
    background: #fff;
  }

  .header.header-nav-menu
    .header-nav-main.header-nav-main-light
    nav
    > ul
    > li.show
    > a.dropdown-toggle:after,
  .header.header-nav-menu
    .header-nav-main.header-nav-main-light
    nav
    > ul
    > li:hover
    > a.dropdown-toggle:after {
    border-color: #ccc transparent transparent transparent;
  }

  .header.header-nav-menu
    .header-nav-main.header-nav-main-light
    nav
    > ul
    > li.show
    > .dropdown-menu,
  .header.header-nav-menu
    .header-nav-main.header-nav-main-light
    nav
    > ul
    > li:hover
    > .dropdown-menu {
    border-top-color: #fff;
    box-shadow: 0 20px 25px rgba(0, 0, 0, 0.05);
  }

  .header.header-nav-menu
    .header-nav-main.header-nav-main-light
    nav
    > ul
    > li.show
    > .dropdown-menu
    .dropdown-submenu:hover
    > .dropdown-menu,
  .header.header-nav-menu
    .header-nav-main.header-nav-main-light
    nav
    > ul
    > li:hover
    > .dropdown-menu
    .dropdown-submenu:hover
    > .dropdown-menu {
    border-top-color: #fff;
  }

  .header.header-nav-menu
    .header-nav-main.header-nav-main-light
    nav
    > ul
    > li.active
    > a {
    background: #fff;
  }

  .header.header-nav-menu
    .header-nav-main.header-nav-main-light
    nav
    > ul
    > li.active
    > a.dropdown-toggle:after {
    border-color: #ccc transparent transparent transparent;
  }

  .header.header-nav-menu
    .header-nav-main.header-nav-main-light
    .dropdown-menu
    > li
    > a:focus,
  .header.header-nav-menu
    .header-nav-main.header-nav-main-light
    .dropdown-menu
    > li
    > a:hover {
    background: #f5f5f5;
  }
}

@media (min-width: 992px) {
  .header.header-nav-menu
    .header-nav-main-effect-1
    nav
    > ul
    > li.dropdown
    .dropdown-mega-sub-nav
    li
    a,
  .header.header-nav-menu
    .header-nav-main-effect-1
    nav
    > ul
    > li.dropdown
    .dropdown-menu
    li
    a {
    transition: transform 0.2s ease-out;
    transform: translate3d(0, -5px, 0);
  }

  .header.header-nav-menu
    .header-nav-main-effect-1
    nav
    > ul
    > li.dropdown:hover
    .dropdown-mega-sub-nav
    li
    a,
  .header.header-nav-menu
    .header-nav-main-effect-1
    nav
    > ul
    > li.dropdown:hover
    > .dropdown-menu
    li
    a {
    transform: translate3d(0, 0, 0);
  }

  .header.header-nav-menu
    .header-nav-main-effect-1
    nav
    > ul
    > li.dropdown
    .dropdown-menu {
    transition: transform 0.2s ease-out;
    transform: translate3d(0, -5px, 0);
  }

  .header.header-nav-menu
    .header-nav-main-effect-1
    nav
    > ul
    > li.dropdown:hover
    > .dropdown-menu {
    transform: translate3d(0, 0, 0);
  }
}

@media (min-width: 992px) {
  .header.header-nav-menu
    .header-nav-main-effect-2
    nav
    > ul
    > li.dropdown
    .dropdown-menu {
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    transform: translate3d(0, -5px, 0);
    opacity: 0;
  }

  .header.header-nav-menu
    .header-nav-main-effect-2
    nav
    > ul
    > li.dropdown:hover
    > .dropdown-menu {
    transform: translate3d(0, -1px, 0);
    opacity: 1;
  }
}

@media (min-width: 992px) {
  .header.header-nav-menu
    .header-nav-main-effect-3
    nav
    > ul
    > li.dropdown
    .dropdown-menu {
    transition: transform 0.2s ease-out;
    transform: translate3d(0, 10px, 0);
  }

  .header.header-nav-menu
    .header-nav-main-effect-3
    nav
    > ul
    > li.dropdown:hover
    > .dropdown-menu {
    transform: translate3d(0, 0, 0);
  }
}

@media (min-width: 992px) {
  .header.header-nav-menu
    .header-nav-main-sub-effect-1
    nav
    > ul
    > li.dropdown
    .dropdown-menu
    li.dropdown-submenu
    > .dropdown-menu {
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    transform: translate3d(-20px, 0, 0);
    opacity: 0;
  }

  .header.header-nav-menu
    .header-nav-main-sub-effect-1
    nav
    > ul
    > li.dropdown
    .dropdown-menu
    li.dropdown-submenu:hover
    > .dropdown-menu {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }

  .header.header-nav-menu
    .header-nav-main-sub-effect-1
    nav
    > ul
    > li.dropdown.dropdown-reverse
    .dropdown-menu
    li.dropdown-submenu
    > .dropdown-menu {
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    transform: translate3d(20px, 0, 0);
    left: auto;
    right: 100%;
    opacity: 0;
  }

  .header.header-nav-menu
    .header-nav-main-sub-effect-1
    nav
    > ul
    > li.dropdown.dropdown-reverse
    .dropdown-menu
    li.dropdown-submenu:hover
    > .dropdown-menu {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .header.header-nav-menu .header-nav {
    clear: both;
    float: none;
  }

  .header.header-nav-menu .header-nav-main {
    background: #fff;
    padding: 10px;
    max-height: 350px;
    overflow-x: hidden;
    overflow-y: auto;
  }
}

@media (max-width: 767px) and (min-width: 768px) {
  .header.header-nav-menu .header-nav-main {
    position: relative;
    top: 9px;
  }
}

@media (max-width: 767px) {
  .header.header-nav-menu .header-nav-main.collapsing {
    overflow: hidden;
  }
}

@media (max-width: 767px) {
  .header.header-nav-menu .header-nav-main nav {
    margin: 0 0 6px;
  }

  .header.header-nav-menu .header-nav-main nav > ul {
    flex-direction: column;
  }

  .header.header-nav-menu .header-nav-main nav > ul li {
    border-bottom: 1px solid #e8e8e8;
    clear: both;
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    position: relative;
  }

  .header.header-nav-menu .header-nav-main nav > ul li a {
    font-size: 13px;
    font-style: normal;
    line-height: 20px;
    padding: 7px 8px;
    border-radius: 4px;
    white-space: initial;
  }

  .header.header-nav-menu .header-nav-main nav > ul li a .fa-caret-down {
    line-height: 35px;
    min-height: 38px;
    min-width: 30px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 0;
  }

  .header.header-nav-menu .header-nav-main nav > ul li a.dropdown-toggle:after {
    content: none;
  }

  .header.header-nav-menu .header-nav-main nav > ul li.dropdown .dropdown-menu {
    background: transparent;
    padding: 0;
    padding-left: 1rem;
    margin: 0;
    font-size: 13px;
    box-shadow: none;
    border-radius: 0;
    border: 0;
    clear: both;
    display: block;
    float: none;
    overflow: hidden;
    position: static;
    border-top: 0 !important;
  }

  .header.header-nav-menu
    .header-nav-main
    nav
    > ul
    li.dropdown
    .dropdown-menu
    li
    a {
    color: #333;
  }

  .header.header-nav-menu
    .header-nav-main
    nav
    > ul
    li.dropdown
    .dropdown-menu
    li.dropdown-submenu
    > .dropdown-menu {
    margin-left: 20px;
  }

  .header.header-nav-menu
    .header-nav-main
    nav
    > ul
    li.dropdown.showed
    > .dropdown-menu {
    display: block;
    margin-left: 20px;
  }

  .header.header-nav-menu
    .header-nav-main
    nav
    > ul
    li.dropdown-mega
    .dropdown-mega-sub-title {
    margin-top: 10px;
    display: block;
  }

  .header.header-nav-menu
    .header-nav-main
    nav
    > ul
    li.dropdown-mega
    .dropdown-mega-sub-nav {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .header.header-nav-menu
    .header-nav-main
    nav
    > ul
    li.dropdown-mega
    .dropdown-mega-sub-nav
    > li
    > a {
    display: block;
    text-decoration: none;
    color: #333;
  }

  .header.header-nav-menu
    .header-nav-main
    nav
    > ul
    li.dropdown-mega
    .mega-sub-nav-toggle {
    width: 20px;
    text-align: center;
  }

  .header.header-nav-menu
    .header-nav-main
    nav
    > ul
    li.dropdown-mega
    .mega-sub-nav-toggle:before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  }

  .header.header-nav-menu
    .header-nav-main
    nav
    > ul
    li.dropdown-mega
    .mega-sub-nav-toggle.toggled:before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  }

  .header.header-nav-menu .header-nav-main nav > ul li:last-child {
    border-bottom: 0;
  }

  .header.header-nav-menu .header-nav-main nav > ul > li > a {
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 1px;
    margin-bottom: 1px;
    white-space: initial;
  }

  .header.header-nav-menu .header-nav-main nav > ul > li.active > a,
  .header.header-nav-menu .header-nav-main nav > ul > li.active > a:focus,
  .header.header-nav-menu .header-nav-main nav > ul > li.active > a:hover {
    color: #fff;
  }

  .header.header-nav-menu .header-nav-main nav .not-included {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .header.header-nav-menu .header-nav-main a > .thumb-info-preview {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .header.header-nav-menu .header-btn-collapse-nav {
    outline: 0;
    float: right;
    margin-top: 10px;
    margin-right: 15px;
    font-size: 15px;
  }

  .header.header-nav-menu .header-btn-collapse-nav:focus,
  .header.header-nav-menu .header-btn-collapse-nav:hover {
    color: #fff;
  }
}

@media (max-width: 767px) {
  .header.header-nav-menu .header-nav-bar {
    margin: 0 auto;
  }

  .header.header-nav-menu .header-nav-bar .header-btn-collapse-nav {
    margin-top: 14px;
  }
}

@media (max-width: 767px) {
  .header.header-nav-menu .header-transparent .header-nav-main {
    padding: 10px;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 4px;
  }
}

@media (max-width: 767px) {
  .header.header-nav-menu .header-semi-transparent .header-nav-main {
    padding: 10px;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 4px;
  }
}

@media (max-width: 767px) {
  .header.header-nav-menu .header-semi-transparent-light .header-nav-main {
    padding: 10px;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 4px;
  }
}

.header.header-nav-menu
  .header-nav-main
  nav
  > ul
  > li
  ul.dropdown-menu
  li:hover
  > a {
  background-color: #f4f4f4;
}

.header.header-nav-menu .header-nav-main nav > ul > li ul.dropdown-menu li a {
  background: transparent;
}

.header.header-nav-menu
  .header-nav-main
  nav
  > ul
  > li.dropdown-mega.active
  ul.dropdown-mega-sub-nav
  li:hover
  a {
  background-color: #f4f4f4;
}

.header.header-nav-menu
  .header-nav-main
  nav
  > ul
  > li.dropdown-mega.active
  ul.dropdown-mega-sub-nav
  li
  a {
  background: transparent;
}

.header.header-nav-menu .not-included {
  color: #b7b7b7;
  display: block;
  font-size: 0.8em;
  font-style: normal;
  margin: -4px 0;
  padding: 0;
}

.header.header-nav-menu .tip {
  display: inline-block;
  padding: 0 5px;
  background: #2e353e;
  color: #fff;
  text-shadow: none;
  border-radius: 3px;
  margin-left: 8px;
  position: relative;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
}

.header.header-nav-menu .tip:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(46, 53, 62, 0);
  border-right-color: #2e353e;
  border-width: 5px;
  margin-top: -5px;
}

.header.header-nav-menu .tip.skin {
  color: #2e353e;
}

.header.header-nav-menu .search-toggle {
  color: #08c;
}

.header.header-nav-menu .search-toggle:active,
.header.header-nav-menu .search-toggle:focus {
  box-shadow: none;
}

@media (min-width: 992px) {
  .header.header-nav-menu.header-nav-stripe {
    height: initial;
    border-bottom: 0;
  }

  .header.header-nav-menu.header-nav-stripe nav > ul > li:hover > a,
  .header.header-nav-menu.header-nav-stripe nav > ul > li > a {
    background: transparent;
    padding: 18px 13px 19px;
    margin: 0;
  }

  .header.header-nav-menu.header-nav-stripe nav > ul > li > a {
    color: #444;
  }

  .header.header-nav-menu.header-nav-stripe
    nav
    > ul
    > li
    > a.dropdown-toggle:after {
    border-color: #444 transparent transparent transparent;
  }

  .header.header-nav-menu.header-nav-stripe nav > ul > li:hover > a {
    color: #fff;
  }

  .header.header-nav-menu.header-nav-stripe nav > ul > li.dropdown.show > a,
  .header.header-nav-menu.header-nav-stripe nav > ul > li.dropdown:hover > a {
    padding-bottom: 19px;
  }

  .header.header-nav-menu.header-nav-top-line {
    height: initial;
    border-bottom: 0;
  }

  .header.header-nav-menu.header-nav-top-line nav > ul > li:hover > a,
  .header.header-nav-menu.header-nav-top-line nav > ul > li > a {
    position: relative;
    background: transparent !important;
    color: #444;
    padding: 18px 13px 19px;
    margin: 0;
  }

  .header.header-nav-menu.header-nav-top-line nav > ul > li:hover > a:before,
  .header.header-nav-menu.header-nav-top-line nav > ul > li > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    left: -5px;
    opacity: 0;
    background: #08c;
  }

  .header.header-nav-menu.header-nav-top-line nav > ul > li.active > a,
  .header.header-nav-menu.header-nav-top-line nav > ul > li:hover > a {
    color: #08c;
  }

  .header.header-nav-menu.header-nav-top-line nav > ul > li.active > a:before,
  .header.header-nav-menu.header-nav-top-line nav > ul > li:hover > a:before {
    opacity: 1;
  }

  .header.header-nav-menu.header-nav-top-line
    nav
    > ul
    > li.active
    > a.dropdown-toggle:after,
  .header.header-nav-menu.header-nav-top-line
    nav
    > ul
    > li:hover
    > a.dropdown-toggle:after {
    border-color: #08c transparent transparent transparent;
  }

  .header.header-nav-menu.header-nav-top-line
    nav
    > ul
    > li
    > a.dropdown-toggle:after {
    border-color: #444 transparent transparent transparent;
  }

  .header.header-nav-menu.header-nav-top-line nav > ul > li.dropdown.show > a,
  .header.header-nav-menu.header-nav-top-line nav > ul > li.dropdown:hover > a {
    padding-bottom: 19px;
  }

  .header.header-nav-menu.header-nav-stripe .header-nav-main,
  .header.header-nav-menu.header-nav-top-line .header-nav-main {
    margin-top: 0;
  }

  .header.header-nav-menu.header-nav-links nav > ul > li > a {
    display: flex;
    align-items: center;
    color: #444;
    background: transparent !important;
    height: 62px;
  }

  .header.header-nav-menu.header-nav-links
    nav
    > ul
    > li
    > a.dropdown-toggle:after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-size: 0.6rem;
    margin: 0 0 0 7px;
    border: 0;
  }

  .header.header-nav-menu.header-nav-links nav > ul > li:hover > a {
    color: #ccc;
  }

  .header.header-nav-menu.header-nav-links nav > ul > li.dropdown.show > a,
  .header.header-nav-menu.header-nav-links nav > ul > li.dropdown:hover > a {
    padding-bottom: 10px;
  }

  .header.header-nav-menu.header-nav-links
    nav
    > ul
    > li.dropdown
    .dropdown-menu {
    border-top: 0 !important;
  }

  .header.header-nav-menu.header-nav-links
    nav
    > ul
    > li.dropdown
    .dropdown-menu
    li
    a {
    border-bottom: 0;
  }

  .header.header-nav-menu.header-nav-links
    nav
    > ul
    > li.dropdown
    .dropdown-menu
    li:hover
    > a {
    color: #ccc;
    background: transparent;
  }

  .header.header-nav-menu.header-nav-links
    nav
    > ul
    > li.dropdown
    .dropdown-menu
    li.dropdown-submenu
    > a:after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    border: 0;
    font-size: 0.5rem;
  }

  .header.header-nav-menu.header-nav-links
    nav
    > ul
    > li.dropdown-mega
    > .dropdown-menu {
    max-width: calc(100% - 300px);
    margin-left: 300px;
  }

  .header.header-nav-menu.header-nav-links
    nav
    > ul
    > li.dropdown-mega
    .dropdown-mega-sub-nav
    > li
    > a {
    font-size: 0.8em;
  }

  .header.header-nav-menu.header-nav-links
    nav
    > ul
    > li.dropdown-mega
    .dropdown-mega-sub-nav
    .mega-sub-nav-toggle:before {
    content: "";
  }

  .header.header-nav-menu.header-nav-links
    nav
    > ul
    > li.dropdown-mega
    .dropdown-mega-sub-nav
    .mega-sub-nav-toggle.toggled:before {
    content: "";
  }

  .header.header-nav-menu.header-nav-links
    nav
    > ul
    > li.dropdown-mega
    .dropdown-mega-sub-nav
    .mega-sub-nav-toggle.toggled:before,
  .header.header-nav-menu.header-nav-links
    nav
    > ul
    > li.dropdown-mega
    .dropdown-mega-sub-nav
    .mega-sub-nav-toggle:before {
    font-family: "Font Awesome 5 Free";
    font-size: 0.6rem;
    color: inherit;
  }
}

@media only screen and (max-width: 1199px) {
  .header.header-nav-menu .separator {
    margin: 0px 14px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .header.header-nav-menu .search {
    position: absolute;
    top: 50px;
    left: -66px;
  }

  .header.header-nav-menu .search.active {
    display: block !important;
  }

  .header.header-nav-menu .search:before {
    content: "";
    display: block;
    position: absolute;
    top: -7px;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #08c;
    transform: translateX(-50%);
  }
}

@media only screen and (min-width: 992px) {
  .header.header-nav-menu .header-right {
    position: relative;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header.header-nav-menu .header-right {
    position: absolute;
    top: 0;
    right: 0;
  }
}

@media (min-width: 992px) {
  html.sidebar-left-collapsed
    .header.header-nav-menu.header-nav-links
    nav
    > ul
    > li.dropdown-mega
    > .dropdown-menu {
    max-width: calc(100% - 75px);
    margin-left: 75px;
  }
}

.p-relative {
  position: relative !important;
}

.p-absolute {
  position: absolute !important;
}

.p-fixed {
  position: fixed !important;
}

.p-static {
  position: static !important;
}

.hidden {
  display: none !important;
}

.pull-none {
  float: none !important;
}

.pull-left {
  float: left !important;
}

.pull-right {
  float: right !important;
}

@media (max-width: 767px) {
  .pull-xs-left {
    float: left;
  }

  .pull-xs-right {
    float: right;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .pull-sm-left {
    float: left;
  }

  .pull-sm-right {
    float: right;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .pull-md-left {
    float: left;
  }

  .pull-md-right {
    float: right;
  }
}

@media (min-width: 1200px) {
  .pull-lg-left {
    float: left;
  }

  .pull-lg-right {
    float: right;
  }
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-1 {
  opacity: 0.1 !important;
}

.opacity-2 {
  opacity: 0.2 !important;
}

.opacity-3 {
  opacity: 0.3 !important;
}

.opacity-4 {
  opacity: 0.4 !important;
}

.opacity-5 {
  opacity: 0.5 !important;
}

.opacity-6 {
  opacity: 0.6 !important;
}

.opacity-7 {
  opacity: 0.7 !important;
}

.opacity-8 {
  opacity: 0.8 !important;
}

.opacity-9 {
  opacity: 0.9 !important;
}

.opacity-10 {
  opacity: 1 !important;
}

.top-auto {
  top: auto !important;
}

.bottom-auto {
  top: auto !important;
}

.top-0 {
  top: 0px !important;
}

.bottom-0 {
  bottom: 0px !important;
}

.left-0 {
  left: 0px !important;
}

.right-0 {
  right: 0px !important;
}

.top-1 {
  top: 1px !important;
}

.bottom-1 {
  bottom: 1px !important;
}

.left-1 {
  left: 1px !important;
}

.right-1 {
  right: 1px !important;
}

.top-2 {
  top: 2px !important;
}

.bottom-2 {
  bottom: 2px !important;
}

.left-2 {
  left: 2px !important;
}

.right-2 {
  right: 2px !important;
}

.top-3 {
  top: 3px !important;
}

.bottom-3 {
  bottom: 3px !important;
}

.left-3 {
  left: 3px !important;
}

.right-3 {
  right: 3px !important;
}

.top-4 {
  top: 4px !important;
}

.bottom-4 {
  bottom: 4px !important;
}

.left-4 {
  left: 4px !important;
}

.right-4 {
  right: 4px !important;
}

.top-5 {
  top: 5px !important;
}

.bottom-5 {
  bottom: 5px !important;
}

.left-5 {
  left: 5px !important;
}

.right-5 {
  right: 5px !important;
}

.top-6 {
  top: 6px !important;
}

.bottom-6 {
  bottom: 6px !important;
}

.left-6 {
  left: 6px !important;
}

.right-6 {
  right: 6px !important;
}

.top-7 {
  top: 7px !important;
}

.bottom-7 {
  bottom: 7px !important;
}

.left-7 {
  left: 7px !important;
}

.right-7 {
  right: 7px !important;
}

.top-8 {
  top: 8px !important;
}

.bottom-8 {
  bottom: 8px !important;
}

.left-8 {
  left: 8px !important;
}

.right-8 {
  right: 8px !important;
}

.top-9 {
  top: 9px !important;
}

.bottom-9 {
  bottom: 9px !important;
}

.left-9 {
  left: 9px !important;
}

.right-9 {
  right: 9px !important;
}

.top-10 {
  top: 10px !important;
}

.bottom-10 {
  bottom: 10px !important;
}

.left-10 {
  left: 10px !important;
}

.right-10 {
  right: 10px !important;
}

.inverted {
  color: #fff;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}

h1 .inverted {
  padding-left: 10px;
  padding-right: 10px;
}

h2 .inverted {
  padding-left: 7px;
  padding-right: 7px;
}

h3 .inverted {
  padding-left: 2px;
  padding-right: 2px;
}

h4 .inverted {
  padding-left: 4px;
  padding-right: 4px;
}

h5 .inverted {
  padding-left: 2px;
  padding-right: 2px;
}

h6 .inverted {
  padding-left: 2px;
  padding-right: 2px;
}

.cur-pointer {
  cursor: pointer;
}

.text-xxs {
  font-size: 0.9rem;
}

.text-xs {
  font-size: 1rem;
}

.text-sm {
  font-size: 1.3rem;
}

.text-md {
  font-size: 1.6rem;
}

.text-lg {
  font-size: 1.9rem;
}

.text-xl {
  font-size: 2.2rem;
}

.text-1 {
  font-size: 0.8em !important;
}

.text-2 {
  font-size: 0.9em !important;
}

.text-3 {
  font-size: 1em !important;
}

.text-4-1 {
  font-size: 1.1em !important;
}

.text-4 {
  font-size: 1.2em !important;
}

.text-5 {
  font-size: 1.5em !important;
}

.text-6 {
  font-size: 1.8em !important;
}

.text-7 {
  font-size: 2em !important;
}

.text-8 {
  font-size: 2.3em !important;
}

.text-9 {
  font-size: 2.5em !important;
}

.text-10 {
  font-size: 2.75em !important;
}

.text-11 {
  font-size: 3em !important;
}

.text-12 {
  font-size: 3.5em !important;
}

.text-13 {
  font-size: 4em !important;
}

.text-14 {
  font-size: 4.5em !important;
}

.text-15 {
  font-size: 5em !important;
}

@media (min-width: 576px) {
  .text-sm-1 {
    font-size: 0.8em !important;
  }

  .text-sm-2 {
    font-size: 0.9em !important;
  }

  .text-sm-3 {
    font-size: 1em !important;
  }

  .text-sm-4-1 {
    font-size: 1.1em !important;
  }

  .text-sm-4 {
    font-size: 1.2em !important;
  }

  .text-sm-5 {
    font-size: 1.5em !important;
  }

  .text-sm-6 {
    font-size: 1.8em !important;
  }

  .text-sm-7 {
    font-size: 2em !important;
  }

  .text-sm-8 {
    font-size: 2.3em !important;
  }

  .text-sm-9 {
    font-size: 2.5em !important;
  }

  .text-sm-10 {
    font-size: 2.75em !important;
  }

  .text-sm-11 {
    font-size: 3em !important;
  }

  .text-sm-12 {
    font-size: 3.5em !important;
  }

  .text-sm-13 {
    font-size: 4em !important;
  }

  .text-sm-14 {
    font-size: 4.5em !important;
  }

  .text-sm-15 {
    font-size: 5em !important;
  }
}

@media (min-width: 768px) {
  .text-md-1 {
    font-size: 0.8em !important;
  }

  .text-md-2 {
    font-size: 0.9em !important;
  }

  .text-md-3 {
    font-size: 1em !important;
  }

  .text-md-4-1 {
    font-size: 1.1em !important;
  }

  .text-md-4 {
    font-size: 1.2em !important;
  }

  .text-md-5 {
    font-size: 1.5em !important;
  }

  .text-md-6 {
    font-size: 1.8em !important;
  }

  .text-md-7 {
    font-size: 2em !important;
  }

  .text-md-8 {
    font-size: 2.3em !important;
  }

  .text-md-9 {
    font-size: 2.5em !important;
  }

  .text-md-10 {
    font-size: 2.75em !important;
  }

  .text-md-11 {
    font-size: 3em !important;
  }

  .text-md-12 {
    font-size: 3.5em !important;
  }

  .text-md-13 {
    font-size: 4em !important;
  }

  .text-md-14 {
    font-size: 4.5em !important;
  }

  .text-md-15 {
    font-size: 5em !important;
  }
}

@media (min-width: 992px) {
  .text-lg-1 {
    font-size: 0.8em !important;
  }

  .text-lg-2 {
    font-size: 0.9em !important;
  }

  .text-lg-3 {
    font-size: 1em !important;
  }

  .text-lg-4-1 {
    font-size: 1.1em !important;
  }

  .text-lg-4 {
    font-size: 1.2em !important;
  }

  .text-lg-5 {
    font-size: 1.5em !important;
  }

  .text-lg-6 {
    font-size: 1.8em !important;
  }

  .text-lg-7 {
    font-size: 2em !important;
  }

  .text-lg-8 {
    font-size: 2.3em !important;
  }

  .text-lg-9 {
    font-size: 2.5em !important;
  }

  .text-lg-10 {
    font-size: 2.75em !important;
  }

  .text-lg-11 {
    font-size: 3em !important;
  }

  .text-lg-12 {
    font-size: 3.5em !important;
  }

  .text-lg-13 {
    font-size: 4em !important;
  }

  .text-lg-14 {
    font-size: 4.5em !important;
  }

  .text-lg-15 {
    font-size: 5em !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-1 {
    font-size: 0.8em !important;
  }

  .text-xl-2 {
    font-size: 0.9em !important;
  }

  .text-xl-3 {
    font-size: 1em !important;
  }

  .text-xl-4-1 {
    font-size: 1.1em !important;
  }

  .text-xl-4 {
    font-size: 1.2em !important;
  }

  .text-xl-5 {
    font-size: 1.5em !important;
  }

  .text-xl-6 {
    font-size: 1.8em !important;
  }

  .text-xl-7 {
    font-size: 2em !important;
  }

  .text-xl-8 {
    font-size: 2.3em !important;
  }

  .text-xl-9 {
    font-size: 2.5em !important;
  }

  .text-xl-10 {
    font-size: 2.75em !important;
  }

  .text-xl-11 {
    font-size: 3em !important;
  }

  .text-xl-12 {
    font-size: 3.5em !important;
  }

  .text-xl-13 {
    font-size: 4em !important;
  }

  .text-xl-14 {
    font-size: 4.5em !important;
  }

  .text-xl-15 {
    font-size: 5em !important;
  }
}

.line-height-xs {
  line-height: 16px !important;
}

.line-height-sm {
  line-height: 20px !important;
}

.line-height-md {
  line-height: 24px !important;
}

.line-height-lg {
  line-height: 28px !important;
}

.line-height-xl {
  line-height: 32px !important;
}

.ls-0 {
  letter-spacing: 0 !important;
}

.negative-ls-05 {
  letter-spacing: -0.05em;
}

.negative-ls-1 {
  letter-spacing: -1px;
}

.negative-ls-2 {
  letter-spacing: -2px;
}

.negative-ls-3 {
  letter-spacing: -2.5px;
}

.positive-ls-1 {
  letter-spacing: 1px;
}

.positive-ls-2 {
  letter-spacing: 2px;
}

.positive-ls-3 {
  letter-spacing: 2.5px;
}

.z-index-0 {
  z-index: 0 !important;
}

.z-index-1 {
  z-index: 1 !important;
}

.z-index-2 {
  z-index: 2 !important;
}

.z-index-3 {
  z-index: 3 !important;
}

.outline-none {
  outline: 0 !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-muted {
  color: #999 !important;
}

html.dark .text-muted {
  color: #505461 !important;
}

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

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

.text-color-success {
  color: #34c38f !important;
}

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

.text-color-grey {
  color: #999 !important;
}

.text-color-inherit {
  color: inherit;
}

.bg-primary {
  /* background-color: #08c !important */
  background-color: #ff600f !important;
}

.bg-success {
  background-color: #47a447 !important;
}

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

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

.bg-info {
  background-color: #5bc0de !important;
}

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

.bg-primary {
  /* background-color: #08c !important */
  background-color: #ff600f !important;
}

.bg-secondary {
  background-color: #e36159 !important;
}

.bg-tertiary {
  background-color: #2baab1 !important;
}
.bg-gray {
  background-color: #f5f5f8 !important;
}

.bg-quaternary {
  background-color: #734ba9 !important;
}

.bg-success {
  background-color: #47a447 !important;
}

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

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

.bg-info {
  background-color: #5bc0de !important;
}

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

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-500 {
  font-weight: 500 !important;
}

.font-weight-semibold {
  font-weight: 600 !important;
}

.font-weight-bold,
b,
strong {
  font-weight: 700 !important;
}

.font-weight-extra-bold {
  font-weight: 900 !important;
}

.line-height-1 {
  line-height: 1 !important;
}

.line-height-2 {
  line-height: 1.2 !important;
}

.line-height-3 {
  line-height: 1.3 !important;
}

.line-height-4 {
  line-height: 1.4 !important;
}

.line-height-5 {
  line-height: 1.5 !important;
}

.line-height-6 {
  line-height: 1.6 !important;
}

.line-height-7 {
  line-height: 1.7 !important;
}

.line-height-8 {
  line-height: 1.8 !important;
}

.line-height-9 {
  line-height: 1.9 !important;
}

.no-borders {
  border: none !important;
}

.rounded {
  border-radius: 5px !important;
}

.b-thin {
  border-width: 3px !important;
}

.b-normal {
  border-width: 5px !important;
}

.b-thick {
  border-width: 7px !important;
}

.border-width-1 {
  border-width: 1px !important;
}

.border-width-2 {
  border-width: 2px !important;
}

.border-width-3 {
  border-width: 3px !important;
}

.border-width-4 {
  border-width: 4px !important;
}

.border-width-5 {
  border-width: 5px !important;
}

.border-width-6 {
  border-width: 6px !important;
}

.border-width-7 {
  border-width: 7px !important;
}

.border-width-8 {
  border-width: 8px !important;
}

.border-width-9 {
  border-width: 9px !important;
}

.border-width-10 {
  border-width: 10px !important;
}

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

.border-color-light-grey-2 {
  border-color: #ececec !important;
}

.ib {
  display: inline-block;
  vertical-align: top;
}

.va-middle {
  vertical-align: middle !important;
}

.ws-nowrap {
  white-space: nowrap !important;
}

.ws-normal {
  white-space: normal !important;
}

.col-1-5,
.col-2-5,
.col-3-5,
.col-4-5,
.col-lg-1-5,
.col-lg-2-5,
.col-lg-3-5,
.col-lg-4-5,
.col-md-1-5,
.col-md-2-5,
.col-md-3-5,
.col-md-4-5,
.col-sm-1-5,
.col-sm-2-5,
.col-sm-3-5,
.col-sm-4-5,
.col-xl-1-5,
.col-xl-2-5,
.col-xl-3-5,
.col-xl-4-5 {
  position: relative;
  min-height: 1px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-1-5 {
  flex: 0 0 20%;
  max-width: 20%;
}

.col-2-5 {
  flex: 0 0 40%;
  max-width: 40%;
}

.col-3-5 {
  flex: 0 0 60%;
  max-width: 60%;
}

.col-4-5 {
  flex: 0 0 80%;
  max-width: 80%;
}

@media (min-width: 576px) {
  .col-sm-1-5 {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .col-sm-2-5 {
    flex: 0 0 40%;
    max-width: 40%;
  }

  .col-sm-3-5 {
    flex: 0 0 60%;
    max-width: 60%;
  }

  .col-sm-4-5 {
    flex: 0 0 80%;
    max-width: 80%;
  }
}

@media (min-width: 768px) {
  .col-md-1-5 {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .col-md-2-5 {
    flex: 0 0 40%;
    max-width: 40%;
  }

  .col-md-3-5 {
    flex: 0 0 60%;
    max-width: 60%;
  }

  .col-md-4-5 {
    flex: 0 0 80%;
    max-width: 80%;
  }
}

@media (min-width: 992px) {
  .col-lg-1-5 {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .col-lg-2-5 {
    flex: 0 0 40%;
    max-width: 40%;
  }

  .col-lg-3-5 {
    flex: 0 0 60%;
    max-width: 60%;
  }

  .col-lg-4-5 {
    flex: 0 0 80%;
    max-width: 80%;
  }

  .overflow-lg-auto {
    overflow: auto;
  }

  .w-lg-auto {
    width: auto !important;
  }
}

@media (min-width: 1200px) {
  .col-xl-1-5 {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .col-xl-2-5 {
    flex: 0 0 40%;
    max-width: 40%;
  }

  .col-xl-3-5 {
    flex: 0 0 60%;
    max-width: 60%;
  }

  .col-xl-4-5 {
    flex: 0 0 80%;
    max-width: 80%;
  }

  .overflow-xl-unset {
    overflow: unset;
  }
}

@media (min-width: 1200px) {
  .col-xl-1-8 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  .col-xl-2-8 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-3-8 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }

  .col-xl-4-8 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-5-8 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }

  .col-xl-6-8 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-7-8 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
}

@media (min-width: 1200px) {
  .col-xl-1-10 {
    flex: 0 0 10%;
    max-width: 10%;
  }

  .col-xl-2-10 {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .col-xl-3-10 {
    flex: 0 0 30%;
    max-width: 30%;
  }

  .col-xl-4-10 {
    flex: 0 0 40%;
    max-width: 40%;
  }

  .col-xl-5-10 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-6-10 {
    flex: 0 0 60%;
    max-width: 60%;
  }

  .col-xl-7-10 {
    flex: 0 0 70%;
    max-width: 70%;
  }

  .col-xl-8-10 {
    flex: 0 0 80%;
    max-width: 80%;
  }

  .col-xl-9-10 {
    flex: 0 0 90%;
    max-width: 90%;
  }
}

ul.nav-main {
  margin-right: 5px;
}

ul.nav-main a {
  text-decoration: none;
}

ul.nav-main > li > a {
  padding: 12px 25px;
}

ul.nav-main > li > a:focus,
ul.nav-main > li > a:hover {
  background-color: #21262d;
}

ul.nav-main > li.nav-expanded > a {
  background: #21262d;
}

ul.nav-main li {
  width: 100%;
}

ul.nav-main li a {
  display: block;
  color: #abb4be;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.8rem;
}

ul.nav-main li a span.badge {
  font-weight: normal;
  padding: 0.3em 0.7em 0.4em;
  margin: 0.4em -1em 0 0;
}

ul.nav-main li a .not-included {
  font-style: normal;
  color: #505b67;
  display: inline-block;
  padding: 0 0 0 6px;
}

ul.nav-main li span {
  vertical-align: middle;
}

ul.nav-main li i {
  font-size: 1.15rem;
  width: 1.1em;
  margin-right: 0.5em;
  text-align: center;
  vertical-align: middle;
}

ul.nav-main li.nav-parent {
  position: relative;
}

ul.nav-main li.nav-parent > a {
  cursor: pointer;
}

ul.nav-main li.nav-parent > a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  color: #abb4be;
  position: absolute;
  right: 0;
  top: 0;
  padding: 14px 25px;
}

ul.nav-main li.nav-parent ul.nav-children > li.active > a {
  color: #fff;
}

ul.nav-main li.nav-parent.nav-expanded > a:after {
  content: "";
}

ul.nav-main li.nav-parent.nav-expanded > ul.nav-children {
  display: block;
}

ul.nav-main li .nav-children {
  background: #191c21;
  box-shadow: 0px -3px 3px -3px rgba(0, 0, 0, 0.7) inset;
  padding: 10px 0;
}

ul.nav-main li .nav-children li a {
  padding: 6px 15px 6px 57px;
  overflow: hidden;
}

ul.nav-main li .nav-children li a:focus,
ul.nav-main li .nav-children li a:hover {
  background: #191c21;
}

ul.nav-main li .nav-children li a:after {
  padding: 6px 25px;
}

ul.nav-main li .nav-children .nav-children {
  box-shadow: none;
  padding: 0;
}

ul.nav-main li .nav-children .nav-children li a {
  padding: 6px 15px 6px 82px;
}

ul.nav-main li .nav-children .nav-children .nav-children li a {
  padding: 6px 15px 6px 97px;
}

.accordion > .card > .card-header {
  margin-bottom: 0;
}

.accordion a:hover {
  text-decoration: none !important;
}

.accordion .card {
  margin-top: 5px !important;
}

.accordion .card:first-child {
  margin-top: 0;
}

.accordion .card-title {
  font-size: 16px;
}

.accordion .card-header {
  padding: 0;
  border-radius: 3px !important;
  border-bottom: 0;
}

.accordion .card-header a {
  display: block;
  padding: 10px 20px;
}

.accordion .card-header a:focus,
.accordion .card-header a:hover {
  text-decoration: none;
}

.accordion .card-header a [class^="icon-"] {
  margin-right: 4px;
  position: relative;
  top: 1px;
}

.accordion .card-header a .fa,
.accordion .card-header a .fab,
.accordion .card-header a .fal,
.accordion .card-header a .far,
.accordion .card-header a .fas,
.accordion .card-header a .icons {
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: -1px;
}

.accordion .card-body {
  border-radius: 0 0 5px 5px;
}

.accordion.accordion-sm .card-header a {
  padding: 5px 15px;
  font-size: 0.9em;
}

.accordion.accordion-sm .card-body {
  font-size: 0.9em;
}

.accordion.accordion-lg .card-header a {
  padding: 15px 15px;
  font-size: 1em;
  font-weight: 600;
}

.accordion.without-bg .card-default {
  background: transparent !important;
}

.accordion.without-bg .card-default > .card-header {
  background: transparent !important;
}

.accordion.without-bg .card-body {
  padding-top: 0;
  padding-bottom: 0;
}

.accordion.without-borders .card {
  border: 0;
  box-shadow: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
}

.accordion.without-borders .card-header .btn-link,
.accordion.without-borders .card-header a {
  padding-left: 0;
  padding-right: 0;
}

.accordion.without-borders .card-body {
  padding: 0;
}

.accordion.accordion-primary .card-header {
  background-color: #08c !important;
}

.accordion.accordion-primary .card-header a {
  color: #fff;
}

.accordion.accordion-secondary .card-header {
  background-color: #e36159 !important;
}

.accordion.accordion-secondary .card-header a {
  color: #fff;
}

.accordion.accordion-tertiary .card-header {
  background-color: #2baab1 !important;
}

.accordion.accordion-tertiary .card-header a {
  color: #fff;
}

.accordion.accordion-quaternary .card-header {
  background-color: #734ba9 !important;
}

.accordion.accordion-quaternary .card-header a {
  color: #fff;
}

.accordion.accordion-success .card-header {
  background-color: #47a447 !important;
}

.accordion.accordion-success .card-header a {
  color: #fff;
}

.accordion.accordion-warning .card-header {
  background-color: #ed9c28 !important;
}

.accordion.accordion-warning .card-header a {
  color: #fff;
}

.accordion.accordion-danger .card-header {
  background-color: #d2322d !important;
}

.accordion.accordion-danger .card-header a {
  color: #fff;
}

.accordion.accordion-info .card-header {
  background-color: #5bc0de !important;
}

.accordion.accordion-info .card-header a {
  color: #fff;
}

.accordion.accordion-dark .card-header {
  background-color: #2e353e !important;
}

.accordion.accordion-dark .card-header a {
  color: #fff;
}

.card-accordion {
  margin-top: 5px !important;
  border: 0 !important;
}

.card-accordion a:hover {
  text-decoration: none !important;
}

.card-accordion.card-accordion-first {
  margin-top: 0 !important;
}

.card-accordion .card-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.card-accordion .card-title {
  font-size: 1rem;
}

.alert:last-child {
  margin-bottom: 0;
}

.alert-default {
  background-color: #ebebeb;
  border-color: #e3e3e3;
  color: #6c6c6c;
}

.alert-default .alert-link {
  color: #454545;
}

.alert-primary {
  background-color: #08c;
  border-color: #007ebd;
  color: #fff;
}

.alert-primary .alert-link {
  color: #004466;
}

.alert-dark {
  background-color: #444e5b;
  border-color: #181c21;
  color: #e5e8ec;
}

.alert-dark .alert-link {
  color: white;
}

.alert-dismissible .close {
  color: #000;
  outline: none;
}

.badge-default {
  background: #ebebeb;
  color: #777;
}

.badge-sm {
  font-size: 50%;
}

.badge-md {
  padding: 6px 11px;
}

.badge-ecommerce {
  font-size: 0.6rem;
  font-weight: 600;
  border-radius: 0;
  padding: 0.4rem 0.5rem;
}

.badge-primary {
  /* background: #08c; */
  background: #ff600f;
  color: #fff;
}

.badge-success {
  background: #47a447;
  color: #fff;
}

.badge-warning {
  background: #ed9c28;
  color: #fff;
}

.badge-danger {
  background: #d2322d;
  color: #fff;
}

.badge-info {
  background: #5bc0de;
  color: #fff;
}

.badge-dark {
  background: #2e353e;
  color: #fff;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  box-shadow: none !important;
}

.btn-default.active,
.btn-default:active,
.btn-default:focus,
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn {
  font-size: 0.8rem;
  padding: 0.47rem 0.75rem;
  cursor: pointer;
}

.btn.btn-xs {
  font-size: 0.7rem;
  padding: 0.2rem 0.5rem;
}

.btn.btn-sm {
  font-size: 0.8rem;
  padding: 0.3rem 0.65rem;
}

.btn.btn-lg {
  font-size: 1rem;
  padding: 0.5rem 1rem;
}

.btn.btn-xl {
  font-size: 1rem;
  padding: 0.8rem 2rem;
}

.btn.btn-px-1 {
  padding-left: 0.35rem;
  padding-right: 0.35rem;
}

.btn.btn-px-2 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.btn.btn-px-3 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.btn.btn-px-4 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.btn.btn-px-5 {
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}

.btn.btn-py-1 {
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
}

.btn.btn-py-2 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.btn.btn-py-3 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.btn.btn-py-4 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.btn.btn-py-5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.btn-light {
  background-color: #fff;
  border-color: #fff #fff #e6e6e6;
}

.btn-rounded {
  border-radius: 35px;
}

.btn-modern {
  text-transform: uppercase;
  font-size: 0.8em;
  padding: 0.8rem 1.5rem;
  font-weight: 600;
}

.btn-icon i {
  margin-right: 10px;
}

.btn-icon-right i {
  margin-right: 0;
  margin-left: 10px;
}

.btn-primary {
  background-color: #ff600f;
  border-color: #ff600f #ff600f #c74200;
  color: #fff;
}

.btn-primary.hover,
.btn-primary:hover {
  background-color: #c74200;
  border-color: #c74200 #c74200 #ff600f;
  color: #fff;
}

.btn-primary.focus,
.btn-primary:focus {
  box-shadow: 0 0 0 3px #ff600f;
  color: #fff;
}

.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #ff600f;
  border-color: #ff600f #ff600f #c74200;
}

.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle {
  background-color: #c74200;
  background-image: none;
  border-color: #c74200 #c74200 #c74200;
}

.show > .btn-primary.dropdown-toggle {
  background-color: #c74200;
  background-image: none;
  border-color: #c74200 #c74200 #c74200;
}

.btn-success {
  background-color: #47a447;
  border-color: #47a447 #47a447 #388038;
  color: #fff;
}

.btn-success.hover,
.btn-success:hover {
  background-color: #5ab75a;
  border-color: #63bb63 #63bb63 #47a447;
  color: #fff;
}

.btn-success.focus,
.btn-success:focus {
  box-shadow: 0 0 0 3px rgba(71, 164, 71, 0.5);
  color: #fff;
}

.btn-success.disabled,
.btn-success:disabled {
  background-color: #47a447;
  border-color: #47a447 #47a447 #388038;
}

.btn-success.active,
.btn-success:active,
.show > .btn-success.dropdown-toggle {
  background-color: #3b893b;
  background-image: none;
  border-color: #388038 #388038 #285d28;
}

.show > .btn-success.dropdown-toggle {
  background-color: #3b893b;
  background-image: none;
  border-color: #388038 #388038 #285d28;
}

.btn-warning {
  background-color: #ed9c28;
  border-color: #ed9c28 #ed9c28 #d18211;
  color: #fff;
}

.btn-warning.hover,
.btn-warning:hover {
  background-color: #f0ac4b;
  border-color: #f1b257 #f1b257 #ed9c28;
  color: #fff;
}

.btn-warning.focus,
.btn-warning:focus {
  box-shadow: 0 0 0 3px rgba(237, 156, 40, 0.5);
  color: #fff;
}

.btn-warning.disabled,
.btn-warning:disabled {
  background-color: #ed9c28;
  border-color: #ed9c28 #ed9c28 #d18211;
}

.btn-warning.active,
.btn-warning:active,
.show > .btn-warning.dropdown-toggle {
  background-color: #dc8912;
  background-image: none;
  border-color: #d18211 #d18211 #a1650e;
}

.show > .btn-warning.dropdown-toggle {
  background-color: #dc8912;
  background-image: none;
  border-color: #d18211 #d18211 #a1650e;
}

.btn-danger {
  background-color: #d2322d;
  border-color: #d2322d #d2322d #a82824;
  color: #fff;
}

.btn-danger.hover,
.btn-danger:hover {
  background-color: #d9514d;
  border-color: #db5b57 #db5b57 #d2322d;
  color: #fff;
}

.btn-danger.focus,
.btn-danger:focus {
  box-shadow: 0 0 0 3px rgba(210, 50, 45, 0.5);
  color: #fff;
}

.btn-danger.disabled,
.btn-danger:disabled {
  background-color: #d2322d;
  border-color: #d2322d #d2322d #a82824;
}

.btn-danger.active,
.btn-danger:active,
.show > .btn-danger.dropdown-toggle {
  background-color: #b32b26;
  background-image: none;
  border-color: #a82824 #a82824 #7e1e1b;
}

.show > .btn-danger.dropdown-toggle {
  background-color: #b32b26;
  background-image: none;
  border-color: #a82824 #a82824 #7e1e1b;
}

.btn-info {
  background-color: #5bc0de;
  border-color: #5bc0de #5bc0de #31b0d5;
  color: #fff;
}

.btn-info.hover,
.btn-info:hover {
  background-color: #7bcce4;
  border-color: #85d0e7 #85d0e7 #5bc0de;
  color: #fff;
}

.btn-info.focus,
.btn-info:focus {
  box-shadow: 0 0 0 3px rgba(91, 192, 222, 0.5);
  color: #fff;
}

.btn-info.disabled,
.btn-info:disabled {
  background-color: #5bc0de;
  border-color: #5bc0de #5bc0de #31b0d5;
}

.btn-info.active,
.btn-info:active,
.show > .btn-info.dropdown-toggle {
  background-color: #3bb4d8;
  background-image: none;
  border-color: #31b0d5 #31b0d5 #2390b0;
}

.show > .btn-info.dropdown-toggle {
  background-color: #3bb4d8;
  background-image: none;
  border-color: #31b0d5 #31b0d5 #2390b0;
}

.btn-dark {
  background-color: #2e353e;
  border-color: #2e353e #2e353e #181c21;
  color: #fff;
}

.btn-dark.hover,
.btn-dark:hover {
  background-color: #3e4854;
  border-color: #444e5b #444e5b #2e353e;
  color: #fff;
}

.btn-dark.focus,
.btn-dark:focus {
  box-shadow: 0 0 0 3px rgba(46, 53, 62, 0.5);
  color: #fff;
}

.btn-dark.disabled,
.btn-dark:disabled {
  background-color: #2e353e;
  border-color: #2e353e #2e353e #181c21;
}

.btn-dark.active,
.btn-dark:active,
.show > .btn-dark.dropdown-toggle {
  background-color: #1e2228;
  background-image: none;
  border-color: #181c21 #181c21 #030303;
}

.show > .btn-dark.dropdown-toggle {
  background-color: #1e2228;
  background-image: none;
  border-color: #181c21 #181c21 #030303;
}

.btn-gradient:not(.btn-outline) {
  border: 0;
}

.btn-gradient:not(.btn-outline).hover,
.btn-gradient:not(.btn-outline):hover {
  border: 0;
}

.btn-gradient:not(.btn-outline).focus,
.btn-gradient:not(.btn-outline):focus {
  border: 0;
}

.btn-gradient:not(.btn-outline).disabled,
.btn-gradient:not(.btn-outline):disabled {
  border: 0;
}

.btn-gradient:not(.btn-outline).active,
.btn-gradient:not(.btn-outline):active {
  border: 0;
}

.btn-gradient.btn-outline {
  border: 2px solid transparent;
  background: transparent;
  border-image-slice: 1 !important;
}

.btn-gradient.btn-outline.hover,
.btn-gradient.btn-outline:hover {
  border: 2px solid transparent;
}

.btn-gradient.btn-outline.disabled,
.btn-gradient.btn-outline:disabled {
  border: 2px solid transparent;
}

.btn-gradient.btn-outline.active,
.btn-gradient.btn-outline:active {
  border: 2px solid transparent;
}

html {
}

html .btn-facebook,
html .btn-facebook:active,
html .btn-facebook:focus,
html .btn-facebook:hover,
html .btn-gplus,
html .btn-gplus:active,
html .btn-gplus:focus,
html .btn-gplus:hover,
html .btn-twitter,
html .btn-twitter:active,
html .btn-twitter:focus,
html .btn-twitter:hover {
  color: #fff;
  font-weight: 300;
  padding-left: 30px;
  padding-right: 30px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

html .btn-facebook,
html .btn-facebook:focus {
  background: #3b5998;
  border: 1px solid #37538d;
}

html .btn-facebook:hover {
  background: #4162a7;
  border-color: #3d5c9c;
}

html .btn-facebook:active {
  background: #37538d;
  border-color: #334d82;
}

html .btn-twitter,
html .btn-twitter:focus {
  background: #55acee;
  border: 1px solid #47a5ed;
}

html .btn-twitter:hover {
  background: #63b3ef;
  border-color: #55acee;
}

html .btn-twitter:active {
  background: #47a5ed;
  border-color: #399eec;
}

html .btn-gplus,
html .btn-gplus:focus {
  background: #d95232;
  border: 1px solid #d44927;
}

html .btn-gplus:hover {
  background: #dc6143;
  border-color: #da5635;
}

html .btn-gplus:active {
  background: #d04727;
  border-color: #c34324;
}

.btn-icon i {
  margin-right: 10px;
}

.btn-icon-right i {
  margin-right: 0;
  margin-left: 10px;
}

.card {
  background: transparent;
  box-shadow: none;
  border: none;
}

.card + .card {
  margin-top: 2.2rem;
}

.card.card-admin {
  margin-bottom: 3rem;
}

.card-header {
  background: #eee;
  border-radius: 5px 5px 0 0 !important;
  border-bottom: 1px solid #dadada;
  padding: 18px;
  position: relative;
}

.card-header.bg-white {
  background: #fff;
  border-bottom: 0 none;
  border-right: 0 none;
}

.card-header.bg-primary {
  background: #08c;
  color: #fff;
  border-bottom: 0 none;
  border-right: 0 none;
}

.card-header.bg-success {
  background: #47a447;
  color: #fff;
  border-bottom: 0 none;
  border-right: 0 none;
}

.card-header.bg-warning {
  background: #ed9c28;
  color: #fff;
  border-bottom: 0 none;
  border-right: 0 none;
}

.card-header.bg-danger {
  background: #d2322d;
  color: #fff;
  border-bottom: 0 none;
  border-right: 0 none;
}

.card-header.bg-info {
  background: #5bc0de;
  color: #fff;
  border-bottom: 0 none;
  border-right: 0 none;
}

.card-header.bg-dark {
  background: #2e353e;
  color: #fff;
  border-bottom: 0 none;
  border-right: 0 none;
}

.card-header.bg-white {
  background: #fff;
  border-bottom: 0 none;
  border-right: 0 none;
}

.card-actions {
  float: right;
}

.card-actions .card-action,
.card-actions a {
  background-color: transparent;
  border-radius: 2px;
  color: #b4b4b4;
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  width: 24px;
}

.card-actions .card-action:hover,
.card-actions a:hover {
  background-color: #eeeeee;
  color: #b4b4b4;
  text-decoration: none;
}

.card-actions .card-action,
.card-actions .card-action:active,
.card-actions .card-action:focus,
.card-actions .card-action:hover,
.card-actions .card-action:visited,
.card-actions a,
.card-actions a:active,
.card-actions a:focus,
.card-actions a:hover,
.card-actions a:visited {
  outline: none !important;
  text-decoration: none !important;
}

.card-title {
  color: #33353f;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  padding: 0;
  text-transform: none;
  margin: 0;
}

.card-subtitle {
  color: #808697;
  font-size: 12px;
  line-height: 1.2em;
  margin: 7px 0 0;
  padding: 0;
}

.card-body {
  background: #fdfdfd;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}

.card-body-nopadding {
  padding: 0;
}

.card-header + .card-body {
  border-radius: 0 0 5px 5px;
}

.card-footer {
  border-radius: 0 0 5px 5px;
  margin-top: -5px;
  background: #fff;
}

.card-footer:after {
  clear: both;
  content: "";
  display: block;
}

.card-footer .pager {
  margin: 0;
  padding: 5px 0;
}

.card-footer .pager:after {
  clear: both;
  content: "";
  display: block;
}

.card-footer-btn-group {
  display: table;
  width: 100%;
  padding: 0;
  border-radius: 0 0 5px 5px !important;
  overflow: hidden;
}

.card-footer-btn-group a {
  background-color: #f5f5f5;
  display: table-cell;
  border-left: 1px solid #ddd;
  padding: 10px 15px;
  text-decoration: none;
}

.card-footer-btn-group a:hover {
  background-color: #f0f0f0;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) inset;
}

.card-footer-btn-group a:first-child {
  border-left: none;
}

.card-body.bg-primary {
  background: #08c;
  color: #fff;
}

.card-body.bg-success {
  background: #47a447;
  color: #fff;
}

.card-body.bg-warning {
  background: #ed9c28;
  color: #fff;
}

.card-body.bg-danger {
  background: #d2322d;
  color: #fff;
}

.card-body.bg-info {
  background: #5bc0de;
  color: #fff;
}

.card-body.bg-dark {
  background: #2e353e;
  color: #fff;
}

.card-featured {
  border-top: 3px solid #33353f;
}

.card-featured .card-header {
  border-radius: 0;
}

.card-featured-top {
  border-top: 3px solid #08c;
}

.card-featured-right {
  border-right: 3px solid #08c;
}

.card-featured-bottom {
  border-bottom: 3px solid #08c;
}

.card-featured-left {
  border-left: 3px solid #08c;
}

.card-featured-primary {
  border-color: #08c;
}

.card-featured-primary .card-title {
  color: #08c;
}

.card-featured-success {
  border-color: #47a447;
}

.card-featured-success .card-title {
  color: #47a447;
}

.card-featured-warning {
  border-color: #ed9c28;
}

.card-featured-warning .card-title {
  color: #ed9c28;
}

.card-featured-danger {
  border-color: #d2322d;
}

.card-featured-danger .card-title {
  color: #d2322d;
}

.card-featured-info {
  border-color: #5bc0de;
}

.card-featured-info .card-title {
  color: #5bc0de;
}

.card-featured-dark {
  border-color: #2e353e;
}

.card-featured-dark .card-title {
  color: #2e353e;
}

.card-highlight .card-header {
  background-color: #08c;
  border-color: #08c;
  color: #fff;
}

.card-highlight .card-title {
  color: #fff;
}

.card-highlight .card-subtitle {
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
}

.card-highlight .card-actions a {
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
}

.card-highlight .card-body {
  background-color: #08c;
  color: #fff;
}

.card-highlight-title .card-header {
  background-color: #2baab1;
}

.card-highlight-title .card-title {
  color: #fff;
}

.card-highlight-title .card-subtitle {
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
}

.card-highlight-title .card-actions a {
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
}

.card-header-icon {
  margin: 0 auto;
  font-size: 2.8rem;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 55px;
}

.card-header-icon.bg-primary {
  background: #08c;
  color: #fff;
}

.card-header-icon.bg-success {
  background: #47a447;
  color: #fff;
}

.card-header-icon.bg-warning {
  background: #ed9c28;
  color: #fff;
}

.card-header-icon.bg-danger {
  background: #d2322d;
  color: #fff;
}

.card-header-icon.bg-info {
  background: #5bc0de;
  color: #fff;
}

.card-header-icon.bg-dark {
  background: #2e353e;
  color: #fff;
}

.card-header-profile-picture img {
  display: block;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  border: 4px solid #fff;
  border-radius: 50px;
}

.card-icon {
  color: #fff;
  font-size: 42px;
  float: left;
}

.card-icon ~ .card-subtitle,
.card-icon ~ .card-title {
  margin-left: 64px;
}

html.dark .card-header {
  background: #282d36;
  border-bottom-color: #1d2127;
}

html.dark .card-actions a:hover {
  background-color: #242830;
}

html.dark .card-body {
  background: #2e353e;
}

html.dark .card-footer {
  background: #242830;
  border-top-color: #191c21;
}

html .card-primary .card-header {
  background: #08c;
}

html .card-primary .card-subtitle {
  opacity: 0.8;
  color: #fff;
}

html .card-primary .card-title {
  color: #fff;
}

html .card-primary .card-actions a {
  background-color: transparent !important;
  color: #fff;
}

html .card-success .card-header {
  background: #47a447;
}

html .card-success .card-subtitle {
  opacity: 0.8;
  color: #fff;
}

html .card-success .card-title {
  color: #fff;
}

html .card-success .card-actions a {
  background-color: transparent !important;
  color: #fff;
}

html .card-warning .card-header {
  background: #ed9c28;
}

html .card-warning .card-subtitle {
  opacity: 0.8;
  color: #fff;
}

html .card-warning .card-title {
  color: #fff;
}

html .card-warning .card-actions a {
  background-color: transparent !important;
  color: #fff;
}

html .card-danger .card-header {
  background: #d2322d;
}

html .card-danger .card-subtitle {
  opacity: 0.8;
  color: #fff;
}

html .card-danger .card-title {
  color: #fff;
}

html .card-danger .card-actions a {
  background-color: transparent !important;
  color: #fff;
}

html .card-info .card-header {
  background: #5bc0de;
}

html .card-info .card-subtitle {
  opacity: 0.8;
  color: #fff;
}

html .card-info .card-title {
  color: #fff;
}

html .card-info .card-actions a {
  background-color: transparent !important;
  color: #fff;
}

html .card-dark .card-header {
  background: #2e353e;
}

html .card-dark .card-subtitle {
  opacity: 0.8;
  color: #fff;
}

html .card-dark .card-title {
  color: #fff;
}

html .card-dark .card-actions a {
  background-color: transparent !important;
  color: #fff;
}

html .card-transparent > .card-header {
  background: none;
  border: 0;
  padding-left: 0;
  padding-right: 0;
}

html .card-transparent > .card-header .card-actions {
  right: 0;
}

html .card-transparent > .card-header + .card-body,
html .card-transparent > .card-header + div > .card-body {
  border-radius: 5px;
}

html .card-transparent > div > .card-body {
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

html .card .card-header-transparent {
  background: none;
  border: 0;
  padding-left: 0;
  padding-right: 0;
}

html .card .card-header-transparent .card-actions {
  right: 0;
}

html .card .card-header-transparent + .card-body,
html .card .card-header-transparent + div > .card-body {
  border-radius: 5px;
}

.card-horizontal {
  display: table;
  width: 100%;
}

.card-horizontal .card-body,
.card-horizontal .card-footer,
.card-horizontal .card-header {
  display: table-cell;
  vertical-align: middle;
}

.card-horizontal .card-header {
  border-radius: 5px 0 0 5px !important;
}

.card-horizontal .card-header + .card-body {
  border-radius: 0 5px 5px 0 !important;
}

.card-horizontal .card-footer {
  border-radius: 0 5px 5px 0 !important;
  margin-top: 0;
}

.card.card-modern {
  border-radius: 7px;
  box-shadow: 0px 0px 37px -36px rgba(0, 0, 0, 0.4);
}
.dashboard_card:hover {
  outline: 1px solid #000 !important;
  box-shadow: 0 0 2px #000 !important;
}
.active_tab {
  outline: 1px solid #000 !important;
  box-shadow: 0 0 2px #000 !important;
  transition: 0.2s ease-in-out;

  .box {
    background: #000 !important;
    color: #fff !important;
    transition: 0.2s ease-in-out;

    i {
      background: #fff !important;
      color: #000 !important;
      transition: 0.3s ease-in-out;
    }
  }
}

.card.card-modern .card-header:not(.note-toolbar) {
  background: #fff;
  border-bottom: 0;
  padding: 25px;
}

.card.card-modern .card-header:not(.note-toolbar) .card-title {
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.2;
}

.card.card-modern .card-header:not(.note-toolbar) + .card-body {
  padding-top: 5px;
}

.card.card-modern .card-actions {
  right: 20px;
  top: 23px;
}

.card.card-modern .card-actions .card-action,
.card.card-modern .card-actions a {
  color: #717171;
  font-size: 10px;
}

.card.card-modern .card-action-toggle:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.card.card-modern.card-collapsed .card-action-toggle:before {
  content: "";
}

.card.card-modern .card-body {
  background: #fff;
  padding: 25px;
  box-shadow: none;
}

.card.card-modern .widget-user-info .widget-user-info-header {
  border-radius: 7px 7px 0 0;
}

.card.card-modern .widget-user-info .widget-user-info-body {
  border-radius: 0 0 7px 7px;
}

.card.card-modern.card-modern-table-over-header
  .datatables-header-footer-wrapper {
  margin-top: -60px;
}

.card.card-modern.card-modern-table-over-header
  .datatables-header-footer-wrapper
  .datatable-header {
  padding-right: 40px;
}

.card.card-modern.card-modern-alt-padding .card-body {
  padding: 20px;
}

@media (max-width: 767px) {
  .card.card-modern .card-actions {
    position: absolute;
  }
}

.card.card-big-info .card-body {
  padding: 0;
  background: #fff;
}

.card.card-big-info .card-body > .row {
  margin-right: 0;
  margin-left: 0;
}

.card.card-big-info .card-body > .row > div[class*="col-"] {
  padding: 2.5rem 2rem;
}

.card.card-big-info .card-body > .row > div[class*="col-"]:first-child {
  background: #f9f9f9;
}

.card.card-big-info
  .card-body
  > .row
  > div[class*="col-"]:first-child
  .card-big-info-title {
  color: #222529;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 10px;
}

.card.card-big-info
  .card-body
  > .row
  > div[class*="col-"]:first-child
  .card-big-info-icon {
  position: relative;
  left: -6px;
  color: #e7e7e7;
  font-size: 5.2rem;
  margin-bottom: 10px;
}

.card-action-dismiss,
.card-action-toggle {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.card-action-toggle:before {
  content: "";
}

.card-collapsed .card-action-toggle:before {
  content: "";
}

.card-action-dismiss:before {
  content: "";
}

html .card-primary .card-actions a,
html .card-primary .card-title {
  color: #fff;
}

html .card-secondary .card-actions a,
html .card-secondary .card-title {
  color: #fff;
}

html .card-tertiary .card-actions a,
html .card-tertiary .card-title {
  color: #fff;
}

html .card-quaternary .card-actions a,
html .card-quaternary .card-title {
  color: #fff;
}

html .card-success .card-actions a,
html .card-success .card-title {
  color: #fff;
}

html .card-warning .card-actions a,
html .card-warning .card-title {
  color: #fff;
}

html .card-danger .card-actions a,
html .card-danger .card-title {
  color: #fff;
}

html .card-info .card-actions a,
html .card-info .card-title {
  color: #fff;
}

html .card-dark .card-actions a,
html .card-dark .card-title {
  color: #fff;
}

@media (min-width: 576px) {
  .card-group .card + .card {
    border-left: 1px solid #ddd;
  }
}

.owl-carousel {
  margin-bottom: 20px;
}

.owl-carousel .owl-item img {
  transform-style: unset;
}

.owl-carousel .thumbnail {
  margin-right: 1px;
}

.owl-carousel .item-video {
  height: 300px;
}

.owl-carousel .owl-nav {
  top: 50%;
  position: absolute;
  margin-top: -20px;
  width: 100%;
}

.owl-carousel .owl-nav div.owl-next,
.owl-carousel .owl-nav div.owl-prev {
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 30px;
  outline: 0;
  background: transparent;
  color: inherit;
}

.owl-carousel .owl-nav div.owl-next:hover,
.owl-carousel .owl-nav div.owl-prev:hover {
  background: #08c;
}

.owl-carousel .owl-nav div.owl-prev {
  left: -5px;
}

.owl-carousel .owl-nav div.owl-prev:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  position: relative;
  left: -1px;
  top: 1px;
}

.owl-carousel .owl-nav .owl-next {
  right: -5px;
}

.owl-carousel .owl-nav .owl-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  position: relative;
  left: 2px;
  top: 1px;
}

.owl-carousel .owl-dots div.owl-dot {
  outline: 0;
}

.owl-carousel .owl-dots div.owl-dot.active span,
.owl-carousel .owl-dots div.owl-dot:hover span {
  background-color: #08c;
}

.owl-carousel.stage-margin .owl-stage-outer {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.owl-carousel.stage-margin .owl-stage-outer .owl-stage {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.owl-carousel.show-nav-hover .owl-nav {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.owl-carousel.show-nav-hover .owl-nav button.owl-prev {
  left: -20px;
}

.owl-carousel.show-nav-hover .owl-nav button.owl-next {
  right: -20px;
}

.owl-carousel.show-nav-hover:hover .owl-nav {
  opacity: 1;
}

.owl-carousel.show-nav-title .owl-nav {
  top: 0;
  right: 0;
  margin-top: -45px;
  width: auto;
}

.owl-carousel.show-nav-title .owl-nav button[class*="owl-"],
.owl-carousel.show-nav-title .owl-nav button[class*="owl-"]:active,
.owl-carousel.show-nav-title .owl-nav button[class*="owl-"]:hover {
  font-size: 18px;
  background: transparent !important;
  width: 18px;
  font-size: 18px;
}

.owl-carousel.show-nav-title .owl-nav button.owl-prev {
  left: -45px;
}

.owl-carousel.rounded-nav .owl-nav button[class*="owl-"] {
  padding: 3px 7px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #999 !important;
  color: #999;
}

.owl-carousel.rounded-nav .owl-nav button[class*="owl-"].hover,
.owl-carousel.rounded-nav .owl-nav button[class*="owl-"]:hover {
  background: transparent !important;
  border: 1px solid #a1a1a1 !important;
  color: #a1a1a1 !important;
}

.owl-carousel.rounded-nav .owl-nav button[class*="owl-"].active,
.owl-carousel.rounded-nav .owl-nav button[class*="owl-"]:active {
  background: transparent !important;
  border: 1px solid #666 !important;
  color: #666 !important;
}

.owl-carousel.nav-bottom .owl-nav {
  position: static;
  margin: 0;
  padding: 0;
  width: auto;
}

.owl-carousel.nav-bottom .owl-nav button.owl-next,
.owl-carousel.nav-bottom .owl-nav button.owl-prev {
  position: static;
}

.owl-carousel.nav-bottom-inside .owl-nav {
  position: relative;
  margin: -4.3rem 0 0 0;
  padding: 0;
  width: auto;
}

.owl-carousel.nav-bottom-inside .owl-nav button.owl-next,
.owl-carousel.nav-bottom-inside .owl-nav button.owl-prev {
  position: static;
}

.owl-carousel.nav-inside .owl-dots,
.owl-carousel.nav-inside .owl-nav {
  bottom: 2px;
  margin-top: 10px;
  position: absolute;
  right: 6px;
}

.owl-carousel.nav-style-1 .owl-nav .owl-next,
.owl-carousel.nav-style-1 .owl-nav .owl-prev {
  width: 20px;
  background: transparent !important;
  color: #000;
}

.owl-carousel.nav-style-1 .owl-nav .owl-next:active,
.owl-carousel.nav-style-1 .owl-nav .owl-next:hover,
.owl-carousel.nav-style-1 .owl-nav .owl-prev:active,
.owl-carousel.nav-style-1 .owl-nav .owl-prev:hover {
  color: #ccc;
}

.owl-carousel.nav-style-1.nav-style-1-light .owl-nav .owl-next,
.owl-carousel.nav-style-1.nav-style-1-light .owl-nav .owl-prev {
  color: #fff !important;
}

.owl-carousel.nav-center-outside .owl-nav {
  width: calc(100% + 90px);
  left: 49.9%;
  transform: translate3d(-50%, 0, 0);
}

.owl-carousel.big-nav .owl-nav,
.owl-carousel.full-width .owl-nav {
  margin-top: -30px;
}

.owl-carousel.big-nav .owl-nav button[class*="owl-"],
.owl-carousel.big-nav .owl-nav button[class*="owl-"]:hover,
.owl-carousel.full-width .owl-nav button[class*="owl-"],
.owl-carousel.full-width .owl-nav button[class*="owl-"]:hover {
  height: auto;
  padding: 20px 0 !important;
}

.owl-carousel.big-nav .owl-nav button.owl-prev,
.owl-carousel.full-width .owl-nav button.owl-prev {
  border-radius: 0 4px 4px 0;
}

.owl-carousel.big-nav .owl-nav button.owl-next,
.owl-carousel.full-width .owl-nav button.owl-next {
  border-radius: 4px 0 0 4px;
}

.owl-carousel.top-border {
  border-top: 1px solid #dbdbdb;
  padding-top: 18px;
}

.owl-carousel.carousel-sync-style-1 {
  position: absolute;
  top: 50%;
  left: -30px;
  max-width: 355px;
  transform: translate3d(0, -50%, 0);
}

@media (max-width: 575px) {
  .owl-carousel.carousel-sync-style-1 {
    left: 0;
    max-width: none;
  }
}

.owl-carousel-spaced {
  margin-left: -5px;
}

.owl-carousel-spaced .owl-item > div {
  margin: 5px;
}

.owl-carousel.testimonials img {
  display: inline-block;
  height: 70px;
  width: 70px;
}

@media (max-width: 575px) {
  .owl-carousel-spaced {
    margin-left: 0;
  }
}

.carousel-areas {
  background: transparent url(../img/patterns/stripes.png) repeat 0 0;
  margin-bottom: -10px;
  padding: 10px 10px 0 10px;
  border-radius: 6px 6px 0 0;
}

.carousel-areas .owl-carousel {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}

.carousel-areas .owl-carousel .owl-nav button.owl-prev {
  left: -55px;
}

.carousel-areas .owl-carousel .owl-nav button.owl-next {
  right: -55px;
}

.carousel-areas .owl-carousel:first-child img {
  border-radius: 6px 6px 0 0;
}

@media (max-width: 991px) {
  .carousel-areas .owl-carousel .owl-nav {
    display: none;
  }
}

.chart {
  width: 100%;
}

.chart.chart-xs {
  height: 150px;
}

.chart.chart-sm {
  height: 184px;
}

.chart.chart-md {
  height: 350px;
}

.chart.chart-lg {
  height: 500px;
}

#flotTip {
  padding: 4px 8px;
  background-color: #000;
  z-index: 100;
  color: #fff;
  opacity: 0.7;
  font-size: 11px;
  border-radius: 5px;
}

.jqstooltip {
  min-width: 30px;
  min-height: 25px;
  border: 0 !important;
  height: auto !important;
  width: auto !important;
}

.circular-bar {
  margin: 25px 0;
}

.circular-bar .circular-bar-chart {
  position: relative;
}

.circular-bar strong {
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  position: absolute;
  top: 35%;
  width: 80%;
  left: 10%;
  text-align: center;
}

.circular-bar label {
  display: block;
  font-weight: 100;
  font-size: 17px;
  line-height: 20px;
  position: absolute;
  top: 50%;
  width: 80%;
  left: 10%;
  text-align: center;
}

.circular-bar.circular-bar-xs {
  width: 50px;
}

.circular-bar.circular-bar-xs strong {
  display: none;
}

.circular-bar.circular-bar-xs label {
  font-size: 11px;
  left: 0;
  text-align: center;
  top: 28%;
  width: 100%;
}

.gauge-chart {
  margin: 25px 0;
}

.gauge-chart strong {
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  margin-top: 10px;
}

.gauge-chart label {
  display: block;
  font-weight: 100;
  font-size: 17px;
  line-height: 20px;
  padding-bottom: 5px;
  text-align: center;
}

.small-chart-wrapper {
  display: inline-block;
  margin: 10px 15px;
  width: 100%;
}

.small-chart-wrapper .small-chart {
  display: inline-block;
  float: left;
  margin-bottom: 8px;
  min-width: 80px;
}

.small-chart-wrapper .small-chart-info {
  display: inline-block;
  padding: 0 0 0 10px;
}

.small-chart-wrapper .small-chart-info label {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  color: #a0a0a0;
  padding: 0;
  margin: 0;
  line-height: 15px;
}

.small-chart-wrapper .small-chart-info strong {
  display: block;
  font-size: 13px;
  padding: 0;
  margin: 0;
  line-height: 15px;
}

.small-chart-wrapper + .small-chart-wrapper {
  margin-left: 25px;
}

@media only screen and (max-width: 767px) {
  .small-chart-wrapper {
    margin-right: 0;
    margin-left: 0;
    text-align: center;
  }

  .small-chart-wrapper .small-chart {
    width: 100%;
    text-align: center;
  }

  .small-chart-wrapper .small-chart-info {
    padding-left: 0;
  }
}

.liquid-meter {
  position: relative;
  max-height: 200px;
  max-width: 200px;
  margin: 0 auto;
  width: 100%;
  padding-bottom: 50%;
}

.liquid-meter meter {
  display: none;
}

.liquid-meter.liquid-meter-loaded {
  width: auto;
  padding-bottom: 0;
}

.liquid-meter.liquid-meter-loaded:before {
  display: none;
}

.liquid-meter-wrapper.liquid-meter-xs .liquid-meter {
  max-height: 120px;
  max-width: 120px;
}

.liquid-meter-wrapper.liquid-meter-sm .liquid-meter {
  max-height: 150px;
  max-width: 150px;
}

.liquid-meter-wrapper.liquid-meter-md .liquid-meter {
  max-height: 200px;
  max-width: 200px;
}

.liquid-meter-wrapper.liquid-meter-lg .liquid-meter {
  max-height: 230px;
  max-width: 230px;
}

.liquid-meter-wrapper .liquid-meter-selector {
  margin-top: 3px;
}

.liquid-meter-wrapper .liquid-meter-selector a {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 11px;
  color: #9b9b9b;
  border-right: 1px solid #e4e4e4;
  display: inline-block;
  padding-right: 8px;
  margin-right: 8px;
}

.liquid-meter-wrapper .liquid-meter-selector a.active {
  color: #08c;
}

.liquid-meter-wrapper .liquid-meter-selector a:last-child {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}

.chart-bar-stacked-sm rect {
  width: 10px;
  transform: translateX(25px);
}

.chart-data-selector {
  visibility: hidden;
  max-height: 255px;
  padding: 6px;
}

.chart-data-selector h2 {
  color: #33353f;
  font-size: 20px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  text-transform: none;
  letter-spacing: -1px;
}

.chart-data-selector h2 .multiselect {
  background: #f6f6f6;
  border: 0 none;
  font-size: 18px;
  font-weight: 600;
  margin: -4px 0 0 4px !important;
  padding: 3px 12px 3px 8px;
}

.chart-data-selector h2 .multiselect:active,
.chart-data-selector h2 .multiselect:focus,
.chart-data-selector h2 .multiselect:hover {
  text-decoration: none;
}

.chart-data-selector h2 .multiselect-container {
  margin: 0 0 0 4px;
  min-width: 120%;
}

.chart-data-selector .chart-data-selector-items {
  position: relative;
  overflow: hidden;
}

.chart-data-selector .chart-data-selector-items .chart-active {
  visibility: hidden;
}

.chart-data-selector .chart-data-selector-items .chart-hidden {
  visibility: hidden;
}

.chart-data-selector.ready {
  max-height: none;
  visibility: visible;
}

.chart-data-selector.ready .chart-active {
  visibility: visible;
  position: relative;
  z-index: 2;
}

.chart-data-selector.ready .chart-hidden {
  visibility: hidden;
  position: absolute;
  z-index: 1;
  top: -9999px;
}

.ct-chart .ct-label,
.ct-chart .ct-label.ct-horizontal,
.ct-chart .ct-label.ct-vertical {
  font-size: 0.75rem;
}

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

.ct-chart .ct-series.ct-series-a .ct-area,
.ct-chart .ct-series.ct-series-a .ct-slice:not(.ct-donut) {
  fill: #08c;
}

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

.ct-chart .ct-series.ct-series-b .ct-area,
.ct-chart .ct-series.ct-series-b .ct-slice:not(.ct-donut) {
  fill: #005580;
}

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

.ct-chart .ct-series.ct-series-c .ct-area,
.ct-chart .ct-series.ct-series-c .ct-slice:not(.ct-donut) {
  fill: #e36159;
}

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

.ct-chart .ct-series.ct-series-d .ct-area,
.ct-chart .ct-series.ct-series-d .ct-slice:not(.ct-donut) {
  fill: #cd2c23;
}

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

.ct-chart .ct-series.ct-series-e .ct-area,
.ct-chart .ct-series.ct-series-e .ct-slice:not(.ct-donut) {
  fill: #2baab1;
}

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

.ct-chart .ct-series.ct-series-f .ct-area,
.ct-chart .ct-series.ct-series-f .ct-slice:not(.ct-donut) {
  fill: #1c6f73;
}

.ct-chart .ct-series.ct-series-g .ct-bar,
.ct-chart .ct-series.ct-series-g .ct-line,
.ct-chart .ct-series.ct-series-g .ct-point,
.ct-chart .ct-series.ct-series-g .ct-slice.ct-donut {
  stroke: #734ba9;
}

.ct-chart .ct-series.ct-series-g .ct-area,
.ct-chart .ct-series.ct-series-g .ct-slice:not(.ct-donut) {
  fill: #734ba9;
}

.ct-chart .ct-series.ct-series-h .ct-bar,
.ct-chart .ct-series.ct-series-h .ct-line,
.ct-chart .ct-series.ct-series-h .ct-point,
.ct-chart .ct-series.ct-series-h .ct-slice.ct-donut {
  stroke: #4f3374;
}

.ct-chart .ct-series.ct-series-h .ct-area,
.ct-chart .ct-series.ct-series-h .ct-slice:not(.ct-donut) {
  fill: #4f3374;
}

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

.ct-chart .ct-series.ct-series-i .ct-area,
.ct-chart .ct-series.ct-series-i .ct-slice:not(.ct-donut) {
  fill: #005580;
}

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

.ct-chart .ct-series.ct-series-j .ct-area,
.ct-chart .ct-series.ct-series-j .ct-slice:not(.ct-donut) {
  fill: #1ab3ff;
}

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

.ct-chart .ct-series.ct-series-k .ct-area,
.ct-chart .ct-series.ct-series-k .ct-slice:not(.ct-donut) {
  fill: #ee9f9a;
}

.ct-chart .ct-series.ct-series-l .ct-bar,
.ct-chart .ct-series.ct-series-l .ct-line,
.ct-chart .ct-series.ct-series-l .ct-point,
.ct-chart .ct-series.ct-series-l .ct-slice.ct-donut {
  stroke: #53ced5;
}

.ct-chart .ct-series.ct-series-l .ct-area,
.ct-chart .ct-series.ct-series-l .ct-slice:not(.ct-donut) {
  fill: #53ced5;
}

.ct-chart .ct-series.ct-series-m .ct-bar,
.ct-chart .ct-series.ct-series-m .ct-line,
.ct-chart .ct-series.ct-series-m .ct-point,
.ct-chart .ct-series.ct-series-m .ct-slice.ct-donut {
  stroke: #9b7cc5;
}

.ct-chart .ct-series.ct-series-m .ct-area,
.ct-chart .ct-series.ct-series-m .ct-slice:not(.ct-donut) {
  fill: #9b7cc5;
}

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

.ct-chart .ct-series.ct-series-n .ct-area,
.ct-chart .ct-series.ct-series-n .ct-slice:not(.ct-donut) {
  fill: #00111a;
}

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

.ct-chart .ct-series.ct-series-o .ct-area,
.ct-chart .ct-series.ct-series-o .ct-slice:not(.ct-donut) {
  fill: #80d5ff;
}

.ct-chart .tooltip {
  opacity: 1;
  position: absolute;
  display: inline-block;
  min-width: 115px;
  padding: 8px;
  background: #08c;
  color: #fff;
  font-weight: 500;
  text-align: center;
  pointer-events: none;
  z-index: 1;
}

.ct-chart .tooltip:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top-color: #08c;
}

.apexcharts-menu {
  text-align: left;
  white-space: nowrap;
}

html.dark .chart-data-selector h2 .multiselect {
  background-color: #282d36;
}

.dataTables_wrapper {
  position: relative;
  padding: 0;
  margin: 0;
}

.dataTables_wrapper .DTTT_container {
  margin-bottom: 5px;
}

.dataTables_wrapper .DTTT_container .btn-group {
  display: inline-block !important;
}

.dataTables_wrapper .DTTT_container .btn {
  margin-left: 5px;
}

.dataTables_wrapper .datatables-header {
  margin-bottom: 15px;
}

.dataTables_wrapper .datatables-header label {
  font-weight: normal;
  margin: 0;
}

.dataTables_wrapper table thead th {
  padding-right: 21px !important;
}

.dataTables_wrapper table.dataTable {
  border-collapse: collapse !important;
  margin: 0 !important;
  width: 100% !important;
}

.dataTables_wrapper div.dataTables_info {
  font-size: 0.7rem;
}

.dataTables_wrapper .pagination {
  margin-top: 20px !important;
}

.datatables-header-footer-wrapper .pagination {
  margin-bottom: 0;
}

.dataTables_wrapper .select2-container {
  display: inline-block;
  margin-right: 10px;
  width: 75px;
}

@media only screen and (max-width: 991px) {
  .dataTables_wrapper .dataTables_length {
    margin-bottom: 15px;
  }

  .dataTables_wrapper .dataTables_length label {
    float: none;
    width: 100%;
  }
}

.dataTables_wrapper .dataTables_filter label {
  width: 50%;
}

.dataTables_wrapper .dataTables_filter input {
  width: 100% !important;
}

@media only screen and (max-width: 991px) {
  .dataTables_wrapper .dataTables_filter label {
    width: 100% !important;
  }
}

.dataTables_wrapper .dataTables_empty {
  padding: 50px 0;
  text-align: center;
}

.dataTables_processing {
  background: #08c;
  border-radius: 100px;
  box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.3);
  color: #fff;
  left: 50%;
  margin-left: -36px;
  padding: 5px 10px;
  position: absolute;
  top: 3px;
}

@media only screen and (max-width: 991px) {
  .dataTables_processing {
    left: auto;
    margin-left: 0;
    right: 0;
  }
}

.datepicker {
  padding: 10px;
  margin: 0 auto;
  line-height: 1.1em;
}

.datepicker.datepicker-inline {
  line-height: 1.7em;
  width: 100%;
}

.datepicker table {
  width: 100%;
}

.datepicker table tr td {
  border-radius: 0;
}

.datepicker table thead tr th {
  cursor: pointer;
  font-size: 0.8rem;
  text-align: center;
  font-weight: normal;
}

.datepicker table thead tr th.prev {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.datepicker table thead tr th.next {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.datepicker table thead tr th:hover {
  color: #fff;
}

.datepicker table td {
  text-align: center;
  font-size: 0.75rem;
}

.datepicker table td.day {
  transition: background-color 0.1s ease-in 0.1s, color 0.1s ease-in 0.1s;
  cursor: pointer;
}

.datepicker table tr td span:hover,
.datepicker tfoot tr th:hover,
.datepicker thead tr:first-child th:hover {
  background: #08c;
  color: #fff;
}

.datepicker table tbody tr td span.new,
.datepicker table tbody tr td span.old {
  color: #ccc;
}

.datepicker table tbody tr td span.new:hover,
.datepicker table tbody tr td span.old:hover {
  color: #fff;
}

.datepicker table tbody tr td.day:hover {
  background: #08c;
  color: #fff;
}

.datepicker table tbody tr td.day.active {
  background: #006699;
  color: #fff;
}

.datepicker table tbody tr td.day.new {
  color: #777;
}

.datepicker table tbody tr td.day.new:hover {
  color: #fff;
}

html:not(.sidebar-light) .datepicker.datepicker-dark {
  background: transparent;
}

html:not(.sidebar-light)
  .datepicker.datepicker-dark
  table
  thead
  tr
  th.datepicker-switch {
  color: #fff;
}

html:not(.sidebar-light) .datepicker.datepicker-dark table thead tr th.dow {
  color: #777;
}

html:not(.sidebar-light) .datepicker.datepicker-dark table tbody tr td span.new,
html:not(.sidebar-light)
  .datepicker.datepicker-dark
  table
  tbody
  tr
  td
  span.old {
  color: #444;
}

html:not(.sidebar-light)
  .datepicker.datepicker-dark
  table
  tbody
  tr
  td
  span.new:hover,
html:not(.sidebar-light)
  .datepicker.datepicker-dark
  table
  tbody
  tr
  td
  span.old:hover {
  color: #fff;
}

html:not(.sidebar-light) .datepicker.datepicker-dark table tbody tr td.day {
  color: #fff;
}

html:not(.sidebar-light)
  .datepicker.datepicker-dark
  table
  tbody
  tr
  td.day:hover {
  background: #08c;
  color: #fff;
}

html:not(.sidebar-light)
  .datepicker.datepicker-dark
  table
  tbody
  tr
  td.day.active {
  background: #006699;
  color: #fff;
}

html:not(.sidebar-light) .datepicker.datepicker-dark table tbody tr td.day.new {
  color: #777;
}

html:not(.sidebar-light)
  .datepicker.datepicker-dark
  table
  tbody
  tr
  td.day.new:hover {
  color: #fff;
}

.datepicker.datepicker-primary {
  min-width: 255px;
}

.datepicker.datepicker-primary.datepicker-inline {
  background: #fff;
  border: 1px solid #eee;
}

.datepicker.datepicker-primary table thead tr:first-child {
  background-color: #08c;
  color: #fff;
}

.datepicker.datepicker-primary table thead tr:first-child th:hover {
  background-color: #006699;
}

.datepicker.datepicker-primary table thead tr:first-child th:first-child {
  border-radius: 4px 0 0 0;
}

.datepicker.datepicker-primary table thead tr:first-child th:last-child {
  border-radius: 0 4px 0 0;
}

.datepicker.datepicker-primary table thead tr:last-child {
  background-color: #0099e6;
  color: #fff;
}

.datepicker.datepicker-primary table thead tr:last-child th:hover {
  background-color: #08c;
}

.datepicker.datepicker-primary table thead tr th {
  border-radius: 0;
}

.react-datepicker-wrapper,
.react-datepicker__input-container,
.react-datepicker__input-container input {
  height: 100%;
}

.react-datepicker-wrapper,
.react-datepicker__input-container input {
  width: 100%;
}

.react-datepicker__input-container input {
  border: 0;
  outline: none;
}

hr {
  border: 0;
  height: 1px;
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0)
  );
  margin: 22px 0 22px 0;
}

hr.short {
  margin: 11px 0 11px 0;
}

hr.tall {
  margin: 44px 0 44px 0;
}

hr.taller {
  margin: 66px 0 66px 0;
}

hr.light {
  background-image: linear-gradient(
    to left,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.2),
    rgba(255, 255, 255, 0)
  );
}

hr.dotted {
  height: 0;
  border-bottom: 1px dotted #ddd;
}

hr.solid {
  height: 0;
  border-bottom: 1px solid #ddd;
}

.dropdown-menu .dropdown-item {
  font-size: 0.9rem;
}

.dropzone {
  position: relative;
  background: rgba(0, 0, 0, 0.03) none repeat scroll 0 0;
  border: 1px solid rgba(0, 0, 0, 0.03);
  border-radius: 3px;
  min-height: 122px;
  padding: 23px;
}

.dropzone .dz-preview.dz-error .dz-error-message {
  display: none;
}

.dropzone .dz-default span {
  transition: color 0.1s ease-in;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.2);
}

.dropzone:hover .dz-default span {
  color: rgba(0, 0, 0, 0.3);
}

.dropzone-modern {
  min-height: 200px;
  background: transparent;
  border: 2px dashed #e7e7e7;
  outline: none;
  transition: ease opacity 300ms;
}

.dropzone-modern .dropzone-upload-message {
  position: absolute;
  top: 50%;
  left: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.dropzone-modern .dropzone-upload-message > i {
  display: block;
  text-align: center;
  font-size: 3rem;
  color: #e7e7e7;
}

.dropzone-modern.dz-started .dropzone-upload-message {
  display: none;
}

.dropzone-modern .dz-preview .dz-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dropzone-modern:hover .dropzone-upload-message > i {
  color: #ccc;
}

.product-price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.product-price .regular-price,
.product-price .sale-price {
  color: #444444;
  line-height: 1.4;
}

.product-price .regular-price.on-sale {
  color: #999;
  text-decoration: line-through;
  margin-right: 7px;
}

.order-old-price {
  font-size: 0.9em;
  text-decoration: line-through;
}

.order-new-price {
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.7);
}

.ecommerce-form-sidebar-overlay-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  z-index: 1041;
  transition: ease opacity 300ms;
}

.ecommerce-form-sidebar-overlay-wrapper .ecommerce-form-sidebar-overlay-body {
  position: absolute;
  right: 0;
  top: 0;
  width: 63%;
  height: 100%;
  padding: 2.5rem 1.5rem 2.5rem 2.5rem;
  background: #f5f5f8;
  transform: translate3d(100%, 0, 0);
  transition: ease transform 0ms;
}

.ecommerce-form-sidebar-overlay-wrapper
  .ecommerce-form-sidebar-overlay-body.scrollable
  .scrollable-pane {
  top: 2.5rem;
  bottom: 2.5rem;
  right: 35px;
}

.ecommerce-form-sidebar-overlay-wrapper
  .ecommerce-form-sidebar-overlay-body
  .ecommerce-form-sidebar-overlay-close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 2.1rem;
  transform: translate3d(-100%, 0, 0);
}

.ecommerce-form-sidebar-overlay-wrapper
  .ecommerce-form-sidebar-overlay-body
  .ecommerce-form-sidebar-overlay-content {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.ecommerce-form-sidebar-overlay-wrapper
  .ecommerce-form-sidebar-overlay-body
  .ecommerce-form-sidebar-overlay-content.scrollable-content {
  width: 100%;
  padding-right: 0;
}

.ecommerce-form-sidebar-overlay-wrapper.show {
  opacity: 1;
  visibility: visible;
}

.ecommerce-form-sidebar-overlay-wrapper.show
  .ecommerce-form-sidebar-overlay-body {
  transition-duration: 300ms;
  transform: translate3d(0, 0, 0);
}

.ecommerce-form-sidebar-overlay-wrapper .action-buttons {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  background: #f5f5f8;
  padding: 20px 10px;
  z-index: 10;
}

@media (min-width: 768px) {
  .ecommerce-form-sidebar-overlay-wrapper .action-buttons {
    width: 100%;
    left: auto;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    margin: 0;
  }
}

.ecommerce-form-sidebar-overlay-wrapper .ecommerce-form {
  padding-bottom: 3rem;
}

.ecommerce-form-sidebar-overlay-wrapper .ecommerce-form > .row + .row {
  margin-top: 35px;
}

@media (max-width: 767px) {
  .ecommerce-form-sidebar-overlay-wrapper .ecommerce-form {
    padding-bottom: 170px;
  }
}

.ecommerce-form-sidebar-overlay-wrapper .loading-overlay {
  z-index: 1;
}

.ecommerce-form-sidebar-overlay-wrapper .dropzone .dz-preview .dz-image {
  z-index: 0;
}

@media (max-width: 1199px) {
  .ecommerce-form-sidebar-overlay-wrapper .ecommerce-form-sidebar-overlay-body {
    width: 83%;
  }
}

@media (max-width: 767px) {
  .ecommerce-form-sidebar-overlay-wrapper .ecommerce-form-sidebar-overlay-body {
    width: 100%;
  }

  .ecommerce-form-sidebar-overlay-wrapper
    .ecommerce-form-sidebar-overlay-body
    .ecommerce-form-sidebar-overlay-close {
    color: #444;
    font-size: 1.5rem;
    transform: none;
  }
}

@media (max-width: 991px) {
  .action-buttons .btn {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}

@media (min-height: 800px) and (min-width: 992px) {
  .action-buttons-fixed {
    padding-bottom: 90px;
  }

  .action-buttons-fixed .action-buttons {
    position: fixed;
    bottom: 0;
    right: 0;
    width: calc(100% - 250px);
    background: #f5f5f8;
    padding: 40px 25px;
    margin: 0;
    z-index: 3;
  }

  html.sidebar-left-collapsed .action-buttons-fixed .action-buttons {
    width: calc(100% - 75px);
  }
}

.ecommerce-status {
  display: flex;
  align-items: center;
}

.ecommerce-status:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color: #ccc;
  margin-right: 0.5rem;
}

.ecommerce-status.on-hold:before {
  background-color: #ffaa00;
}

.ecommerce-status.pending:before {
  background-color: #ffaa00;
}

.ecommerce-status.active:before,
.ecommerce-status.processing:before {
  background-color: #c6e1c6;
}

.ecommerce-status.completed:before,
.ecommerce-status.delivered:before,
.ecommerce-status.approved:before {
  background-color: #2dc210;
}

.ecommerce-status.cancelled:before,
.ecommerce-status.rejected:before,
.ecommerce-status.no-active:before {
  background-color: #FF0F0F;
}

.ecommerce-status.refunded:before {
  background-color: #7ac0ca;
}

.ecommerce-status.failed:before {
  background-color: #e30613;
}

.ecommerce-timeline {
  position: relative;
  overflow: hidden;
}

.ecommerce-timeline:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0px;
  box-shadow: 0px 0px 13px 15px #fff;
  z-index: 1;
}

.ecommerce-timeline:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0px;
  box-shadow: 0px 0px 13px 15px #fff;
  z-index: 1;
}

.ecommerce-timeline .ecommerce-timeline-items-wrapper {
  position: relative;
  padding: 2rem 0 2rem 2.3rem;
}

.ecommerce-timeline .ecommerce-timeline-items-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  width: 4px;
  background: #e7e8e8;
}

.ecommerce-timeline .ecommerce-timeline-items-wrapper .ecommerce-timeline-item {
  position: relative;
  background: #f9f9f9;
  padding: 1rem;
  border-radius: 4px;
}

.ecommerce-timeline
  .ecommerce-timeline-items-wrapper
  .ecommerce-timeline-item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #f9f9f9;
  transform: translate3d(0, -50%, 0);
}

.ecommerce-timeline
  .ecommerce-timeline-items-wrapper
  .ecommerce-timeline-item:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -2rem;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #08c;
  border: 3px solid #fff;
  box-shadow: 0px 0px 0px 2px #08c;
  transform: translate3d(0, -50%, 0);
  box-sizing: content-box;
}

.ecommerce-timeline
  .ecommerce-timeline-items-wrapper
  .ecommerce-timeline-item
  + .ecommerce-timeline-item {
  margin-top: 30px;
}

.ecommerce-timeline
  .ecommerce-timeline-items-wrapper
  .ecommerce-timeline-item
  p {
  margin-bottom: 0;
}

.ecommerce-timeline
  .ecommerce-timeline-items-wrapper
  .ecommerce-timeline-item
  p
  + p {
  margin-top: 20px;
}

.ecommerce-setting-form .card.card-modern {
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
}

.ecommerce-setting-form .card.card-modern .card-header {
  background: #eee;
  padding: 15px 25px;
}

.ecommerce-setting-form .card.card-modern .card-header .card-actions {
  top: 14px;
}

.ecommerce-setting-form .card.card-modern .card-header + .card-body {
  padding-top: 1rem;
}

.body-error {
  margin: 0 auto;
  max-width: 900px;
  width: 100%;
}

.body-error.error-outside {
  display: table;
  height: 100vh;
}

.body-error.error-outside .center-error {
  display: table-cell;
  vertical-align: middle;
}

.body-error.error-inside {
  margin-top: 150px;
}

.body-error .error-header {
  border-bottom: 1px solid #dadada;
  margin-bottom: 50px;
  padding-bottom: 15px;
}

.body-error .error-header .form {
  margin-top: 12px;
}

.body-error .error-code {
  font-size: 10rem;
  line-height: 10rem;
  letter-spacing: -10px;
}

.body-error .error-explanation {
  font-size: 1.2rem;
  line-height: 3.6rem;
  margin-top: 25px;
}

@media only screen and (max-width: 1150px) {
  .body-error.error-inside {
    margin-top: 50px;
    padding-bottom: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1150px) {
  .body-error.error-inside .error-code {
    font-size: 10rem;
    line-height: 10rem;
    letter-spacing: -7px;
  }

  .body-error.error-inside .error-explanation {
    font-size: 1rem;
    line-height: 3.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .body-error .error-code {
    font-size: 9rem;
    line-height: 9rem;
    letter-spacing: -7px;
  }

  .body-error .error-explanation {
    font-size: 0.9rem;
    line-height: 2.8rem;
  }

  .body-error.error-outside {
    height: auto;
    padding: 20px;
  }
}

.fileupload .uneditable-input {
  height: 37px;
  display: inline-block;
  margin-bottom: 0px;
  vertical-align: middle;
  cursor: text;
  background: #fff;
  border: 1px solid #ccc;
  padding: 6px 10px;
  width: 200px;
  overflow: hidden;
  border-radius: 2px;
}

.fileupload .uneditable-input .fa,
.fileupload .uneditable-input .fab,
.fileupload .uneditable-input .fal,
.fileupload .uneditable-input .far,
.fileupload .uneditable-input .fas {
  position: absolute;
  top: 12px;
  left: 26px;
}

.fileupload .uneditable-input .fileupload-preview {
  display: inline-block;
  float: left;
  overflow: hidden;
  padding: 0 0 0 17px;
  text-overflow: ellipsis;
  width: 100%;
}

.fileupload .btn {
  border-radius: 0;
}

.fileupload .btn-file {
  position: relative;
  overflow: hidden;
}

.fileupload .btn-file > input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(-300px, 0) scale(4);
  font-size: 23px;
  direction: ltr;
  cursor: pointer;
}

@media only screen and (max-width: 479px) {
  .fileupload .uneditable-input {
    width: 170px;
  }
}

.flag {
  display: inline-block;
  width: 16px;
  height: 11px;
  background: url(../images/flags.png) no-repeat;
}

.flag.flag-ad {
  background-position: -16px 0;
}

.flag.flag-ae {
  background-position: -32px 0;
}

.flag.flag-af {
  background-position: -48px 0;
}

.flag.flag-ag {
  background-position: -64px 0;
}

.flag.flag-ai {
  background-position: -80px 0;
}

.flag.flag-al {
  background-position: -96px 0;
}

.flag.flag-am {
  background-position: -112px 0;
}

.flag.flag-an {
  background-position: -128px 0;
}

.flag.flag-ao {
  background-position: -144px 0;
}

.flag.flag-ar {
  background-position: -160px 0;
}

.flag.flag-as {
  background-position: -176px 0;
}

.flag.flag-at {
  background-position: -192px 0;
}

.flag.flag-au {
  background-position: -208px 0;
}

.flag.flag-aw {
  background-position: -224px 0;
}

.flag.flag-az {
  background-position: -240px 0;
}

.flag.flag-ba {
  background-position: 0 -11px;
}

.flag.flag-bb {
  background-position: -16px -11px;
}

.flag.flag-bd {
  background-position: -32px -11px;
}

.flag.flag-be {
  background-position: -48px -11px;
}

.flag.flag-bf {
  background-position: -64px -11px;
}

.flag.flag-bg {
  background-position: -80px -11px;
}

.flag.flag-bh {
  background-position: -96px -11px;
}

.flag.flag-bi {
  background-position: -112px -11px;
}

.flag.flag-bj {
  background-position: -128px -11px;
}

.flag.flag-bm {
  background-position: -144px -11px;
}

.flag.flag-bn {
  background-position: -160px -11px;
}

.flag.flag-bo {
  background-position: -176px -11px;
}

.flag.flag-br {
  background-position: -192px -11px;
}

.flag.flag-bs {
  background-position: -208px -11px;
}

.flag.flag-bt {
  background-position: -224px -11px;
}

.flag.flag-bv {
  background-position: -240px -11px;
}

.flag.flag-bw {
  background-position: 0 -22px;
}

.flag.flag-by {
  background-position: -16px -22px;
}

.flag.flag-bz {
  background-position: -32px -22px;
}

.flag.flag-ca {
  background-position: -48px -22px;
}

.flag.flag-catalonia {
  background-position: -64px -22px;
}

.flag.flag-cd {
  background-position: -80px -22px;
}

.flag.flag-cf {
  background-position: -96px -22px;
}

.flag.flag-cg {
  background-position: -112px -22px;
}

.flag.flag-ch {
  background-position: -128px -22px;
}

.flag.flag-ci {
  background-position: -144px -22px;
}

.flag.flag-ck {
  background-position: -160px -22px;
}

.flag.flag-cl {
  background-position: -176px -22px;
}

.flag.flag-cm {
  background-position: -192px -22px;
}

.flag.flag-cn {
  background-position: -208px -22px;
}

.flag.flag-co {
  background-position: -224px -22px;
}

.flag.flag-cr {
  background-position: -240px -22px;
}

.flag.flag-cu {
  background-position: 0 -33px;
}

.flag.flag-cv {
  background-position: -16px -33px;
}

.flag.flag-cw {
  background-position: -32px -33px;
}

.flag.flag-cy {
  background-position: -48px -33px;
}

.flag.flag-cz {
  background-position: -64px -33px;
}

.flag.flag-de {
  background-position: -80px -33px;
}

.flag.flag-dj {
  background-position: -96px -33px;
}

.flag.flag-dk {
  background-position: -112px -33px;
}

.flag.flag-dm {
  background-position: -128px -33px;
}

.flag.flag-do {
  background-position: -144px -33px;
}

.flag.flag-dz {
  background-position: -160px -33px;
}

.flag.flag-ec {
  background-position: -176px -33px;
}

.flag.flag-ee {
  background-position: -192px -33px;
}

.flag.flag-eg {
  background-position: -208px -33px;
}

.flag.flag-eh {
  background-position: -224px -33px;
}

.flag.flag-england {
  background-position: -240px -33px;
}

.flag.flag-er {
  background-position: 0 -44px;
}

.flag.flag-es {
  background-position: -16px -44px;
}

.flag.flag-et {
  background-position: -32px -44px;
}

.flag.flag-eu {
  background-position: -48px -44px;
}

.flag.flag-fi {
  background-position: -64px -44px;
}

.flag.flag-fj {
  background-position: -80px -44px;
}

.flag.flag-fk {
  background-position: -96px -44px;
}

.flag.flag-fm {
  background-position: -112px -44px;
}

.flag.flag-fo {
  background-position: -128px -44px;
}

.flag.flag-fr {
  background-position: -144px -44px;
}

.flag.flag-ga {
  background-position: -160px -44px;
}

.flag.flag-gb {
  background-position: -176px -44px;
}

.flag.flag-gd {
  background-position: -192px -44px;
}

.flag.flag-ge {
  background-position: -208px -44px;
}

.flag.flag-gf {
  background-position: -224px -44px;
}

.flag.flag-gg {
  background-position: -240px -44px;
}

.flag.flag-gh {
  background-position: 0 -55px;
}

.flag.flag-gi {
  background-position: -16px -55px;
}

.flag.flag-gl {
  background-position: -32px -55px;
}

.flag.flag-gm {
  background-position: -48px -55px;
}

.flag.flag-gn {
  background-position: -64px -55px;
}

.flag.flag-gp {
  background-position: -80px -55px;
}

.flag.flag-gq {
  background-position: -96px -55px;
}

.flag.flag-gr {
  background-position: -112px -55px;
}

.flag.flag-gs {
  background-position: -128px -55px;
}

.flag.flag-gt {
  background-position: -144px -55px;
}

.flag.flag-gu {
  background-position: -160px -55px;
}

.flag.flag-gw {
  background-position: -176px -55px;
}

.flag.flag-gy {
  background-position: -192px -55px;
}

.flag.flag-hk {
  background-position: -208px -55px;
}

.flag.flag-hm {
  background-position: -224px -55px;
}

.flag.flag-hn {
  background-position: -240px -55px;
}

.flag.flag-hr {
  background-position: 0 -66px;
}

.flag.flag-ht {
  background-position: -16px -66px;
}

.flag.flag-hu {
  background-position: -32px -66px;
}

.flag.flag-ic {
  background-position: -48px -66px;
}

.flag.flag-id {
  background-position: -64px -66px;
}

.flag.flag-ie {
  background-position: -80px -66px;
}

.flag.flag-il {
  background-position: -96px -66px;
}

.flag.flag-im {
  background-position: -112px -66px;
}

.flag.flag-in {
  background-position: -128px -66px;
}

.flag.flag-io {
  background-position: -144px -66px;
}

.flag.flag-iq {
  background-position: -160px -66px;
}

.flag.flag-ir {
  background-position: -176px -66px;
}

.flag.flag-is {
  background-position: -192px -66px;
}

.flag.flag-it {
  background-position: -208px -66px;
}

.flag.flag-je {
  background-position: -224px -66px;
}

.flag.flag-jm {
  background-position: -240px -66px;
}

.flag.flag-jo {
  background-position: 0 -77px;
}

.flag.flag-jp {
  background-position: -16px -77px;
}

.flag.flag-ke {
  background-position: -32px -77px;
}

.flag.flag-kg {
  background-position: -48px -77px;
}

.flag.flag-kh {
  background-position: -64px -77px;
}

.flag.flag-ki {
  background-position: -80px -77px;
}

.flag.flag-km {
  background-position: -96px -77px;
}

.flag.flag-kn {
  background-position: -112px -77px;
}

.flag.flag-kp {
  background-position: -128px -77px;
}

.flag.flag-kr {
  background-position: -144px -77px;
}

.flag.flag-kurdistan {
  background-position: -160px -77px;
}

.flag.flag-kw {
  background-position: -176px -77px;
}

.flag.flag-ky {
  background-position: -192px -77px;
}

.flag.flag-kz {
  background-position: -208px -77px;
}

.flag.flag-la {
  background-position: -224px -77px;
}

.flag.flag-lb {
  background-position: -240px -77px;
}

.flag.flag-lc {
  background-position: 0 -88px;
}

.flag.flag-li {
  background-position: -16px -88px;
}

.flag.flag-lk {
  background-position: -32px -88px;
}

.flag.flag-lr {
  background-position: -48px -88px;
}

.flag.flag-ls {
  background-position: -64px -88px;
}

.flag.flag-lt {
  background-position: -80px -88px;
}

.flag.flag-lu {
  background-position: -96px -88px;
}

.flag.flag-lv {
  background-position: -112px -88px;
}

.flag.flag-ly {
  background-position: -128px -88px;
}

.flag.flag-ma {
  background-position: -144px -88px;
}

.flag.flag-mc {
  background-position: -160px -88px;
}

.flag.flag-md {
  background-position: -176px -88px;
}

.flag.flag-me {
  background-position: -192px -88px;
}

.flag.flag-mg {
  background-position: -208px -88px;
}

.flag.flag-mh {
  background-position: -224px -88px;
}

.flag.flag-mk {
  background-position: -240px -88px;
}

.flag.flag-ml {
  background-position: 0 -99px;
}

.flag.flag-mm {
  background-position: -16px -99px;
}

.flag.flag-mn {
  background-position: -32px -99px;
}

.flag.flag-mo {
  background-position: -48px -99px;
}

.flag.flag-mp {
  background-position: -64px -99px;
}

.flag.flag-mq {
  background-position: -80px -99px;
}

.flag.flag-mr {
  background-position: -96px -99px;
}

.flag.flag-ms {
  background-position: -112px -99px;
}

.flag.flag-mt {
  background-position: -128px -99px;
}

.flag.flag-mu {
  background-position: -144px -99px;
}

.flag.flag-mv {
  background-position: -160px -99px;
}

.flag.flag-mw {
  background-position: -176px -99px;
}

.flag.flag-mx {
  background-position: -192px -99px;
}

.flag.flag-my {
  background-position: -208px -99px;
}

.flag.flag-mz {
  background-position: -224px -99px;
}

.flag.flag-na {
  background-position: -240px -99px;
}

.flag.flag-nc {
  background-position: 0 -110px;
}

.flag.flag-ne {
  background-position: -16px -110px;
}

.flag.flag-nf {
  background-position: -32px -110px;
}

.flag.flag-ng {
  background-position: -48px -110px;
}

.flag.flag-ni {
  background-position: -64px -110px;
}

.flag.flag-nl {
  background-position: -80px -110px;
}

.flag.flag-no {
  background-position: -96px -110px;
}

.flag.flag-np {
  background-position: -112px -110px;
}

.flag.flag-nr {
  background-position: -128px -110px;
}

.flag.flag-nu {
  background-position: -144px -110px;
}

.flag.flag-nz {
  background-position: -160px -110px;
}

.flag.flag-om {
  background-position: -176px -110px;
}

.flag.flag-pa {
  background-position: -192px -110px;
}

.flag.flag-pe {
  background-position: -208px -110px;
}

.flag.flag-pf {
  background-position: -224px -110px;
}

.flag.flag-pg {
  background-position: -240px -110px;
}

.flag.flag-ph {
  background-position: 0 -121px;
}

.flag.flag-pk {
  background-position: -16px -121px;
}

.flag.flag-pl {
  background-position: -32px -121px;
}

.flag.flag-pm {
  background-position: -48px -121px;
}

.flag.flag-pn {
  background-position: -64px -121px;
}

.flag.flag-pr {
  background-position: -80px -121px;
}

.flag.flag-ps {
  background-position: -96px -121px;
}

.flag.flag-pt {
  background-position: -112px -121px;
}

.flag.flag-pw {
  background-position: -128px -121px;
}

.flag.flag-py {
  background-position: -144px -121px;
}

.flag.flag-qa {
  background-position: -160px -121px;
}

.flag.flag-re {
  background-position: -176px -121px;
}

.flag.flag-ro {
  background-position: -192px -121px;
}

.flag.flag-rs {
  background-position: -208px -121px;
}

.flag.flag-ru {
  background-position: -224px -121px;
}

.flag.flag-rw {
  background-position: -240px -121px;
}

.flag.flag-sa {
  background-position: 0 -132px;
}

.flag.flag-sb {
  background-position: -16px -132px;
}

.flag.flag-sc {
  background-position: -32px -132px;
}

.flag.flag-scotland {
  background-position: -48px -132px;
}

.flag.flag-sd {
  background-position: -64px -132px;
}

.flag.flag-se {
  background-position: -80px -132px;
}

.flag.flag-sg {
  background-position: -96px -132px;
}

.flag.flag-sh {
  background-position: -112px -132px;
}

.flag.flag-si {
  background-position: -128px -132px;
}

.flag.flag-sk {
  background-position: -144px -132px;
}

.flag.flag-sl {
  background-position: -160px -132px;
}

.flag.flag-sm {
  background-position: -176px -132px;
}

.flag.flag-sn {
  background-position: -192px -132px;
}

.flag.flag-so {
  background-position: -208px -132px;
}

.flag.flag-somaliland {
  background-position: -224px -132px;
}

.flag.flag-sr {
  background-position: -240px -132px;
}

.flag.flag-ss {
  background-position: 0 -143px;
}

.flag.flag-st {
  background-position: -16px -143px;
}

.flag.flag-sv {
  background-position: -32px -143px;
}

.flag.flag-sx {
  background-position: -48px -143px;
}

.flag.flag-sy {
  background-position: -64px -143px;
}

.flag.flag-sz {
  background-position: -80px -143px;
}

.flag.flag-tc {
  background-position: -96px -143px;
}

.flag.flag-td {
  background-position: -112px -143px;
}

.flag.flag-tf {
  background-position: -128px -143px;
}

.flag.flag-tg {
  background-position: -144px -143px;
}

.flag.flag-th {
  background-position: -160px -143px;
}

.flag.flag-tibet {
  background-position: -176px -143px;
}

.flag.flag-tj {
  background-position: -192px -143px;
}

.flag.flag-tk {
  background-position: -208px -143px;
}

.flag.flag-tl {
  background-position: -224px -143px;
}

.flag.flag-tm {
  background-position: -240px -143px;
}

.flag.flag-tn {
  background-position: 0 -154px;
}

.flag.flag-to {
  background-position: -16px -154px;
}

.flag.flag-tr {
  background-position: -32px -154px;
}

.flag.flag-tt {
  background-position: -48px -154px;
}

.flag.flag-tv {
  background-position: -64px -154px;
}

.flag.flag-tw {
  background-position: -80px -154px;
}

.flag.flag-tz {
  background-position: -96px -154px;
}

.flag.flag-ua {
  background-position: -112px -154px;
}

.flag.flag-ug {
  background-position: -128px -154px;
}

.flag.flag-um {
  background-position: -144px -154px;
}

.flag.flag-us {
  background-position: -160px -154px;
}

.flag.flag-uy {
  background-position: -176px -154px;
}

.flag.flag-uz {
  background-position: -192px -154px;
}

.flag.flag-va {
  background-position: -208px -154px;
}

.flag.flag-vc {
  background-position: -224px -154px;
}

.flag.flag-ve {
  background-position: -240px -154px;
}

.flag.flag-vg {
  background-position: 0 -165px;
}

.flag.flag-vi {
  background-position: -16px -165px;
}

.flag.flag-vn {
  background-position: -32px -165px;
}

.flag.flag-vu {
  background-position: -48px -165px;
}

.flag.flag-wales {
  background-position: -64px -165px;
}

.flag.flag-wf {
  background-position: -80px -165px;
}

.flag.flag-ws {
  background-position: -96px -165px;
}

.flag.flag-xk {
  background-position: -112px -165px;
}

.flag.flag-ye {
  background-position: -128px -165px;
}

.flag.flag-yt {
  background-position: -144px -165px;
}

.flag.flag-za {
  background-position: -160px -165px;
}

.flag.flag-zanzibar {
  background-position: -176px -165px;
}

.flag.flag-zm {
  background-position: -192px -165px;
}

.flag.flag-zw {
  background-position: -208px -165px;
}

form label {
  font-weight: normal;
  line-height: 1.23;
  vertical-align: middle;
}

textarea {
  resize: vertical;
}

select {
  border: 1px solid #e5e7e9;
  border-radius: 6px;
  outline: none;
}

select:not([multiple]) {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: 0.6em;
  background-position: calc(100% - 1em) center;
  background-repeat: no-repeat;
  padding-right: 2em;
}

select.select-style-1 {
  background-color: #f4f4f4;
  border: 0;
  color: #333;
  font-weight: 700;
}

select.select-style-1:focus {
  background-color: #f4f4f4;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,
    0 0 8px rgba(109, 109, 109, 0.3);
}

.label {
  font-weight: normal;
}

.form-group:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.form-group + .form-group {
  border-top: 1px solid #f3f3f3;
  padding-top: 1rem;
}

.form-control {
  height: auto;
}

.form-control:not(.form-control-lg) {
  font-size: 0.75rem;
  line-height: 1.3;
}

.form-control:not(.form-control-sm):not(.form-control-lg) {
  font-size: 0.8rem;
  line-height: 1.85;
  min-height: 2.4rem;
}

.form-control.form-control-focused {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  border-color: #ccc;
}

.form-control:focus {
  border-color: #33bbff !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,
    0 0 8px rgba(0, 136, 204, 0.3);
}

.form-control.error {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.form-control.error:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.form-control:not(.is-invalid) {
  border-color: #e7e7e7;
}

.form-control + .select2-container--bootstrap .select2-selection--multiple,
.form-control + .select2-container--bootstrap .select2-selection--single {
  padding: 0 15px 0 10px;
}

.form-control + .select2-container--bootstrap .select2-selection--single {
  padding-top: 6px;
  padding-bottom: 6px;
}

.form-control
  + .select2-container--bootstrap
  .select2-selection--multiple
  .select2-search__field {
  width: 100% !important;
  line-height: 2.8;
  height: 39px;
  padding: 6px 15px 6px 6px;
}

.form-control
  + .select2-container--bootstrap
  .select2-selection--single
  .select2-selection__arrow {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23777%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23777%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: 0.6em;
  background-position: calc(100% - 1.3em) center;
  background-repeat: no-repeat;
  width: 27px;
  right: -2px;
}

.form-control
  + .select2-container--bootstrap
  .select2-selection--single
  .select2-selection__arrow
  b {
  display: none;
}

.form-control
  + .select2-container--bootstrap
  .select2-selection--multiple
  .select2-selection__rendered {
  display: block;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
  font-size: 0.75rem;
}

input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea {
  -webkit-appearance: none;
}

.form-control::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #bdbdbd;
}

.form-control::-moz-placeholder,
input[type="color"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #bdbdbd;
}

.form-control:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #bdbdbd;
}

.multiselect-container {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.multiselect-container > li > a > label {
  padding: 5px 20px 5px 12px;
  font-size: 0.8rem;
}

.multiselect-container > li > a > label input {
  position: relative;
  top: 2px;
  margin-right: 3px;
}

.multiselect-container > li.active > a > label {
  color: #fff;
}

.multiselect-container > li.multiselect-group label {
  font-size: 0.8rem;
  padding: 5px 20px 5px 12px;
}

.multiselect-container .input-group input {
  max-width: 78%;
}

.btn-group-lg > .btn,
.btn-lg {
  line-height: 1.334;
}

.input-group-btn .btn {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

select.form-control-lg,
select.form-control-sm {
  line-height: 1;
  height: auto !important;
}

.bootstrap-timepicker-widget input {
  border: 0;
}

.bootstrap-timepicker-widget table td input {
  width: 40px;
}

.fileupload .btn {
  line-height: 20px;
  margin-left: -5px;
}

.date-time-field {
  display: flex;
  flex-direction: column;
}

.date-time-field .date {
  width: 100%;
}

.date-time-field .time {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.date-time-field .time > input {
  width: 50%;
}

@media (min-width: 992px) {
  .date-time-field {
    flex-direction: row;
  }

  .date-time-field .date {
    width: 60%;
  }

  .date-time-field .time {
    margin-top: 0;
  }
}

.required {
  display: inline-block;
  color: #d2322d;
  font-size: 0.8em;
  font-weight: bold;
  position: relative;
  top: -0.2em;
}

label.error {
  color: #b94a48;
  margin-top: 2px;
}

.form-group:after {
  clear: both;
  display: block;
  content: "";
}

.form-group:last-child,
.form-group:last-of-type {
  margin-bottom: 0;
}

.form-bordered .form-group {
  border-bottom: 1px solid #eff2f7;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.form-bordered .form-group:last-child,
.form-bordered .form-group:last-of-type {
  border-bottom: none !important;
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}

.form-group-vertical {
  position: relative;
  white-space: nowrap;
}

.form-group-vertical .form-control {
  border-radius: 0;
  margin-top: -1px;
  z-index: 1;
}

.form-group-vertical .form-control:first-child,
.form-group-vertical .form-control:first-of-type {
  border-radius: 4px 4px 0 0;
}

.form-group-vertical .form-control:last-child,
.form-group-vertical .form-control:last-of-type {
  border-radius: 0 0 4px 4px;
}

.form-group-vertical .form-control:focus {
  position: relative;
  z-index: 2;
}

.form-group-vertical .input-group {
  margin-top: -1px;
}

.form-group-vertical .input-group .form-control {
  margin-top: 0;
}

.form-group-vertical .input-group:first-child .form-control,
.form-group-vertical .input-group:first-of-type .form-control {
  border-radius: 0 4px 0 0;
}

.form-group-vertical .input-group:last-child .form-control,
.form-group-vertical .input-group:last-of-type .form-control {
  border-radius: 0 0 4px 0;
}

.form-group-vertical .input-group.input-group-icon:first-child .form-control,
.form-group-vertical .input-group.input-group-icon:first-of-type .form-control {
  border-radius: 4px 4px 0 0;
}

.form-group-vertical .input-group.input-group-icon:last-child .form-control,
.form-group-vertical .input-group.input-group-icon:last-of-type .form-control {
  border-radius: 0 0 4px 4px;
}

.form-control-lg {
  border-radius: 4px;
}

input.input-rounded {
  border-radius: 500px;
}

.input-group-rounded input.form-control {
  border-radius: 500px;
}

.input-group-rounded input.form-control:first-child,
.input-group-rounded input.form-control:last-child {
  border-radius: 500px;
}

.checkbox > label {
  display: flex;
  line-height: 1.3;
}

.checkbox > label > input[type="checkbox"] {
  margin-right: 5px;
}

input[type="checkbox"] {
  cursor: pointer;
  vertical-align: middle;
}

input[type="checkbox"].checkbox-style-1 {
  min-width: 1rem;
  min-height: 1rem;
  opacity: 0.3;
}

input[type="checkbox"].checkbox-style-1:checked {
  opacity: 1;
}

.custom-checkbox {
  position: relative;
  padding: 0 0 0 25px;
  margin-bottom: 7px;
  margin-top: 0;
}

.custom-checkbox.checkbox-inline {
  display: inline-block;
  vertical-align: middle;
}

.form-group .custom-checkbox.checkbox-inline {
  margin-top: 7px;
  padding-top: 0;
}

.custom-checkbox:last-child,
.custom-checkbox:last-of-type {
  margin-bottom: 0;
}

.custom-checkbox input[type="checkbox"],
.custom-checkbox input[type="checkbox"].custom-control-input {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 3px;
  margin: -6px 0 0 0;
  z-index: 2;
  cursor: pointer;
}

.custom-checkbox
  input[type="checkbox"].custom-control-input:checked
  + label:after,
.custom-checkbox input[type="checkbox"]:checked + label:after {
  position: absolute;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  top: 50%;
  left: 4px;
  margin-top: -6px;
  font-size: 11px;
  line-height: 1;
  width: 16px;
  height: 16px;
  color: #333;
  background: none;
}

.custom-checkbox input[type="checkbox"].custom-control-input:disabled,
.custom-checkbox input[type="checkbox"]:disabled {
  cursor: not-allowed;
}

.custom-checkbox
  input[type="checkbox"].custom-control-input:disabled:checked
  + label:after,
.custom-checkbox input[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}

.custom-checkbox input[type="checkbox"].custom-control-input:disabled + label,
.custom-checkbox input[type="checkbox"]:disabled + label {
  cursor: not-allowed;
}

.custom-checkbox
  input[type="checkbox"].custom-control-input:disabled
  + label:before,
.custom-checkbox input[type="checkbox"]:disabled + label:before {
  background-color: #eee;
}

.custom-checkbox
  input[type="checkbox"].custom-control-input:focus
  ~ .custom-control-label:before,
.custom-checkbox input[type="checkbox"]:focus ~ .custom-control-label:before {
  box-shadow: none;
}

.custom-checkbox label,
.custom-checkbox label.custom-control-label {
  position: static;
  vertical-align: middle;
  cursor: pointer;
  margin-bottom: 0;
  text-align: left;
  line-height: 1.5;
}

.custom-checkbox label.custom-control-label:before,
.custom-checkbox label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -9px;
  width: 19px;
  height: 18px;
  display: inline-block;
  border-radius: 2px;
  border: 1px solid #bbb !important;
  background: #fff !important;
}

.custom-checkbox label + label.error,
.custom-checkbox label.custom-control-label + label.error {
  display: block;
}

.checkbox-primary
  input[type="checkbox"].custom-control-input:checked
  + label:after {
  color: #fff;
}

.checkbox-primary label.custom-control-label:before {
  background: #08c !important;
  border-color: #0077b3 !important;
}

.checkbox-text-primary input[type="checkbox"]:checked + label:after {
  color: #08c;
}

.checkbox-success
  input[type="checkbox"].custom-control-input:checked
  + label:after {
  color: #fff;
}

.checkbox-success label.custom-control-label:before {
  background: #47a447 !important;
  border-color: #3f923f !important;
}

.checkbox-text-success input[type="checkbox"]:checked + label:after {
  color: #47a447;
}

.checkbox-warning
  input[type="checkbox"].custom-control-input:checked
  + label:after {
  color: #fff;
}

.checkbox-warning label.custom-control-label:before {
  background: #ed9c28 !important;
  border-color: #e89113 !important;
}

.checkbox-text-warning input[type="checkbox"]:checked + label:after {
  color: #ed9c28;
}

.checkbox-danger
  input[type="checkbox"].custom-control-input:checked
  + label:after {
  color: #fff;
}

.checkbox-danger label.custom-control-label:before {
  background: #d2322d !important;
  border-color: #bd2d29 !important;
}

.checkbox-text-danger input[type="checkbox"]:checked + label:after {
  color: #d2322d;
}

.checkbox-info
  input[type="checkbox"].custom-control-input:checked
  + label:after {
  color: #fff;
}

.checkbox-info label.custom-control-label:before {
  background: #5bc0de !important;
  border-color: #46b8da !important;
}

.checkbox-text-info input[type="checkbox"]:checked + label:after {
  color: #5bc0de;
}

.checkbox-dark
  input[type="checkbox"].custom-control-input:checked
  + label:after {
  color: #fff;
}

.checkbox-dark label.custom-control-label:before {
  background: #2e353e !important;
  border-color: #23282f !important;
}

.checkbox-text-dark input[type="checkbox"]:checked + label:after {
  color: #2e353e;
}

.custom-radio {
  position: relative;
  padding: 0 0 0 25px;
  margin-bottom: 7px;
  margin-top: 0;
}

.custom-radio.radio-inline {
  display: inline-block;
  vertical-align: middle;
}

.form-group .custom-radio.radio-inline {
  margin-top: 7px;
  padding-top: 0;
}

.custom-radio input[type="radio"].custom-control-input {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 3px;
  margin: -6px 0 0 0;
  z-index: 2;
  cursor: pointer;
}

.custom-radio input[type="radio"].custom-control-input:checked + label:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  margin-top: -5px;
  display: inline-block;
  font-size: 11px;
  line-height: 1;
  width: 10px;
  height: 10px;
  background-color: #444;
  border-radius: 50px;
  box-shadow: 0px 0px 1px #444;
  background-image: none;
}

.custom-radio input[type="radio"].custom-control-input:disabled {
  cursor: not-allowed;
}

.custom-radio
  input[type="radio"].custom-control-input:disabled:checked
  + label:after {
  color: #999;
}

.custom-radio input[type="radio"].custom-control-input:disabled + label {
  cursor: not-allowed;
}

.custom-radio input[type="radio"].custom-control-input:disabled + label:before {
  background-color: #eee;
}

.custom-radio
  input[type="radio"].custom-control-input:focus
  ~ .custom-control-label:before {
  box-shadow: none;
}

.custom-radio label,
.custom-radio label.custom-control-label {
  position: static;
  vertical-align: middle;
  cursor: pointer;
  margin-bottom: 0;
  text-align: left;
  line-height: 1.2;
}

.custom-radio label.custom-control-label:before,
.custom-radio label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  display: inline-block;
  border-radius: 50px;
  border: 1px solid #bbb !important;
  background: #fff !important;
}

.custom-radio label + label.error,
.custom-radio label.custom-control-label + label.error {
  display: block;
}

.custom-radio.radio-image {
  padding: 0 0.5rem;
}

.custom-radio.radio-image input[type="radio"] {
  display: none;
}

.custom-radio.radio-image input[type="radio"]:checked + label {
  background-color: #fff;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.15);
}

.custom-radio.radio-image input[type="radio"]:checked + label:after {
  content: none;
}

.custom-radio.radio-image label {
  width: 100%;
  padding: 5px;
  border-radius: 5px;
  transition: all 0.25s ease;
}

.custom-radio.radio-image label:focus,
.custom-radio.radio-image label:hover {
  background-color: #fff;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.15);
}

.custom-radio.radio-image label:before {
  content: none;
}

.radio-primary input[type="radio"]:checked + label:after {
  background: #08c !important;
  box-shadow: 0px 0px 1px #08c !important;
}

.radio-success input[type="radio"]:checked + label:after {
  background: #47a447 !important;
  box-shadow: 0px 0px 1px #47a447 !important;
}

.radio-warning input[type="radio"]:checked + label:after {
  background: #ed9c28 !important;
  box-shadow: 0px 0px 1px #ed9c28 !important;
}

.radio-danger input[type="radio"]:checked + label:after {
  background: #d2322d !important;
  box-shadow: 0px 0px 1px #d2322d !important;
}

.radio-info input[type="radio"]:checked + label:after {
  background: #5bc0de !important;
  box-shadow: 0px 0px 1px #5bc0de !important;
}

.radio-dark input[type="radio"]:checked + label:after {
  background: #2e353e !important;
  box-shadow: 0px 0px 1px #2e353e !important;
}

.has-primary .checkbox,
.has-primary .checkbox-inline,
.has-primary.checkbox-inline label,
.has-primary.checkbox label,
.has-primary .control-label,
.has-primary .help-block,
.has-primary .radio,
.has-primary .radio-inline,
.has-primary.radio-inline label,
.has-primary.radio label {
  color: #08c;
}

.has-primary .form-control {
  border-color: #08c !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success.checkbox-inline label,
.has-success.checkbox label,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.radio-inline label,
.has-success.radio label {
  color: #47a447;
}

.has-success .form-control {
  border-color: #47a447 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning.checkbox-inline label,
.has-warning.checkbox label,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.radio-inline label,
.has-warning.radio label {
  color: #ed9c28;
}

.has-warning .form-control {
  border-color: #ed9c28 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
}

.has-danger .checkbox,
.has-danger .checkbox-inline,
.has-danger.checkbox-inline label,
.has-danger.checkbox label,
.has-danger .control-label,
.has-danger .help-block,
.has-danger .radio,
.has-danger .radio-inline,
.has-danger.radio-inline label,
.has-danger.radio label {
  color: #d2322d;
}

.has-danger .form-control {
  border-color: #d2322d !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
}

.has-info .checkbox,
.has-info .checkbox-inline,
.has-info.checkbox-inline label,
.has-info.checkbox label,
.has-info .control-label,
.has-info .help-block,
.has-info .radio,
.has-info .radio-inline,
.has-info.radio-inline label,
.has-info.radio label {
  color: #5bc0de;
}

.has-info .form-control {
  border-color: #5bc0de !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
}

.has-dark .checkbox,
.has-dark .checkbox-inline,
.has-dark.checkbox-inline label,
.has-dark.checkbox label,
.has-dark .control-label,
.has-dark .help-block,
.has-dark .radio,
.has-dark .radio-inline,
.has-dark.radio-inline label,
.has-dark.radio label {
  color: #2e353e;
}

.has-dark .form-control {
  border-color: #2e353e !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
}

.validation-message ul {
  display: none;
  list-style: none;
  margin: -20px -20px 30px -20px;
  padding: 20px 20px 10px 20px;
  border-bottom: 1px solid #ffcbcb;
  background: #ffefef;
}

.validation-message ul label.error {
  display: block;
  padding-left: 22px;
  position: relative;
}

.validation-message ul label.error:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  color: #d9534f;
  display: inline-block;
}

.select2-drop-mask {
  z-index: 995;
}

.select2-drop {
  z-index: 996;
}

.select2-search {
  z-index: 997;
}

.select2-container--bootstrap.select2-container--open {
  z-index: 10000;
}

.select2-container--bootstrap .select2-selection--single {
  min-height: 2.4rem;
  line-height: 1.85;
  padding: 6px 24px 6px 12px;
}

.select2-container--bootstrap .select2-selection--multiple {
  min-height: 2.4rem;
  padding-bottom: 1px;
}

.select2-container--bootstrap
  .select2-selection--multiple
  .select2-selection__rendered {
  line-height: 1.8;
}

.select2-container--bootstrap
  .select2-results__option--highlighted[aria-selected] {
  background-color: #0088cc;
}

.select2-container--bootstrap .select2-dropdown {
  border-color: #33bbff;
}

.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection {
  border-color: #33bbff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,
    0 0 8px rgba(0, 136, 204, 0.6);
}

@media (max-width: 991px) {
  .select2-container--bootstrap {
    width: auto !important;
  }
}

.input-group-select-append .btn-group > .btn:first-child {
  border-radius: 0 0.25rem 0.25rem 0;
}

.bootstrap-tagsinput {
  padding: 7px 6px 6.2px;
}

.spinner-buttons.btn-group-vertical .btn {
  height: 21px !important;
}

.spinner-buttons.btn-group-vertical .btn:last-child {
  height: 20px !important;
}

.bootstrap-maxlength {
  z-index: 999999 !important;
}

.form-group-invisible {
  position: relative;
}

.form-group-invisible.focus .control-label-invisible {
  color: #0088cc;
}

.form-group-invisible .control-label-invisible {
  bottom: 0;
  display: block;
  float: none;
  left: 0;
  line-height: 64px;
  margin: 0;
  padding-left: 50px;
  position: absolute;
  right: 0;
  top: -15px;
  transition: color ease-in-out 0.15s;
  width: auto;
}

.form-group-invisible .form-control-invisible,
.form-group-invisible .form-control-invisible + .bootstrap-tagsinput,
.form-group-invisible .form-control-invisible:active,
.form-group-invisible .form-control-invisible:focus {
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.form-group-invisible .form-control-invisible + .bootstrap-tagsinput {
  margin-bottom: 4px;
}

@media only screen and (max-width: 767px) {
  .form-group-invisible {
    padding-top: 30px;
  }

  .form-group-invisible .control-label-invisible {
    padding-left: 27px;
  }
}

label.valid {
  display: inline-block;
  text-indent: -9999px;
}

label.error {
  color: #c10000;
  font-size: 0.9em;
  margin-top: -5px;
  padding: 0;
}

.spinner-buttons.btn-group-vertical .btn i {
  position: relative;
  top: -6px;
}

.fileupload .uneditable-input {
  height: 37px;
}

.input-group .btn,
.input-group .btn.active,
.input-group .btn:active {
  box-shadow: none !important;
}

.input-daterange .mx-input {
  min-width: 220px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 200;
  letter-spacing: -1px;
}

h1 {
  font-size: 2.7em;
  line-height: 44px;
  font-weight: 500;
}

h2 {
  font-size: 2.25em;
  font-weight: 500;
  line-height: 42px;
}

h3 {
  font-size: 1.6em;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 24px;
}

h4 {
  font-size: 1.3em;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 27px;
}

h5 {
  font-size: 1.1em;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 18px;
}

h6 {
  font-size: 0.9em;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 18px;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h1.big {
  font-size: 4.2em;
  line-height: 54px;
}

h1.small {
  font-size: 2.2em;
  line-height: 42px;
  font-weight: 600;
}

h1.short {
  margin-bottom: 15px;
}

h2.short {
  margin-bottom: 15px;
}

h3.short,
h4.short,
h5.short,
h6.short {
  margin-bottom: 9px;
}

h1.shorter,
h2.shorter,
h3.shorter,
h4.shorter,
h5.shorter,
h6.shorter {
  margin-bottom: 0;
}

h1.tall,
h2.tall,
h3.tall,
h4.tall,
h5.tall,
h6.tall {
  margin-bottom: 33px;
}

h1.taller,
h2.taller,
h3.taller,
h4.taller,
h5.taller,
h6.taller {
  margin-bottom: 44px;
}

h1.spaced,
h2.spaced,
h3.spaced,
h4.spaced,
h5.spaced,
h6.spaced {
  margin-top: 22px;
}

h1.more-spaced,
h2.more-spaced,
h3.more-spaced,
h4.more-spaced,
h5.more-spaced,
h6.more-spaced {
  margin-top: 44px;
}

h1.dark,
h2.dark,
h3.dark,
h4.dark,
h5.dark {
  color: #2e353e;
}

h1.light,
h2.light,
h3.light,
h4.light,
h5.light,
h6.light {
  color: #fff;
}

h1.text-shadow,
h2.text-shadow,
h3.text-shadow,
h4.text-shadow,
h5.text-shadow,
h6.text-shadow {
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

[class^="hvr-"] {
  background: #e1e1e1;
  color: #666;
  cursor: pointer;
  line-height: 1.2;
  margin: 0.4em;
  padding: 1em;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.icon {
  line-height: 1;
}

.icon.bx {
  padding-right: 4px;
  padding-top: 2px;
}

.icon.icon-inline {
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon.icon-block {
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon.icon-sm {
  width: 30px;
  height: 30px;
  font-size: 0.9rem;
}

.icon.icon-md {
  width: 40px;
  height: 40px;
  font-size: 1.4rem;
}

.icon.icon-lg {
  width: 50px;
  height: 50px;
  font-size: 1.7rem;
}

.icon.icon-xl {
  width: 78px;
  height: 78px;
  font-size: 2.1rem;
}

.rounded {
  border-radius: 6px;
}

.rounded-circle {
  border-radius: 50%;
}

.img-thumbnail {
  border-radius: 8px;
  position: relative;
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out;
}

.img-thumbnail {
  display: inline-block;
  border-radius: 8px;
  position: relative;
}

.img-thumbnail .zoom {
  display: block;
  position: absolute;
  right: 8px;
  bottom: 8px;
  height: 30px;
  width: 30px;
  padding: 6px;
  font-size: 14px;
  line-height: 18px;
  background: #08c;
  border-radius: 100%;
  color: #fff;
  text-align: center;
}

.img-thumbnail .zoom i {
  position: relative;
  top: -1px;
  left: -1px;
}

.thumbnail-gallery {
  list-style: none;
  margin: 10px 0;
  padding: 0;
}

.thumbnail-gallery .img-thumbnail,
.thumbnail-gallery .thumbnail {
  margin: 10px 10px 0 0;
}

.image-frame .image-frame-wrapper {
  position: relative;
}

.image-frame .image-frame-wrapper .image-frame-badges-wrapper {
  position: absolute;
  top: 15px;
  left: 15px;
}

.category-image img {
  border: 1px solid #ddd;
}

.switch {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin: 3px 0;
}

.switch .ios-switch {
  height: 35px;
  width: 65px;
}

.switch .ios-switch .handle {
  height: 31px;
  width: 31px;
}

.switch.switch-primary .ios-switch .on-background {
  background: #08c;
}

.switch.switch-success .ios-switch .on-background {
  background: #2dc210;
}

.switch.switch-warning .ios-switch .on-background {
  background: #ed9c28;
}

.switch.switch-danger .ios-switch .on-background {
  background: #e30613;
}

.switch.switch-info .ios-switch .on-background {
  background: #5bc0de;
}

.switch.switch-dark .ios-switch .on-background {
  background: #2e353e;
}

.switch.switch-lg .ios-switch {
  height: 45px;
  width: 75px;
}

.switch.switch-lg .ios-switch .handle {
  height: 41px;
  width: 41px;
}

/* changed the small toggle button style */
.switch.switch-sm .ios-switch {
  height: 20px;
  width: 42px;
}

.switch.switch-sm .ios-switch .handle {
  height: 16px;
  width: 16px;
}

.switch.switch-sm .ios-switch.on .handle {
  transform: translate(22px, 0);
  transform: translate3d(22px, 0, 0);
}

.switch.switch-sm .ios-switch .state-background {
  background: #e30613;
  border-color: #e30613;
}

.action_btn {
  width: 25px;
  height: 25px;
  border-radius: 4px;
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  color: #000;

  &:hover {
    background: #fff;
    box-shadow: 0 0 4px #000;
  }
}

.ios-switch {
  height: 45px;
  width: 75px;
  position: relative;
  background-color: #e5e5e5;
  border-radius: 100px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.ios-switch .background-fill {
  width: 100%;
  height: 100%;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 0;
}

.ios-switch .on-background {
  background-image: linear-gradient(#00e459, #00e158);
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  z-index: 1;
  transition: 0.3s 0.2s;
}

.ios-switch .state-background {
  border-radius: 100px;
  z-index: 2;
  background-image: linear-gradient(#ffffff, #fdfdfd);
  border: 2px solid #e5e5e5;
  box-sizing: border-box;
  transform: scale(1);
  transition: 0.4s;
}

.ios-switch .handle {
  width: 41px;
  height: 41px;
  background-color: white;
  top: 2px;
  left: 2px;
  position: absolute;
  border-radius: 20px;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.075), 0 3px 5px rgba(0, 0, 0, 0.15),
    1px 2px 2px rgba(0, 0, 0, 0.05);
  z-index: 3;
  transition: transform 0.3s 0.25s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  box-sizing: content-box;
}

.ios-switch.off .handle {
  transform: translate(0px, 0);
  transform: translate3d(0px, 0, 0);
}

.ios-switch.off .on-background {
  transition: 0.3s 0s;
}

.ios-switch.off .state-background {
  transition: 0.4s 0.25s;
}

.ios-switch.on .handle {
  transform: translate(30px, 0);
  transform: translate3d(30px, 0, 0);
}

.ios-switch.on .on-background {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
}

.ios-switch.on .state-background {
  transform: scale(0);
}

@keyframes expand-on {
  0% {
    padding-right: 0;
  }

  40% {
    padding-right: 9px;
  }

  to {
    padding-right: 0;
  }
}

@keyframes expand-off {
  0% {
    padding-right: 0;
    left: 2px;
  }

  40% {
    padding-right: 9px;
    left: -7px;
  }

  to {
    padding-right: 0;
    left: 2px;
  }
}

.lazy-load-image-background {
  display: block;
  position: relative;
  width: 100%;
}

.lazy-load-image-background img,
.lazy-load-image-background span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.mfp-close,
.mfp-close-btn-in .mfp-close {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: #838383;
}

.mfp-no-margins img.mfp-img {
  padding: 0;
}

.mfp-no-margins .mfp-figure:after {
  top: 0;
  bottom: 0;
}

.mfp-no-margins .mfp-container {
  padding: 0;
}

.mfp-with-zoom.mfp-bg,
.mfp-with-zoom .mfp-container {
  opacity: 0.001;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing.mfp-bg,
.mfp-with-zoom.mfp-removing .mfp-container {
  opacity: 0;
}

.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  transform: scale(1);
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  transform: scale(0.8);
  opacity: 0;
}

.my-mfp-zoom-in.mfp-bg {
  opacity: 0.001;
  transition: opacity 0.3s ease-out;
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  transition: all 0.2s ease-out;
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  transform: translateY(0) perspective(600px) rotateX(0);
}

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

.my-mfp-slide-bottom.mfp-bg {
  opacity: 0.01;
  transition: opacity 0.3s ease-out;
}

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

.dialog {
  background: white;
  padding: 20px 30px;
  text-align: left;
  margin: 40px auto;
  position: relative;
  max-width: 600px;
}

.dialog.dialog-xs {
  max-width: 200px;
}

.dialog.dialog-sm {
  max-width: 400px;
}

.dialog.dialog-md {
  max-width: 600px;
}

.dialog.dialog-lg {
  max-width: 900px;
}

.white-popup-block {
  background: #fff;
  padding: 20px 30px;
  text-align: left;
  max-width: 600px;
  margin: 40px auto;
  position: relative;
}

.white-popup-block.white-popup-block-xs {
  max-width: 200px;
}

.white-popup-block.white-popup-block-sm {
  max-width: 400px;
}

.white-popup-block.white-popup-block-md {
  max-width: 600px;
}

.white-popup-block.white-popup-block-lg {
  max-width: 900px;
}

.ril__image {
  transition: transform 0.3s ease;
}

.list li {
  margin-bottom: 13px;
}

.list.pull-left li {
  text-align: left;
}

.list.list-icons {
  list-style: none;
  padding-left: 0;
  padding-right: 0;
}

.list.list-icons li {
  position: relative;
  padding-left: 25px;
}

.list.list-icons li > .fa:first-child,
.list.list-icons li > .fab:first-child,
.list.list-icons li > .fal:first-child,
.list.list-icons li > .far:first-child,
.list.list-icons li > .fas:first-child,
.list.list-icons li > .icons:first-child,
.list.list-icons li a:first-child > .fa:first-child,
.list.list-icons li a:first-child > .fab:first-child,
.list.list-icons li a:first-child > .fal:first-child,
.list.list-icons li a:first-child > .far:first-child,
.list.list-icons li a:first-child > .fas:first-child,
.list.list-icons li a:first-child > .icons:first-child {
  position: absolute;
  left: 0;
  top: 5px;
}

.list.list-icons.list-icons-style-2 li {
  padding-top: 5px;
  padding-left: 36px;
}

.list.list-icons.list-icons-style-2 li > .fa:first-child,
.list.list-icons.list-icons-style-2 li > .fab:first-child,
.list.list-icons.list-icons-style-2 li > .fal:first-child,
.list.list-icons.list-icons-style-2 li > .far:first-child,
.list.list-icons.list-icons-style-2 li > .fas:first-child,
.list.list-icons.list-icons-style-2 li > .icons:first-child,
.list.list-icons.list-icons-style-2 li a:first-child > .fa:first-child,
.list.list-icons.list-icons-style-2 li a:first-child > .fab:first-child,
.list.list-icons.list-icons-style-2 li a:first-child > .fal:first-child,
.list.list-icons.list-icons-style-2 li a:first-child > .far:first-child,
.list.list-icons.list-icons-style-2 li a:first-child > .fas:first-child,
.list.list-icons.list-icons-style-2 li a:first-child > .icons:first-child {
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  text-align: center;
  padding: 4px;
}

.list.list-icons.list-icons-style-3 li {
  padding-top: 5px;
  padding-left: 36px;
}

.list.list-icons.list-icons-style-3 li > .fa:first-child,
.list.list-icons.list-icons-style-3 li > .fab:first-child,
.list.list-icons.list-icons-style-3 li > .fal:first-child,
.list.list-icons.list-icons-style-3 li > .far:first-child,
.list.list-icons.list-icons-style-3 li > .fas:first-child,
.list.list-icons.list-icons-style-3 li > .icons:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > .fa:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > .fab:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > .fal:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > .far:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > .fas:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
  color: #fff;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  text-align: center;
  padding: 5px;
}

.list.list-icons.list-icons-sm li {
  padding-left: 13px;
  margin-bottom: 5px;
}

.list.list-icons.list-icons-sm li > .fa:first-child,
.list.list-icons.list-icons-sm li > .fab:first-child,
.list.list-icons.list-icons-sm li > .fal:first-child,
.list.list-icons.list-icons-sm li > .far:first-child,
.list.list-icons.list-icons-sm li > .fas:first-child,
.list.list-icons.list-icons-sm li > .icons:first-child,
.list.list-icons.list-icons-sm li a:first-child > .fa:first-child,
.list.list-icons.list-icons-sm li a:first-child > .fab:first-child,
.list.list-icons.list-icons-sm li a:first-child > .fal:first-child,
.list.list-icons.list-icons-sm li a:first-child > .far:first-child,
.list.list-icons.list-icons-sm li a:first-child > .fas:first-child,
.list.list-icons.list-icons-sm li a:first-child > .icons:first-child {
  font-size: 0.8em;
  top: 7px;
}

.list.list-icons.list-icons-sm.list-icons-style-2 li {
  padding-left: 32px;
}

.list.list-icons.list-icons-sm.list-icons-style-2 li > .fa:first-child,
.list.list-icons.list-icons-sm.list-icons-style-2 li > .fab:first-child,
.list.list-icons.list-icons-sm.list-icons-style-2 li > .fal:first-child,
.list.list-icons.list-icons-sm.list-icons-style-2 li > .far:first-child,
.list.list-icons.list-icons-sm.list-icons-style-2 li > .fas:first-child,
.list.list-icons.list-icons-sm.list-icons-style-2 li > .icons:first-child,
.list.list-icons.list-icons-sm.list-icons-style-2
  li
  a:first-child
  > .fa:first-child,
.list.list-icons.list-icons-sm.list-icons-style-2
  li
  a:first-child
  > .fab:first-child,
.list.list-icons.list-icons-sm.list-icons-style-2
  li
  a:first-child
  > .fal:first-child,
.list.list-icons.list-icons-sm.list-icons-style-2
  li
  a:first-child
  > .far:first-child,
.list.list-icons.list-icons-sm.list-icons-style-2
  li
  a:first-child
  > .fas:first-child,
.list.list-icons.list-icons-sm.list-icons-style-2
  li
  a:first-child
  > .icons:first-child {
  width: 20px;
  height: 20px;
  padding: 3px;
}

.list.list-icons.list-icons-sm.list-icons-style-3 li {
  padding-left: 32px;
}

.list.list-icons.list-icons-sm.list-icons-style-3 li > .fa:first-child,
.list.list-icons.list-icons-sm.list-icons-style-3 li > .fab:first-child,
.list.list-icons.list-icons-sm.list-icons-style-3 li > .fal:first-child,
.list.list-icons.list-icons-sm.list-icons-style-3 li > .far:first-child,
.list.list-icons.list-icons-sm.list-icons-style-3 li > .fas:first-child,
.list.list-icons.list-icons-sm.list-icons-style-3 li > .icons:first-child,
.list.list-icons.list-icons-sm.list-icons-style-3
  li
  a:first-child
  > .fa:first-child,
.list.list-icons.list-icons-sm.list-icons-style-3
  li
  a:first-child
  > .fab:first-child,
.list.list-icons.list-icons-sm.list-icons-style-3
  li
  a:first-child
  > .fal:first-child,
.list.list-icons.list-icons-sm.list-icons-style-3
  li
  a:first-child
  > .far:first-child,
.list.list-icons.list-icons-sm.list-icons-style-3
  li
  a:first-child
  > .fas:first-child,
.list.list-icons.list-icons-sm.list-icons-style-3
  li
  a:first-child
  > .icons:first-child {
  width: 20px;
  height: 20px;
  padding: 3px;
}

.list.list-icons.list-icons-lg li {
  padding-top: 5px;
  padding-left: 32px;
}

.list.list-icons.list-icons-lg li > .fa:first-child,
.list.list-icons.list-icons-lg li > .fab:first-child,
.list.list-icons.list-icons-lg li > .fal:first-child,
.list.list-icons.list-icons-lg li > .far:first-child,
.list.list-icons.list-icons-lg li > .fas:first-child,
.list.list-icons.list-icons-lg li > .icons:first-child,
.list.list-icons.list-icons-lg li a:first-child > .fa:first-child,
.list.list-icons.list-icons-lg li a:first-child > .fab:first-child,
.list.list-icons.list-icons-lg li a:first-child > .fal:first-child,
.list.list-icons.list-icons-lg li a:first-child > .far:first-child,
.list.list-icons.list-icons-lg li a:first-child > .fas:first-child,
.list.list-icons.list-icons-lg li a:first-child > .icons:first-child {
  font-size: 1.5em;
}

.list.list-icons.list-icons-lg.list-icons-style-2 li {
  padding-top: 8px;
  padding-left: 42px;
}

.list.list-icons.list-icons-lg.list-icons-style-2 li > .fa:first-child,
.list.list-icons.list-icons-lg.list-icons-style-2 li > .fab:first-child,
.list.list-icons.list-icons-lg.list-icons-style-2 li > .fal:first-child,
.list.list-icons.list-icons-lg.list-icons-style-2 li > .far:first-child,
.list.list-icons.list-icons-lg.list-icons-style-2 li > .fas:first-child,
.list.list-icons.list-icons-lg.list-icons-style-2 li > .icons:first-child,
.list.list-icons.list-icons-lg.list-icons-style-2
  li
  a:first-child
  > .fa:first-child,
.list.list-icons.list-icons-lg.list-icons-style-2
  li
  a:first-child
  > .fab:first-child,
.list.list-icons.list-icons-lg.list-icons-style-2
  li
  a:first-child
  > .fal:first-child,
.list.list-icons.list-icons-lg.list-icons-style-2
  li
  a:first-child
  > .far:first-child,
.list.list-icons.list-icons-lg.list-icons-style-2
  li
  a:first-child
  > .fas:first-child,
.list.list-icons.list-icons-lg.list-icons-style-2
  li
  a:first-child
  > .icons:first-child {
  width: 30px;
  height: 30px;
  padding: 4px;
}

.list.list-icons.list-icons-lg.list-icons-style-3 li {
  padding-top: 8px;
  padding-left: 42px;
}

.list.list-icons.list-icons-lg.list-icons-style-3 li > .fa:first-child,
.list.list-icons.list-icons-lg.list-icons-style-3 li > .fab:first-child,
.list.list-icons.list-icons-lg.list-icons-style-3 li > .fal:first-child,
.list.list-icons.list-icons-lg.list-icons-style-3 li > .far:first-child,
.list.list-icons.list-icons-lg.list-icons-style-3 li > .fas:first-child,
.list.list-icons.list-icons-lg.list-icons-style-3 li > .icons:first-child,
.list.list-icons.list-icons-lg.list-icons-style-3
  li
  a:first-child
  > .fa:first-child,
.list.list-icons.list-icons-lg.list-icons-style-3
  li
  a:first-child
  > .fab:first-child,
.list.list-icons.list-icons-lg.list-icons-style-3
  li
  a:first-child
  > .fal:first-child,
.list.list-icons.list-icons-lg.list-icons-style-3
  li
  a:first-child
  > .far:first-child,
.list.list-icons.list-icons-lg.list-icons-style-3
  li
  a:first-child
  > .fas:first-child,
.list.list-icons.list-icons-lg.list-icons-style-3
  li
  a:first-child
  > .icons:first-child {
  width: 30px;
  height: 30px;
  padding: 4px;
}

.list.list-icons.list-icons-reverse li {
  text-align: right;
  padding-right: 25px;
  padding-left: 0;
}

.list.list-icons.list-icons-reverse li > .fa:first-child,
.list.list-icons.list-icons-reverse li > .fab:first-child,
.list.list-icons.list-icons-reverse li > .fal:first-child,
.list.list-icons.list-icons-reverse li > .far:first-child,
.list.list-icons.list-icons-reverse li > .fas:first-child,
.list.list-icons.list-icons-reverse li > .icons:first-child,
.list.list-icons.list-icons-reverse li a:first-child > .fa:first-child,
.list.list-icons.list-icons-reverse li a:first-child > .fab:first-child,
.list.list-icons.list-icons-reverse li a:first-child > .fal:first-child,
.list.list-icons.list-icons-reverse li a:first-child > .far:first-child,
.list.list-icons.list-icons-reverse li a:first-child > .fas:first-child,
.list.list-icons.list-icons-reverse li a:first-child > .icons:first-child {
  position: absolute;
  left: auto;
  right: 0;
  top: 5px;
}

.list.list-icons.list-icons-reverse.list-icons-style-2 li {
  padding-right: 36px;
}

.list.list-icons.list-icons-reverse.list-icons-style-3 li {
  padding-right: 36px;
}

.list.list-icons.list-icons-reverse.list-icons-sm li {
  padding-left: 0;
  padding-right: 13px;
}

.list.list-icons.list-icons-reverse.list-icons-sm.list-icons-style-2 li {
  padding-right: 32px;
}

.list.list-icons.list-icons-reverse.list-icons-sm.list-icons-style-3 li {
  padding-right: 32px;
}

.list.list-icons.list-icons-reverse.list-icons-lg li {
  padding-left: 0;
  padding-right: 32px;
}

.list.list-icons.list-icons-reverse.list-icons-lg.list-icons-style-2 li {
  padding-right: 42px;
}

.list.list-icons.list-icons-reverse.list-icons-lg.list-icons-style-3 li {
  padding-right: 42px;
}

.list.list-borders li {
  border-bottom: 1px solid #dbdbdb;
  margin-top: 9px;
  margin-bottom: 0;
  padding-bottom: 9px;
}

.list.list-borders li:last-child {
  border-bottom: 0;
}

.list.list-side-borders {
  border-left: 1px solid #dbdbdb;
  padding-left: 10px;
}

.list.list-ordened {
  counter-reset: custom-counter;
  list-style: none;
}

.list.list-ordened li {
  position: relative;
  padding-left: 22px;
}

.list.list-ordened li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(custom-counter);
  counter-increment: custom-counter;
  font-weight: bold;
}

.list.list-ordened.list-ordened-style-2 li,
.list.list-ordened.list-ordened-style-3 li {
  padding-left: 32px;
}

.list.list-ordened.list-ordened-style-2 li:before,
.list.list-ordened.list-ordened-style-3 li:before {
  border-radius: 100%;
  border-style: solid;
  border-width: 1px;
  min-width: 26px;
  padding: 0;
  text-align: center;
}

.list.list-ordened.list-ordened-style-3 li:before {
  color: #fff;
  border: 0;
}

.list.list-unstyled {
  padding-left: 0;
  padding-right: 0;
}

.list.list-filter > li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 30px;
  font-weight: 600;
  border: 1px solid #ccc;
}

.list.list-filter > li a:active,
.list.list-filter > li a:focus,
.list.list-filter > li a:hover {
  border-color: #ccc;
}

.list.list-filter > li a.active {
  background: #ccc;
  color: #fff;
}

.list.list-filter > li:not(:last-child) {
  margin-right: 0.1rem;
  margin-bottom: 0.4rem;
}

.list.list-item-bottom-space-0 > li {
  margin-bottom: 0;
  margin-top: 0;
}

.list.list-item-bottom-space-xs > li {
  margin-bottom: 0;
}

.list.list-item-bottom-space-xs > li + li {
  margin-top: 3px;
}

.list.list-item-bottom-space-sm > li + li {
  margin-top: 6px;
}

.list.list-item-bottom-space-md > li + li {
  margin-top: 10px;
}

.list.list-item-bottom-space-lg > li + li {
  margin-top: 14px;
}

dl dd {
  margin-bottom: 15px;
}

.loading-overlay-showing {
  overflow: hidden;
}

.loading-overlay-showing > .loading-overlay {
  opacity: 1;
  visibility: visible;
}

.loading-overlay {
  transition: visibility 0s ease-in-out 0.5s, opacity 0.5s ease-in-out;
  bottom: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  right: 0;
  top: 0;
  visibility: hidden;
  background: #fff;
}

body > .loading-overlay {
  position: fixed;
  z-index: 999999;
}

.bounce-loader {
  transition: all 0.2;
  margin: -9px 0 0 -35px;
  text-align: center;
  width: 70px;
  height: 20px;
  line-height: 20px;
  left: 50%;
  position: absolute;
  top: 50%;
  z-index: 10000;
}

.bounce-loader .bounce1,
.bounce-loader .bounce2,
.bounce-loader .bounce3 {
  animation: 1.4s ease-in-out 0s normal both infinite running bouncedelay;
  background-color: #ccc;
  border-radius: 100%;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  display: inline-block;
  height: 18px;
  width: 18px;
}

.bounce-loader .bounce1 {
  animation-delay: -0.32s;
}

.bounce-loader .bounce2 {
  animation-delay: -0.16s;
}

@keyframes bouncedelay {
  0%,
  80%,
  to {
    transform: scale(0);
  }

  40% {
    transform: scale(1);
  }
}

.d-loading-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  margin: -1px;
  background-color: rgba(255, 255, 255, 0.6);
}

.d-loading {
  position: absolute;
  left: calc(50% - 17px);
  top: calc(50% - 17px);
  right: 0;
  bottom: 0;
  width: 34px;
  height: 34px;
  border: 2px solid transparent;
  border-top-color: #26b;
  border-radius: 50%;
  animation: spin 0.75s infinite linear;
  background: transparent;
}

.d-loading:before {
  content: "";
  top: -2px;
  left: -2px;
  position: absolute;
  width: inherit;
  height: inherit;
  border: inherit;
  border-radius: inherit;
  animation: spin 1.5s infinite ease;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #08c;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}

#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #08c, 0 0 5px #08c;
  opacity: 1;
  transform: rotate(3deg) translate(0px, -4px);
}

#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;
  animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .bar,
.nprogress-custom-parent #nprogress .spinner {
  position: absolute;
}

@keyframes nprogress-spinner {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

@media only screen and (max-width: 767px) {
  .bootstrap-maxlength.bottom-left {
    margin-left: 40px;
  }
}

body a,
body a:active,
body a:focus,
body a:hover,
body a:visited {
  outline: none !important;
}

.center {
  text-align: center;
}

.popover .btn {
  margin-right: 5px;
}

.popover .btn:last-child {
  margin-right: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

.show-grid [class*="col"] .show-grid-block {
  background-color: #eee;
  line-height: 40px;
  min-height: 40px;
  text-align: center;
  border: 1px solid #fff;
  display: block;
}

.embed-responsive.embed-soundcloud {
  padding-bottom: 19.25%;
}

.embed-responsive.embed-responsive-borders {
  border: 1px solid #ddd;
  padding: 4px;
  border-radius: 4px;
}

.changelog h4 {
  display: inline-block;
  color: #000;
  font-size: 1em;
  font-weight: 600;
}

.changelog .release-date {
  color: #999;
  font-size: 0.9em;
}

.changelog .label {
  display: inline-block;
  min-width: 100px;
}

.arrow {
  background: transparent url("../images/arrows.png") no-repeat 0 0;
  width: 47px;
  height: 120px;
  display: inline-block;
  position: relative;
}

.arrow.vtl {
  background-position: 0 0;
  width: 47px;
  height: 96px;
}

.arrow.vtr {
  background-position: -101px 0;
  width: 47px;
  height: 96px;
}

.arrow.vbl {
  background-position: 0 -144px;
  width: 47px;
  height: 96px;
}

.arrow.vbr {
  background-position: -101px -144px;
  width: 47px;
  height: 96px;
}

.arrow.hlt {
  background-position: -209px 0;
  width: 120px;
  height: 47px;
}

.arrow.hlb {
  background-position: -209px -101px;
  width: 120px;
  height: 47px;
}

.arrow.hrt {
  background-position: -353px 0;
  width: 120px;
  height: 47px;
}

.arrow.hrb {
  background-position: -353px -101px;
  width: 120px;
  height: 47px;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.shadow-style-1 {
  transition: all 0.3s ease;
  box-shadow: 10px 10px 74px -15px rgba(74, 74, 74, 0.1);
}

.shadow-style-1:hover {
  box-shadow: 10px 10px 74px -15px rgba(74, 74, 74, 0.4);
}

.shadow-style-2 {
  box-shadow: 10px 10px 74px -15px rgba(74, 74, 74, 0.4);
}

.popover .popover-header {
  margin: 0 !important;
}

.tooltip {
  z-index: 1000;
}

.tooltip .arrow {
  background: none;
}

.tooltip .tooltip-inner {
  max-width: 150px;
  font-size: 11px;
}

.activity-item {
  display: flex;
  align-items: center;
}

.activity-item .activity-time {
  display: inline-flex;
  min-width: 66px;
}

.activity-item .activity-time + i {
  margin: 0 8px;
}

@media (max-width: 1199px) {
  html:not(.sidebar-left-collapsed) .activity-item {
    flex-wrap: wrap;
  }

  html:not(.sidebar-left-collapsed) .activity-item .activity-time {
    width: 100%;
  }

  html:not(.sidebar-left-collapsed) .activity-item .activity-time + i {
    display: none;
  }
}

@media (max-width: 767px) {
  .activity-item {
    flex-wrap: wrap;
  }

  .activity-item .activity-time {
    width: 100%;
  }

  .activity-item .activity-time + i {
    display: none;
  }
}

.filters-sidebar-wrapper {
  padding: 30px 15px 30px;
  box-shadow: 0px 0px 37px -36px rgba(0, 0, 0, 0.4);
}

.filters-sidebar-wrapper a {
  color: inherit;
}

.filters-sidebar-wrapper a:hover {
  text-decoration: none;
}

.filters-sidebar-wrapper ul li:last-child {
  margin-bottom: 0;
}

.filters-sidebar-wrapper .card {
  box-shadow: none;
}

.filters-sidebar-wrapper .card .card-header {
  padding-top: 13px;
  padding-bottom: 13px;
}

.filters-sidebar-wrapper .card .card-header + .card-body {
  background: transparent;
  padding-bottom: 0;
  box-shadow: none;
}

.filters-sidebar-wrapper .card .card-header .card-title {
  font-size: 0.9rem;
}

.filters-sidebar-wrapper .card .card-actions {
  top: 11px;
}

.row-gutter-sm {
  margin-right: -10px;
  margin-left: -10px;
}

.row-gutter-sm .col,
.row-gutter-sm .col-1,
.row-gutter-sm .col-1-5,
.row-gutter-sm .col-2,
.row-gutter-sm .col-2-5,
.row-gutter-sm .col-3,
.row-gutter-sm .col-3-5,
.row-gutter-sm .col-4,
.row-gutter-sm .col-4-5,
.row-gutter-sm .col-5,
.row-gutter-sm .col-6,
.row-gutter-sm .col-7,
.row-gutter-sm .col-8,
.row-gutter-sm .col-9,
.row-gutter-sm .col-10,
.row-gutter-sm .col-11,
.row-gutter-sm .col-12,
.row-gutter-sm .col-auto,
.row-gutter-sm .col-lg,
.row-gutter-sm .col-lg-1,
.row-gutter-sm .col-lg-1-5,
.row-gutter-sm .col-lg-2,
.row-gutter-sm .col-lg-2-5,
.row-gutter-sm .col-lg-3,
.row-gutter-sm .col-lg-3-5,
.row-gutter-sm .col-lg-4,
.row-gutter-sm .col-lg-4-5,
.row-gutter-sm .col-lg-5,
.row-gutter-sm .col-lg-6,
.row-gutter-sm .col-lg-7,
.row-gutter-sm .col-lg-8,
.row-gutter-sm .col-lg-9,
.row-gutter-sm .col-lg-10,
.row-gutter-sm .col-lg-11,
.row-gutter-sm .col-lg-12,
.row-gutter-sm .col-lg-auto,
.row-gutter-sm .col-md,
.row-gutter-sm .col-md-1,
.row-gutter-sm .col-md-1-5,
.row-gutter-sm .col-md-2,
.row-gutter-sm .col-md-2-5,
.row-gutter-sm .col-md-3,
.row-gutter-sm .col-md-3-5,
.row-gutter-sm .col-md-4,
.row-gutter-sm .col-md-4-5,
.row-gutter-sm .col-md-5,
.row-gutter-sm .col-md-6,
.row-gutter-sm .col-md-7,
.row-gutter-sm .col-md-8,
.row-gutter-sm .col-md-9,
.row-gutter-sm .col-md-10,
.row-gutter-sm .col-md-11,
.row-gutter-sm .col-md-12,
.row-gutter-sm .col-md-auto,
.row-gutter-sm .col-sm,
.row-gutter-sm .col-sm-1,
.row-gutter-sm .col-sm-1-5,
.row-gutter-sm .col-sm-2,
.row-gutter-sm .col-sm-2-5,
.row-gutter-sm .col-sm-3,
.row-gutter-sm .col-sm-3-5,
.row-gutter-sm .col-sm-4,
.row-gutter-sm .col-sm-4-5,
.row-gutter-sm .col-sm-5,
.row-gutter-sm .col-sm-6,
.row-gutter-sm .col-sm-7,
.row-gutter-sm .col-sm-8,
.row-gutter-sm .col-sm-9,
.row-gutter-sm .col-sm-10,
.row-gutter-sm .col-sm-11,
.row-gutter-sm .col-sm-12,
.row-gutter-sm .col-sm-auto,
.row-gutter-sm .col-xl,
.row-gutter-sm .col-xl-1,
.row-gutter-sm .col-xl-1-5,
.row-gutter-sm .col-xl-2,
.row-gutter-sm .col-xl-2-5,
.row-gutter-sm .col-xl-3,
.row-gutter-sm .col-xl-3-5,
.row-gutter-sm .col-xl-4,
.row-gutter-sm .col-xl-4-5,
.row-gutter-sm .col-xl-5,
.row-gutter-sm .col-xl-6,
.row-gutter-sm .col-xl-7,
.row-gutter-sm .col-xl-8,
.row-gutter-sm .col-xl-9,
.row-gutter-sm .col-xl-10,
.row-gutter-sm .col-xl-11,
.row-gutter-sm .col-xl-12,
.row-gutter-sm .col-xl-auto {
  padding-left: 10px;
  padding-right: 10px;
}

.modal {
  z-index: 1100;
}

.mfp-bg {
  z-index: 9995;
}

.mfp-wrap {
  z-index: 9996;
}

.mfp-wrap .mfp-content {
  z-index: 9996;
}

.modal-block.modal-block-xs .modal-dialog {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.modal-block.modal-block-sm .modal-dialog {
  max-width: 400px;
}

.modal-block.modal-block-md .modal-dialog {
  max-width: 600px;
}

.modal-block.modal-block-lg .modal-dialog {
  max-width: 900px;
}

.modal-block.modal-block-full .modal-dialog {
  max-width: 98%;
}

.modal-block.modal-header-color .card-header .card-title {
  color: #fff;
}

.modal-block.modal-full-color {
  color: #fff;
}

.modal-block.modal-full-color .card-header {
  border: 0;
}

.modal-block.modal-full-color .card-header .card-title {
  color: #fff;
}

.modal-block.modal-full-color .card-footer {
  border: 0;
}

.modal-block.modal-full-color .card-body {
  background-color: transparent;
}

.modal-block.modal-full-color .fa,
.modal-block.modal-full-color .fab,
.modal-block.modal-full-color .fal,
.modal-block.modal-full-color .far,
.modal-block.modal-full-color .fas {
  color: #fff !important;
}

.modal-block.modal-full-color p {
  color: #fff;
}

.modal-wrapper {
  position: relative;
  /* padding: 0 0 50px; */
}

.modal-icon {
  float: left;
  width: 20%;
  text-align: center;
}

.modal-icon .fa,
.modal-icon .fab,
.modal-icon .fal,
.modal-icon .far,
.modal-icon .fas {
  font-size: 52px;
  position: relative;
  top: -10px;
  color: #08c;
}

.modal-icon.center {
  float: none;
  width: auto;
  padding-top: 20px;
}

.modal-icon.center + .modal-text {
  float: none;
  width: auto;
}

.modal-icon + .modal-text {
  float: left;
  width: 80%;
}

.modal-text {
  padding: 0 5px;
}

.modal-text h1,
.modal-text h2,
.modal-text h3,
.modal-text h4,
.modal-text h5,
.modal-text h6 {
  padding: 0;
  margin: -7px 0 4px 0;
}

.modal-backdrop.fade {
  transition-timing-function: ease;
}

.modal-block-primary .fa,
.modal-block-primary .fab,
.modal-block-primary .fal,
.modal-block-primary .far,
.modal-block-primary .fas {
  color: #08c;
}

.modal-block-primary.modal-header-color .card-header {
  background-color: #08c;
}

.modal-block-primary.modal-full-color .card {
  background-color: #00a3f5;
}

.modal-block-primary.modal-full-color .card-header {
  background-color: #08c;
}

.modal-block-primary.modal-full-color .card-footer {
  background-color: #00a3f5;
}

.modal-block-success .fa,
.modal-block-success .fab,
.modal-block-success .fal,
.modal-block-success .far,
.modal-block-success .fas {
  color: #47a447;
}

.modal-block-success.modal-header-color .card-header {
  background-color: #47a447;
}

.modal-block-success.modal-full-color .card {
  background-color: #5cb85c;
}

.modal-block-success.modal-full-color .card-header {
  background-color: #47a447;
}

.modal-block-success.modal-full-color .card-footer {
  background-color: #5cb85c;
}

.modal-block-warning .fa,
.modal-block-warning .fab,
.modal-block-warning .fal,
.modal-block-warning .far,
.modal-block-warning .fas {
  color: #ed9c28;
}

.modal-block-warning.modal-header-color .card-header {
  background-color: #ed9c28;
}

.modal-block-warning.modal-full-color .card {
  background-color: #f0ad4e;
}

.modal-block-warning.modal-full-color .card-header {
  background-color: #ed9c28;
}

.modal-block-warning.modal-full-color .card-footer {
  background-color: #f0ad4e;
}

.modal-block-danger .fa,
.modal-block-danger .fab,
.modal-block-danger .fal,
.modal-block-danger .far,
.modal-block-danger .fas {
  color: #d2322d;
}

.modal-block-danger.modal-header-color .card-header {
  background-color: #d2322d;
}

.modal-block-danger.modal-full-color .card {
  background-color: #d9534f;
}

.modal-block-danger.modal-full-color .card-header {
  background-color: #d2322d;
}

.modal-block-danger.modal-full-color .card-footer {
  background-color: #d9534f;
}

.modal-block-info .fa,
.modal-block-info .fab,
.modal-block-info .fal,
.modal-block-info .far,
.modal-block-info .fas {
  color: #5bc0de;
}

.modal-block-info.modal-header-color .card-header {
  background-color: #5bc0de;
}

.modal-block-info.modal-full-color .card {
  background-color: #7dcde5;
}

.modal-block-info.modal-full-color .card-header {
  background-color: #5bc0de;
}

.modal-block-info.modal-full-color .card-footer {
  background-color: #7dcde5;
}

.modal-block-dark .fa,
.modal-block-dark .fab,
.modal-block-dark .fal,
.modal-block-dark .far,
.modal-block-dark .fas {
  color: #2e353e;
}

.modal-block-dark.modal-header-color .card-header {
  background-color: #2e353e;
}

.modal-block-dark.modal-full-color .card {
  background-color: #3f4955;
}

.modal-block-dark.modal-full-color .card-header {
  background-color: #2e353e;
}

.modal-block-dark.modal-full-color .card-footer {
  background-color: #3f4955;
}

.ReactModal__Overlay,
.ReactModal__Overlay.ReactModal__Overlay--before-close {
  opacity: 0;
}

.ReactModal__Overlay.ReactModal__Overlay--after-open:not(
    .ReactModal__Overlay--before-close
  ) {
  opacity: 1;
}

.nav-pills > .active a,
.nav-pills > .active a:focus,
.nav-pills > .active a:hover {
  background-color: #08c;
}

.nav-pills-primary > li a:focus,
.nav-pills-primary > li a:hover {
  color: #08c;
  background-color: #cceeff;
}

.nav-pills-primary > li.active > a,
.nav-pills-primary > li.active > a:active,
.nav-pills-primary > li.active > a:focus,
.nav-pills-primary > li.active > a:hover {
  background-color: #08c;
}

.nav-pills-success > li a:focus,
.nav-pills-success > li a:hover {
  color: #47a447;
  background-color: #bfe2bc;
}

.nav-pills-success > li.active > a,
.nav-pills-success > li.active > a:active,
.nav-pills-success > li.active > a:focus,
.nav-pills-success > li.active > a:hover {
  background-color: #47a447;
}

.nav-pills-warning > li a:focus,
.nav-pills-warning > li a:hover {
  color: #ed9c28;
  background-color: #fbe4cd;
}

.nav-pills-warning > li.active > a,
.nav-pills-warning > li.active > a:active,
.nav-pills-warning > li.active > a:focus,
.nav-pills-warning > li.active > a:hover {
  background-color: #ed9c28;
}

.nav-pills-danger > li a:focus,
.nav-pills-danger > li a:hover {
  color: #d2322d;
  background-color: #f2c0c3;
}

.nav-pills-danger > li.active > a,
.nav-pills-danger > li.active > a:active,
.nav-pills-danger > li.active > a:focus,
.nav-pills-danger > li.active > a:hover {
  background-color: #d2322d;
}

.nav-pills-info > li a:focus,
.nav-pills-info > li a:hover {
  color: #5bc0de;
  background-color: #f0fafc;
}

.nav-pills-info > li.active > a,
.nav-pills-info > li.active > a:active,
.nav-pills-info > li.active > a:focus,
.nav-pills-info > li.active > a:hover {
  background-color: #5bc0de;
}

.nav-pills-dark > li a:focus,
.nav-pills-dark > li a:hover {
  color: #2e353e;
  background-color: #7f90a0;
}

.nav-pills-dark > li.active > a,
.nav-pills-dark > li.active > a:active,
.nav-pills-dark > li.active > a:focus,
.nav-pills-dark > li.active > a:hover {
  background-color: #2e353e;
}

ul.nav-list.primary > li {
  margin: 0;
  padding: 0;
}

ul.nav-list.primary > li:last-child a {
  border-bottom: transparent !important;
}

ul.nav-list.primary > li a {
  transition: all 0.3s;
  background-position: 9px 16px;
  background-repeat: no-repeat;
  border-bottom: 1px solid #ededde;
  padding: 8px 20px;
}

.notifications {
  display: inline-block;
  list-style: none;
  margin: 4px -10px 0 0;
  padding: 0;
  vertical-align: middle;
}

.notifications > li {
  float: left;
  margin: 0 10px 0 0;
  position: relative;
}

.notifications > li .notification-icon {
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
  display: inline-block;
  height: 30px;
  position: relative;
  width: 30px;
  text-align: center;
}

.notifications > li .notification-icon.dropdown-toggle:after {
  content: none;
}

.notifications > li .notification-icon i {
  color: #777;
  line-height: 30px;
  vertical-align: middle;
}

.notifications > li .notification-icon i.fa-tasks {
  line-height: 32px;
}

.notifications > li .notification-icon .badge {
  background: #d2312d;
  color: #fff;
  font-size: 10px;
  font-weight: normal;
  height: 16px;
  padding: 3px 5px 3px 5px;
  position: absolute;
  right: -8px;
  top: -3px;
  border-radius: 100%;
}

.notifications > li > a {
  border: none;
  display: inline-block;
}

.notifications .notification-menu {
  border: none;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  margin: 10px 0 0 0;
  padding: 0;
  right: -5px;
  width: 245px;
  transform: translate3d(0, 32px, 0) !important;
}

@media only screen and (min-width: 768px) {
  .notifications .notification-menu {
    left: auto !important;
  }
}

.notifications .notification-menu.large {
  width: 325px;
}

.notifications .notification-menu .notification-title {
  background: #08c;
  border-radius: 3px 3px 0 0;
  color: #fff;
  font-size: 0.7rem;
  line-height: 1.5rem;
  padding: 8px 6px 8px 12px;
  text-transform: uppercase;
}

.notifications .notification-menu .notification-title .badge {
  font-size: 0.65rem;
  font-weight: 200;
  line-height: 14px;
  margin-left: 10px;
  margin-top: 2px;
  min-width: 35px;
}

.notifications .notification-menu .notification-title .badge-default {
  background: #006697;
  color: #fff;
}

.notifications .notification-menu .content {
  padding: 12px;
}

.notifications .notification-menu hr {
  background: #e6e6e6;
  height: 1px;
  margin: 12px 0;
}

.notifications .notification-menu .view-more {
  color: #acacac;
  font-size: 0.7rem;
  line-height: 1.1rem;
  text-transform: uppercase;
}

.notifications .notification-icon:before,
.notifications .notification-menu:before {
  border-bottom: 6px solid #08c;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  height: 0;
  margin-right: -3px;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.notifications .notification-menu:before {
  bottom: 100%;
  right: 16px;
}

.notifications .notification-icon:before {
  display: none;
  right: 11px;
  top: 35px;
  z-index: 9999;
}

.notification-menu {
  color: #acacac;
}

.notification-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.notification-menu li {
  margin: 0 0 12px;
}

.notification-menu li:last-child {
  margin-bottom: 0;
}

.notification-menu a {
  display: block;
  text-decoration: none;
  position: relative;
  padding-left: 45px;
}

.notification-menu .image {
  position: absolute;
  margin-left: -45px;
}

.notification-menu .image i {
  border-radius: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  width: 35px;
}

.notification-menu .truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.notification-menu .title {
  color: #000011;
  display: block;
  font-size: 0.8rem;
  line-height: 1.1rem;
  padding: 2px 0 0;
}

.notification-menu .message {
  color: #acacac;
  display: block;
  font-size: 0.7rem;
  line-height: 1.1rem;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .notifications {
    float: right;
    margin: 16px 8px 0 0;
  }

  .notifications > li {
    position: static;
  }

  .notifications > li.show .notification-icon:before {
    display: block;
  }

  .notifications > li .notification-menu {
    left: 15px;
    top: auto;
    width: 94vw !important;
    left: 50% !important;
    transform: translate3d(-50%, 109px, 0px) !important;
  }

  .notifications > li .notification-menu:before {
    display: none;
  }
}

.ui-pnotify {
  right: 15px;
  top: 15px;
}

.ui-pnotify .notification,
.ui-pnotify .Toastify__toast {
  position: relative;
  border-radius: 5px;
  box-shadow: none;
  padding: 15px 15px 15px 75px;
}

.ui-pnotify .notification .ui-pnotify-icon,
.ui-pnotify .Toastify__toast .ui-pnotify-icon {
  left: 0;
  position: absolute;
  top: 8px;
  width: 75px;
  text-align: center;
}

.ui-pnotify .notification .ui-pnotify-icon > span,
.ui-pnotify .Toastify__toast .ui-pnotify-icon > span {
  border: 2px solid #fff;
  border-radius: 50%;
  display: inline-block;
  float: none;
  font-size: 35px;
  height: 50px;
  line-height: 48px;
  margin: 8px 0 0;
  padding: 0;
  width: 50px;
  text-align: center;
}

.ui-pnotify .notification .ui-pnotify-title,
.ui-pnotify .Toastify__toast .ui-pnotify-title {
  font-size: 14px;
  letter-spacing: 0;
}

.ui-pnotify .notification .ui-pnotify-text,
.ui-pnotify .Toastify__toast .ui-pnotify-text {
  font-size: 12px;
  line-height: 1.3em;
}

.ui-pnotify .notification .ui-pnotify-closer,
.ui-pnotify .Toastify__toast .ui-pnotify-closer {
  float: right;
  cursor: pointer;
  visibility: hidden;
}

.ui-pnotify .notification:hover .ui-pnotify-closer,
.ui-pnotify .Toastify__toast:hover .ui-pnotify-closer {
  visibility: visible;
}

.ui-pnotify .notification.notification-danger .ui-pnotify-icon > span.fa-times {
  line-height: 47px;
}

.ui-pnotify .ui-pnotify-shadow {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
}

.ui-pnotify .notification.no-icon,
.ui-pnotify .Toastify__toast.no-icon {
  padding-left: 15px;
}

.ui-pnotify .ui-pnotify-sharp {
  border-radius: 0;
}

body .ui-pnotify .notification.icon-nb .ui-pnotify-icon > span,
body .ui-pnotify .Toastify__toast.icon-nb .ui-pnotify-icon > span {
  border-color: transparent;
  border-radius: 0;
}

.ui-pnotify.stack-bar-top {
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  padding: 0;
}

.ui-pnotify.stack-bar-top .notification,
.ui-pnotify.stack-bar-top .Toastify__toast {
  margin-bottom: 0;
  border-radius: 0;
}

.ui-pnotify.stack-bar-top .notification .ui-pnotify-icon > span,
.ui-pnotify.stack-bar-top .Toastify__toast .ui-pnotify-icon > span {
  margin-top: 7px;
}

.ui-pnotify.stack-bar-bottom {
  bottom: 0;
  left: 15%;
  right: auto;
  top: auto;
  width: 70%;
  padding: 0;
}

.ui-pnotify.stack-bar-bottom .notification,
.ui-pnotify.stack-bar-bottom .Toastify__toast {
  margin-bottom: 0;
  border-radius: 0;
}

.ui-pnotify.stack-bar-bottom .notification .ui-pnotify-icon > span,
.ui-pnotify.stack-bar-bottom .Toastify__toast .ui-pnotify-icon > span {
  margin-top: 9px;
}

.ui-pnotify.click-2-close {
  cursor: pointer;
}

.ui-pnotify .notification-primary {
  background: rgba(0, 136, 204, 0.95);
  color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify .notification-primary .ui-pnotify-icon > span {
  border-color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify.stack-bar-bottom .notification-primary,
.ui-pnotify.stack-bar-top .notification-primary {
  background: #08c;
}

.ui-pnotify.notification-primary .notification,
.ui-pnotify.notification-primary .notification-primary {
  background: rgba(0, 136, 204, 0.95);
  color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify.notification-primary .notification-primary .ui-pnotify-icon > span,
.ui-pnotify.notification-primary .notification .ui-pnotify-icon > span {
  border-color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify.notification-primary.stack-bar-bottom .notification,
.ui-pnotify.notification-primary.stack-bar-bottom .notification-primary,
.ui-pnotify.notification-primary.stack-bar-top .notification,
.ui-pnotify.notification-primary.stack-bar-top .notification-primary {
  background: #08c;
}

.ui-pnotify .notification-success {
  background: #0f8902;
  color: #fff;
}

.ui-pnotify .notification-success .ui-pnotify-icon > span {
  border-color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify.stack-bar-bottom .notification-success,
.ui-pnotify.stack-bar-top .notification-success {
  background: #47a447;
}

.ui-pnotify.notification-success .notification,
.ui-pnotify.notification-success .notification-success {
  background: rgba(71, 164, 71, 1);
  color: #fff;
}

.ui-pnotify.notification-success .notification-success .ui-pnotify-icon > span,
.ui-pnotify.notification-success .notification .ui-pnotify-icon > span {
  border-color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify.notification-success.stack-bar-bottom .notification,
.ui-pnotify.notification-success.stack-bar-bottom .notification-success,
.ui-pnotify.notification-success.stack-bar-top .notification,
.ui-pnotify.notification-success.stack-bar-top .notification-success {
  background: #47a447;
}

.ui-pnotify .notification-warning {
  background: rgba(237, 156, 40, 1);
  color: #fff;
}

.ui-pnotify .notification-warning .ui-pnotify-icon > span {
  border-color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify.stack-bar-bottom .notification-warning,
.ui-pnotify.stack-bar-top .notification-warning {
  background: #ed9c28;
}

.ui-pnotify.notification-warning .notification,
.ui-pnotify.notification-warning .notification-warning {
  background: rgba(237, 156, 40, 1);
  color: #fff;
}

.ui-pnotify.notification-warning .notification-warning .ui-pnotify-icon > span,
.ui-pnotify.notification-warning .notification .ui-pnotify-icon > span {
  border-color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify.notification-warning.stack-bar-bottom .notification,
.ui-pnotify.notification-warning.stack-bar-bottom .notification-warning,
.ui-pnotify.notification-warning.stack-bar-top .notification,
.ui-pnotify.notification-warning.stack-bar-top .notification-warning {
  background: #ed9c28;
}

.ui-pnotify .notification-danger {
  background: #e30613;
  color: #fff;
}

.ui-pnotify .notification-danger .ui-pnotify-icon > span {
  border-color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify.stack-bar-bottom .notification-danger,
.ui-pnotify.stack-bar-top .notification-danger {
  background: #d2322d;
}

.ui-pnotify.notification-danger .notification,
.ui-pnotify.notification-danger .notification-danger {
  background: #e30613;
  color: #fff;
}

.ui-pnotify.notification-danger .notification-danger .ui-pnotify-icon > span,
.ui-pnotify.notification-danger .notification .ui-pnotify-icon > span {
  border-color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify.notification-danger.stack-bar-bottom .notification,
.ui-pnotify.notification-danger.stack-bar-bottom .notification-danger,
.ui-pnotify.notification-danger.stack-bar-top .notification,
.ui-pnotify.notification-danger.stack-bar-top .notification-danger {
  background: #d2322d;
}

.ui-pnotify .notification-info {
  background: rgba(91, 192, 222, 1);
  color: #fff;
}

.ui-pnotify .notification-info .ui-pnotify-icon > span {
  border-color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify.stack-bar-bottom .notification-info,
.ui-pnotify.stack-bar-top .notification-info {
  background: #5bc0de;
}

.ui-pnotify.notification-info .notification,
.ui-pnotify.notification-info .notification-info {
  background: rgba(91, 192, 222, 1);
  color: #fff;
}

.ui-pnotify.notification-info .notification-info .ui-pnotify-icon > span,
.ui-pnotify.notification-info .notification .ui-pnotify-icon > span {
  border-color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify.notification-info.stack-bar-bottom .notification,
.ui-pnotify.notification-info.stack-bar-bottom .notification-info,
.ui-pnotify.notification-info.stack-bar-top .notification,
.ui-pnotify.notification-info.stack-bar-top .notification-info {
  background: #5bc0de;
}

.ui-pnotify .notification-dark {
  background: rgba(46, 53, 62, 0.95);
  color: #fff;
}

.ui-pnotify .notification-dark .ui-pnotify-icon > span {
  border-color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify.stack-bar-bottom .notification-dark,
.ui-pnotify.stack-bar-top .notification-dark {
  background: #2e353e;
}

.ui-pnotify.notification-dark .notification,
.ui-pnotify.notification-dark .notification-dark {
  background: rgba(46, 53, 62, 0.95);
  color: #fff;
}

.ui-pnotify.notification-dark .notification-dark .ui-pnotify-icon > span,
.ui-pnotify.notification-dark .notification .ui-pnotify-icon > span {
  border-color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify.notification-dark.stack-bar-bottom .notification,
.ui-pnotify.notification-dark.stack-bar-bottom .notification-dark,
.ui-pnotify.notification-dark.stack-bar-top .notification,
.ui-pnotify.notification-dark.stack-bar-top .notification-dark {
  background: #2e353e;
}

@media only screen and (max-width: 767px) {
  html > body > .ui-pnotify {
    bottom: auto !important;
    left: 0 !important;
    margin: 0 !important;
    right: 0 !important;
    top: 60px !important;
    width: auto !important;
  }

  html > body > .ui-pnotify .notification {
    border-radius: 0 !important;
    height: auto !important;
    position: static !important;
    width: 100%;
  }

  html > body > .ui-pnotify .notification .ui-pnotify-text,
  html > body > .ui-pnotify .notification .ui-pnotify-title {
    padding-right: 35px !important;
  }

  html > body > .ui-pnotify .notification .ui-pnotify-sticker {
    display: none !important;
  }

  html > body > .ui-pnotify .notification .ui-pnotify-closer {
    display: block !important;
    font-size: 24px !important;
    visibility: visible !important;
  }
}

.pagination > li a {
  color: #08c;
  box-shadow: none !important;
}

.pagination > li a:focus,
.pagination > li a:hover {
  color: #0099e6;
}

.pagination > li.active a,
.pagination > li.active a:focus,
.pagination > li.active a:hover,
.pagination > li.active span,
.pagination > li.active span:focus,
.pagination > li.active span:hover {
  background-color: #08c;
  border-color: #08c;
}

.pagination > li.active a {
  background-color: #08c;
}

.pagination.pagination-modern > li a {
  border: 0;
  font-weight: 600;
  color: #444;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination.pagination-modern > li a[disabled] {
  pointer-events: none;
  background: transparent;
}

.pagination.pagination-modern > li a.next,
.pagination.pagination-modern > li a.prev {
  color: #999;
  background: transparent;
}

.pagination.pagination-modern.pagination-modern-spacing > li a[disabled] {
  width: 25px;
  letter-spacing: 2.5px;
  padding-bottom: 14px;
}

.pagination.pagination-modern.pagination-modern-spacing > li + li {
  margin-left: 10px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:focus,
.pager li > a:hover {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

.pager .disabled > a:focus,
.pager .disabled > a:hover {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

.page-item.disabled {
  opacity: 0.7;
}

.page-item.active .page-link {
  background-color: #000;
  border-color: #000;
}

.ReactTable .pagination {
  float: right;
  margin-top: 2rem;
}

.progress-bar {
  background: #08c;
  height: 1.2rem;
}

.progress .progress-bar {
  box-shadow: none;
  border-radius: 4px;
  height: auto;
}

.progress-bar-primary {
  background-color: #08c;
}

.progress-bar.progress-without-number[aria-valuenow="1"],
.progress-bar.progress-without-number[aria-valuenow="2"] {
  min-width: 0;
}

.progress-bar.progress-bar-primary[aria-valuenow="0"] {
  background: transparent;
}

.progress {
  background: #474453;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4) inset;
}

.progress.light {
  background: #f6f7f8;
  background-image: linear-gradient(#f6f7f8, #f6f7f8 10%, #f5f5f5 11%);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
}

html.dark .progress.light {
  background: #2e353e;
  background-image: linear-gradient(#2e353e, #2e353e 10%, #282d36 11%);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
}

.progress-squared,
.progress-squared .progress-bar {
  border-radius: 0 !important;
}

.progress-xs {
  height: 7px;
}

.progress-xs,
.progress-xs .progress-bar {
  border-radius: 7px;
}

.progress-xs .progress-bar {
  direction: ltr !important;
  text-indent: -9999px;
}

.progress-xs.progress-half-rounded,
.progress-xs.progress-half-rounded .progress-bar {
  border-radius: 2px;
}

.progress-xs.progress-striped .progress-bar {
  background-size: 15px 15px;
}

.progress-sm {
  border-radius: 12px;
  height: 12px;
}

.progress-sm,
.progress-sm .progress-bar {
  border-radius: 12px;
}

.progress-sm .progress-bar {
  font-size: 10px;
  line-height: 12px;
}

.progress-sm.progress-half-rounded,
.progress-sm.progress-half-rounded .progress-bar {
  border-radius: 4px;
}

.progress-sm.progress-striped .progress-bar {
  background-size: 20px 20px;
}

.progress-md {
  border-radius: 14px;
  height: 14px;
}

.progress-md,
.progress-md .progress-bar {
  border-radius: 14px;
}

.progress-md .progress-bar {
  font-size: 11px;
  line-height: 14px;
}

.progress-md.progress-half-rounded,
.progress-md.progress-half-rounded .progress-bar {
  border-radius: 4px;
}

.progress-md.progress-striped .progress-bar {
  background-size: 25px 25px;
}

.progress-lg {
  border-radius: 16px;
  height: 16px;
}

.progress-lg,
.progress-lg .progress-bar {
  border-radius: 16px;
}

.progress-lg .progress-bar {
  line-height: 16px;
}

.progress-lg.progress-half-rounded,
.progress-lg.progress-half-rounded .progress-bar {
  border-radius: 5px;
}

.progress-lg.progress-striped .progress-bar {
  background-size: 30px 30px;
}

.progress-xl {
  border-radius: 18px;
  height: 18px;
}

.progress-xl,
.progress-xl .progress-bar {
  border-radius: 18px;
}

.progress-xl .progress-bar {
  line-height: 18px;
}

.progress-xl.progress-half-rounded,
.progress-xl.progress-half-rounded .progress-bar {
  border-radius: 6px;
}

.progress-xl.progress-striped .progress-bar {
  background-size: 35px 35px;
}

.progress .progress-bar-primary {
  background-color: #08c;
}

.progress .progress-bar-success {
  background-color: #47a447;
}

.progress .progress-bar-warning {
  background-color: #ed9c28;
}

.progress .progress-bar-danger {
  background-color: #d2322d;
}

.progress .progress-bar-info {
  background-color: #5bc0de;
}

.progress .progress-bar-dark {
  background-color: #2e353e;
}

.circular-bar {
  margin-bottom: 25px;
}

.circular-bar .circular-bar-chart {
  position: relative;
}

.circular-bar strong {
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  position: absolute;
  top: 35%;
  width: 80%;
  left: 10%;
  text-align: center;
}

.circular-bar label {
  display: block;
  font-weight: 100;
  font-size: 17px;
  line-height: 20px;
  position: absolute;
  top: 50%;
  width: 80%;
  left: 10%;
  text-align: center;
}

html .scroll-to-top {
  transition: all 0.3s;
  background: #282d36;
  border-radius: 7px 7px 0 0;
  bottom: 0px;
  color: #fff;
  display: block;
  height: 9px;
  opacity: 0;
  padding: 5px 10px 25px;
  position: fixed;
  right: 10px;
  text-align: center;
  text-decoration: none;
  min-width: 39px;
  z-index: 1040;
  visibility: hidden;
}

html .scroll-to-top.visible {
  opacity: 0.75;
  visibility: visible;
}

html .scroll-to-top.visible:hover {
  opacity: 1;
}

html .scroll-to-top span {
  display: inline-block;
  padding: 0 5px;
}

html.ie11 .scroll-to-top {
  right: 25px;
}

@media (max-width: 991px) {
  html .scroll-to-top.hidden-mobile {
    display: none !important;
  }
}

.search-style-1 .input-group > input {
  border-radius: 35px;
  /* border-radius: 35px 0px 0px 35px; */
  padding: 6px 10px 6px 20px;
  border-width: 0;
  background: #f4f4f4;
}

.search-style-1 .input-group > input:focus {
  box-shadow: none;
}

.search-style-1 .input-group > div button {
  display: flex;
  align-items: center;
  font-size: 1.1rem;
  border-radius: 0px 35px 35px 0px;
  padding: 8px 15px 8px 10px;
  border-width: 0;
  background: #f4f4f4;
}

.search-style-1 .input-group > div button i[class*="fa-"] {
  font-size: 0.8rem;
}

.search-style-1.search-style-1-lg {
  width: 240px;
}

.sidebar-widget {
  margin: 0 30px 0 25px;
}

.sidebar-widget .widget-header {
  position: relative;
  margin: 0;
}

.sidebar-widget .widget-header h6 {
  font-size: 0.7rem;
  color: #465162;
  font-weight: 600;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.sidebar-widget .widget-header .btn-widget-act {
  position: relative;
  top: -2px;
  border-color: #23282f;
  background-color: #23282f;
  border-color: #23282f #0d0f12 #0d0f12;
}

.sidebar-widget .widget-header .btn-widget-act:hover {
  border-color: #2a3038;
  background-color: #2a3038;
}

.sidebar-widget .widget-header .btn-widget-act:active,
.sidebar-widget .widget-header .btn-widget-act:focus {
  border-color: #181c21;
  background-color: #181c21;
}

.sidebar-widget .widget-header .btn-widget-act.dropdown-toggle {
  border-left-color: #181c21;
}

.sidebar-widget .widget-header .widget-toggle {
  font-size: 1.7rem;
  line-height: 1.3rem;
  color: #465162;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  text-align: center;
  transform: rotate(45deg);
  transition-property: transform;
  transition-duration: 0.2s;
  transition-timing-function: linear;
}

.sidebar-widget .widget-content {
  padding: 15px 0 0;
}

.sidebar-widget.widget-collapsed .widget-header .widget-toggle {
  transform: none;
}

.sidebar-widget.widget-collapsed .widget-content {
  display: none;
}

.sidebar-widget.widget-tasks ul li {
  position: relative;
}

.sidebar-widget.widget-tasks ul li a {
  color: #abb4be;
  display: block;
  margin: 0 -25px 0 -30px;
  padding: 10px 0 10px 55px;
  font-size: 0.8rem;
}

.sidebar-widget.widget-tasks ul li a:hover {
  background: #21262d;
  text-decoration: none;
}

.sidebar-widget.widget-tasks ul li:before {
  border: 5px solid #08c;
  border-radius: 100px;
  content: "";
  display: inline-block;
  left: 0;
  margin: -5px 0 0;
  position: absolute;
  top: 50%;
  z-index: 999;
}

.sidebar-widget.widget-tasks ul li:nth-child(6n + 1):before {
  border-color: #d64b4b;
}

.sidebar-widget.widget-tasks ul li:nth-child(6n + 2):before {
  border-color: #0090d9;
}

.sidebar-widget.widget-tasks ul li:nth-child(6n + 3):before {
  border-color: #4dd79c;
}

.sidebar-widget.widget-tasks ul li:nth-child(6n + 4):before {
  border-color: #d9a300;
}

.sidebar-widget.widget-tasks ul li:nth-child(6n + 5):before {
  border-color: #c926ff;
}

.sidebar-widget.widget-tasks ul li:nth-child(6n + 6):before {
  border-color: #ffff26;
}

.sidebar-widget.widget-stats ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-widget.widget-stats .stats-title {
  color: #a6a6a6;
  font-size: 0.7rem;
}

.sidebar-widget.widget-stats .stats-complete {
  float: right;
  font-size: 0.7rem;
  color: #666;
}

.sidebar-widget.widget-stats .progress {
  height: 7px;
  background: #474453;
  box-shadow: 0 1px 0 #585564 inset;
  margin-bottom: 25px;
}

.sidebar-widget.widget-calendar {
  margin: 0 0 25px;
}

.sidebar-widget.widget-calendar .datepicker {
  background: transparent;
}

.sidebar-widget.widget-calendar ul {
  list-style: none;
  margin: 0;
  padding: 20px 0;
  border-top: 1px solid #000;
}

.sidebar-widget.widget-calendar ul time {
  display: block;
  font-size: 0.75rem;
  line-height: 1.3em;
  font-weight: 600;
  color: #777;
  margin-bottom: 0.1em;
}

.sidebar-widget.widget-calendar ul span {
  font-size: 0.85rem;
  line-height: 1.3em;
  color: #fff;
}

.sidebar-widget.widget-friends ul {
  list-style: none;
  margin: 0;
  padding: 10px 2px;
}

.sidebar-widget.widget-friends ul li {
  padding: 10px 0;
}

.sidebar-widget.widget-friends ul li .profile-info,
.sidebar-widget.widget-friends ul li .profile-picture {
  display: inline-block;
  vertical-align: middle;
}

.sidebar-widget.widget-friends ul li .profile-picture {
  position: relative;
  width: 35px;
  margin: 0;
}

.sidebar-widget.widget-friends ul li .profile-picture img {
  width: 100%;
  height: auto;
}

.sidebar-widget.widget-friends ul li .profile-info {
  margin: 0 35px 0 10px;
}

.sidebar-widget.widget-friends ul li span.name {
  display: block;
  color: #fff;
  font-weight: 600;
  vertical-align: top;
  line-height: 1.3em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 0.2em;
}

.sidebar-widget.widget-friends ul li span.title {
  display: block;
  font-size: 0.75rem;
  line-height: 1.3em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.sidebar-widget.widget-friends ul li.status-offline .profile-picture:after,
.sidebar-widget.widget-friends ul li.status-online .profile-picture:after {
  display: none;
  position: absolute;
  top: -4px;
  right: -4px;
  content: "";
  width: 15px;
  height: 15px;
  border: 2px solid #000;
  border-radius: 50%;
}

.sidebar-widget.widget-friends ul li.status-online .profile-picture:after {
  display: block;
  background-color: #1aae88;
}

.sidebar-widget.widget-friends ul li.status-offline .profile-picture:after {
  display: block;
  background-color: #d2312d;
}

.slider-range {
  position: relative;
  height: 6px;
  background: #ebebeb;
  border-radius: 3px;
}

.slider-track {
  position: absolute;
  height: 100%;
  background-color: #999;
  border-radius: 3px;
}

.slider-thumb {
  width: 20px;
  height: 20px;
  border: 6px solid #fff;
  border-radius: 50%;
  background-color: #999;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4);
  outline: none;
}

.slider-thumb:hover {
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.3);
}

.slider-range.slider-range-primary .slider-thumb,
.slider-range.slider-range-primary .slider-track {
  background-color: #08c;
}

.slider-range.slider-range-success .slider-thumb,
.slider-range.slider-range-success .slider-track {
  background-color: #47a447;
}

.slider-range.slider-range-warning .slider-thumb,
.slider-range.slider-range-warning .slider-track {
  background-color: #ed9c28;
}

.slider-range.slider-range-danger .slider-thumb,
.slider-range.slider-range-danger .slider-track {
  background-color: #d2322d;
}

.slider-range.slider-range-info .slider-thumb,
.slider-range.slider-range-info .slider-track {
  background-color: #5bc0de;
}

.slider-range.slider-range-dark .slider-thumb,
.slider-range.slider-range-dark .slider-track {
  background-color: #2e353e;
}

.spinner-buttons.btn-group-vertical .btn {
  height: 18px;
  margin: 0 0 0 -1px;
  padding-left: 6px;
  padding-right: 6px;
  text-align: center;
  width: 22px;
  line-height: 14px;
}

.spinner-buttons.btn-group-vertical .btn i {
  margin-top: -2px;
}

.spinner-buttons.btn-group-vertical .btn:first-child {
  border-radius: 0 4px 0 0 !important;
}

.spinner-buttons.btn-group-vertical .btn:last-child {
  border-radius: 0 0 4px !important;
  margin-top: -1px;
  height: 17px;
}

.note-editor {
  border-radius: 4px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.note-editor,
.note-editor.note-frame {
  border: 1px solid #ddd;
  margin-top: 0 !important;
}

.note-editor.active {
  border-color: #66afe9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

.note-editor .note-title {
  padding-top: 0 !important;
}

.note-editor .btn-light {
  border-color: #ccc !important;
}

.note-editor .note-toolbar {
  background-color: #f5f5f5;
  border-bottom: 1px dashed #ddd;
  border-left: none;
  border-right: none;
  border-top: none;
  border-radius: 4px 4px 0 0;
  padding: 3px 10px 7px;
  -webkit-user-select: none;
  user-select: none;
}

.note-editor .note-toolbar i {
  margin: 0;
}

.note-editor .note-toolbar i:before {
  margin: 0;
}

.note-editor .note-toolbar .btn-group {
  float: none !important;
}

.note-editor
  .note-toolbar
  .btn-group
  > .btn-group:last-child
  > .btn:first-child {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.note-editor
  .note-toolbar
  .btn-group
  > .btn-group:first-child
  > .btn:last-child,
.note-editor
  .note-toolbar
  .btn-group
  > .btn-group:first-child
  > .dropdown-toggle {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

@media only screen and (max-width: 767px) {
  .note-editor .note-toolbar {
    text-align: center;
  }
}

.note-editor .note-editable {
  clear: both;
  background: #fff;
  border: none;
  border-radius: 0 0 4px 4px;
  font-family: Arial, Helvetica, Sans-serif;
}

.note-editor .note-statusbar {
  background: #fff;
  border-radius: 0 0 4px 4px;
}

.note-editor .note-statusbar .note-resizebar {
  border-color: #ddd;
  display: block;
}

.table {
  width: 100%;
}

.table .table {
  background: transparent;
}

.table-responsive > .table-bordered {
  border: 1px solid #dee2e6;
}

.table.mb-0 {
  margin-bottom: 0 !important;
}

.table .b-top-0 td {
  border-top: none;
}

.table .actions,
.table .actions-hover {
  vertical-align: middle;
}

.table .actions-hover a,
.table .actions a {
  display: inline-block;
  margin-right: 5px;
  color: #666;
}

.table .actions-hover a:last-child,
.table .actions a:last-child {
  margin-right: 0;
}

.table .actions-hover a:hover,
.table .actions a:hover {
  color: #333;
}

.table .actions-hover a {
  opacity: 0;
}

.table tr:hover .actions-hover a {
  opacity: 1;
}

.table .actions-fade a {
  transition: all 0.2s linear;
}

@media only screen and (max-width: 991px) {
  .table.table-no-more,
  .table.table-no-more tbody,
  .table.table-no-more td,
  .table.table-no-more th,
  .table.table-no-more thead,
  .table.table-no-more tr {
    display: block;
  }

  .table.table-no-more thead tr {
    left: -9999px;
    position: absolute;
    top: -9999px;
  }

  .table.table-no-more tr {
    border-bottom: 1px solid #ddd;
  }

  .table.table-no-more td {
    border: none;
    position: relative;
    padding-left: 50%;
    text-align: left;
    white-space: normal;
  }

  .table.table-no-more td:before {
    content: attr(data-title);
    font-weight: bold;
    left: 6px;
    padding-right: 10px;
    position: absolute;
    text-align: left;
    top: 50%;
    white-space: nowrap;
    transform: translateY(-50%);
    width: 45%;
  }

  .table.table-no-more.table-bordered td {
    border-bottom: 1px solid #dedede;
  }

  .table.table-no-more.table-sm td:before {
    top: 5px;
  }
}

.table.table-ecommerce-simple thead th {
  border-bottom-width: 1px;
  border-top: 0;
}

.table.table-ecommerce-simple tbody td {
  vertical-align: middle;
}

.table.table-ecommerce-simple tbody tr:first-child td {
  border-top: 0;
}

.table.table-ecommerce-simple.table-striped > tbody > tr:nth-child(odd) > td,
.table.table-ecommerce-simple.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

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

.table.table-ecommerce-simple.table-striped td,
.table.table-ecommerce-simple.table-striped th {
  border-top: 0;
}

.table.table-ecommerce-simple.table-ecomerce-simple-border-bottom {
  border-bottom: 1px solid #dee2e6;
}

.table > tbody > tr.primary > td,
.table > tbody > tr.primary > th,
.table > tbody > tr > td.primary,
.table > tbody > tr > th.primary,
.table > tfoot > tr.primary > td,
.table > tfoot > tr.primary > th,
.table > tfoot > tr > td.primary,
.table > tfoot > tr > th.primary,
.table > thead > tr.primary > td,
.table > thead > tr.primary > th,
.table > thead > tr > td.primary,
.table > thead > tr > th.primary {
  color: #fff;
  background-color: #08c !important;
}

.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
  color: #fff;
  background-color: #47a447 !important;
}

.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
  color: #fff;
  background-color: #ed9c28 !important;
}

.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
  color: #fff;
  background-color: #d2322d !important;
}

.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
  color: #fff;
  background-color: #5bc0de !important;
}

.table > tbody > tr.dark > td,
.table > tbody > tr.dark > th,
.table > tbody > tr > td.dark,
.table > tbody > tr > th.dark,
.table > tfoot > tr.dark > td,
.table > tfoot > tr.dark > th,
.table > tfoot > tr > td.dark,
.table > tfoot > tr > th.dark,
.table > thead > tr.dark > td,
.table > thead > tr.dark > th,
.table > thead > tr > td.dark,
.table > thead > tr > th.dark {
  color: #fff;
  background-color: #2e353e !important;
}

.table > tbody > tr.dark > td,
.table > tbody > tr.dark > th,
.table > tbody > tr > td.dark,
.table > tbody > tr > th.dark,
.table > tfoot > tr.dark > td,
.table > tfoot > tr.dark > th,
.table > tfoot > tr > td.dark,
.table > tfoot > tr > th.dark,
.table > thead > tr.dark > td,
.table > thead > tr.dark > th,
.table > thead > tr > td.dark,
.table > thead > tr > th.dark {
  background-color: #596779;
  color: #fff;
}

.table tbody tr td:nth-child(2) {
  position: relative;
}

.table tbody tr td:nth-child(2) .slide-content {
  position: absolute;
  top: calc(50% - 10px);
  right: 15px;
}

.table tbody tr td:nth-child(2) .slide-content:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
}

.table tbody tr td:nth-child(2) .slide-content:active,
.table tbody tr td:nth-child(2) .slide-content:focus,
.table tbody tr td:nth-child(2) .slide-content:hover {
  text-decoration: none;
}

.table tbody tr.row-expanded td:nth-child(2) .slide-content:before {
  content: "";
}

.table > tbody > tr.replyRow > td {
  border: 1px solid #dee2e6 !important;
}

.ReactTable.table-ecommerce-simple.-striped .rt-tr.-odd {
  background: rgba(0, 0, 0, 0.02);
}

.ReactTable.table-ecommerce-simple .rt-thead .rt-th {
  padding: 0.75rem;
  font-weight: 700;
}

.ReactTable.table-ecommerce-simple .rt-thead .rt-th.checkbox {
  max-width: calc(2.5rem + 1px);
}

.ReactTable.table-ecommerce-simple .rt-thead .rt-th.-cursor-pointer {
  color: #08c;
}

.ReactTable.table-ecommerce-simple .rt-td.checkbox {
  padding: 0.75rem;
  max-width: calc(2.5rem + 1px);
}

.ReactTable.table-ecommerce-simple .rt-td.actions {
  justify-content: center;
}

.ReactTable.table-ecommerce-simple .rt-td,
.ReactTable.table-ecommerce-simple .rt-th {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  white-space: normal;
  padding: 0.75rem 0.75rem;
}

.ReactTable.table-ecommerce-simple .-pagination .-next,
.ReactTable.table-ecommerce-simple .-pagination .-previous {
  max-width: 80px;
}

.ReactTable.table-ecommerce-simple .-pagination .-center {
  justify-content: center;
}

.tabs {
  border-radius: 4px;
  margin-bottom: 20px;
}

.nav-tabs {
  margin: 0;
  padding: 0;
  border-bottom-color: #eee;
}

.nav-tabs .nav-item {
  border-radius: 5px 5px 0 0;
  font-size: 14px;
  margin-right: 1px;
}

.nav-tabs .nav-item:last-child {
  margin-right: 0;
}

.nav-tabs .nav-item,
.nav-tabs .nav-item:hover {
  background: #f4f4f4;
  border-bottom: none;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-top: 3px solid #eee;
  /* color: #08c */
}

.nav-tabs .nav-item:hover {
  border-bottom-color: #fff;
  /* border-top: 3px solid #08c; */
  box-shadow: none;
}

.nav-tabs .nav-item:active,
.nav-tabs .nav-item:focus {
  border-bottom: 0;
}

.nav-tabs .nav-item .badge {
  border-radius: 100%;
  font-size: 10px;
  width: 24px;
  height: 24px;
  padding: 7px 0 5px;
  text-align: center;
  margin-right: 5px;
}

.nav-tabs .nav-item.active {
  background: #fff;
  border-left-color: #eee;
  border-right-color: #eee;
  border-top: 3px solid #FF600F;
  color: #FF600F;
}

.nav-tabs .nav-item.active,
.nav-tabs .nav-item.active:focus,
.nav-tabs .nav-item.active:hover {
  background: #fff;
  border-left-color: #eee;
  border-right-color: #eee;
  border-top: 3px solid #FF600F;
  color: #FF600F;
}

.tab-content {
  border-radius: 0 0 4px 4px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
  background-color: #fff;
  border: 1px solid #eee;
  border-top: 0;
  padding: 15px;
}

.tabs.tabs-bottom {
  display: flex;
  flex-direction: column;
  margin: 0 0 20px 0;
  padding: 0;
}

.tabs.tabs-bottom .tab-content {
  order: -1;
  border-radius: 4px 4px 0 0;
  border-bottom: 0;
  border-top: 1px solid #eee;
}

.tabs.tabs-bottom .nav-tabs {
  border-bottom: none;
  border-top: 1px solid #eee;
}

.tabs.tabs-bottom .nav-tabs .nav-item {
  margin-bottom: 0;
  margin-top: -1px;
  border-radius: 0 0 5px 5px;
  font-size: 14px;
  margin-right: 1px;
  border-top-color: transparent !important;
}

.tabs.tabs-bottom .nav-tabs .nav-item:last-child {
  margin-right: 0;
}

.tabs.tabs-bottom .nav-tabs .nav-item,
.tabs.tabs-bottom .nav-tabs .nav-item:hover {
  border-bottom: 3px solid #eee;
  border-top: 1px solid #eee;
}

.tabs.tabs-bottom .nav-tabs .nav-item:hover {
  border-bottom: 3px solid #08c;
  border-top: 1px solid #eee;
}

.tabs.tabs-bottom .nav-tabs .nav-item.active,
.tabs.tabs-bottom .nav-tabs .nav-item.active:focus,
.tabs.tabs-bottom .nav-tabs .nav-item.active:hover {
  border-bottom: 3px solid #08c;
  border-top-color: transparent !important;
}

.tabs-vertical {
  display: table;
  width: 100%;
  padding: 0;
  border-top: 1px solid #eee;
}

.tabs-vertical .tab-content {
  display: table-cell;
  vertical-align: top;
}

.tabs-vertical .nav-tabs {
  border-bottom: none;
  display: table-cell;
  height: 100%;
  float: none;
  padding: 0;
  vertical-align: top;
  width: 25%;
}

.tabs-vertical .nav-tabs > .nav-item {
  display: block;
  border-radius: 0;
  display: block;
  padding-top: 10px;
}

.tabs-vertical .nav-tabs > .nav-item,
.tabs-vertical .nav-tabs > .nav-item:focus,
.tabs-vertical .nav-tabs > .nav-item:hover {
  border-bottom: none;
  border-top: none;
}

.tabs-vertical .nav-tabs > .nav-item.active,
.tabs-vertical .nav-tabs > .nav-item.active:focus,
.tabs-vertical .nav-tabs > .nav-item.active:hover {
  border-top: none;
}

.tabs-left {
  padding: 0;
}

.tabs-left .tab-content {
  border-radius: 0 5px 5px 5px;
  border-left: none;
}

.tabs-left .nav-tabs > .nav-item {
  margin-right: -1px;
  border-right: 1px solid #eee;
  border-left: 3px solid #eee;
  margin-right: 1px;
  margin-left: -3px;
}

.tabs-left .nav-tabs > .nav-item:first-child {
  border-radius: 5px 0 0 0;
}

.tabs-left .nav-tabs > .nav-item:last-child {
  border-radius: 0 0 0 5px;
  border-bottom: 1px solid #eee;
}

.tabs-left .nav-tabs > .nav-item:hover {
  border-left-color: #08c;
}

.tabs-left .nav-tabs > .nav-item.active,
.tabs-left .nav-tabs > .nav-item.active:focus,
.tabs-left .nav-tabs > .nav-item.active:hover {
  border-left: 3px solid #08c;
  border-right-color: #fff;
}

.tabs-right {
  display: flex;
  padding: 0;
}

.tabs-right .tab-content {
  flex: 0 0 75%;
  order: -1;
  border-radius: 5px 0 5px 5px;
  border-right: none;
}

.tabs-right .nav-tabs > .nav-item {
  margin-left: -1px;
  border-right: 3px solid #eee;
  border-left: 1px solid #eee;
  margin-right: 1px;
  margin-left: 1px;
}

.tabs-right .nav-tabs > .nav-item:first-child {
  border-radius: 0 5px 0 0;
}

.tabs-right .nav-tabs > .nav-item:last-child {
  border-radius: 0 0 5px 0;
  border-bottom: 1px solid #eee;
}

.tabs-right .nav-tabs > .nav-item:hover {
  border-right-color: #08c;
}

.tabs-right .nav-tabs > .nav-item.active,
.tabs-right .nav-tabs > .nav-item.active:focus,
.tabs-right .nav-tabs > .nav-item.active:hover {
  border-right: 3px solid #08c;
  border-left: 1px solid #fff;
}

.nav-tabs.nav-justified {
  padding: 0;
  margin-bottom: -1px;
}

.nav-tabs.nav-justified .nav-item {
  margin-bottom: 0;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  margin-right: 0;
  border-top: 0 !important;
}

.nav-tabs.nav-justified .nav-item:first-child,
.nav-tabs.nav-justified .nav-item:first-child:hover {
  /* border-top-color:#fff; */
  border-radius: 5px 0 0 0;
}

.nav-tabs.nav-justified .nav-item:last-child,
.nav-tabs.nav-justified .nav-item:last-child:hover {
  border-radius: 0 5px 0 0;
}

.nav-tabs.nav-justified .nav-item:focus,
.nav-tabs.nav-justified .nav-item:hover {
  border-top-color: #fff;
  border-bottom: 1px solid #fff;
}

.nav-tabs.nav-justified .nav-item.active,
.nav-tabs.nav-justified .nav-item.active:focus,
.nav-tabs.nav-justified .nav-item.active:hover {
  background: #fff;
  border-left-color: #fff;
  border-right-color: #fff;
  border-top-width: 3px;
  border-top-color: #fff;
}

.nav-tabs.nav-justified .nav-item.active {
  border-top-color: #fff;
  border-bottom: 1px solid #fff;
}

.nav-tabs.nav-justified .nav-item.active,
.nav-tabs.nav-justified .nav-item.active:focus,
.nav-tabs.nav-justified .nav-item.active:hover {
  border-top-color: #fff;
  /* border-top-width: 3px */
}

.nav-tabs.nav-justified .nav-item.active:hover {
  border-top-color: #fff;
  border-bottom: 1px solid #fff;
}

.tabs.tabs-bottom {
  padding: 0;
}

.tabs.tabs-bottom .nav.nav-tabs.nav-justified {
  border-top: none;
}

.tabs.tabs-bottom .nav.nav-tabs.nav-justified .nav-item {
  margin-right: 0;
  border-top-color: #fff;
}

.tabs.tabs-bottom .nav.nav-tabs.nav-justified .nav-item:first-child {
  border-radius: 0 0 0 5px;
}

.tabs.tabs-bottom .nav.nav-tabs.nav-justified .nav-item:last-child {
  margin-right: 0;
  border-radius: 0 0 5px 0;
}

.tabs.tabs-bottom .nav.nav-tabs.nav-justified .nav-item.active,
.tabs.tabs-bottom .nav.nav-tabs.nav-justified .nav-item.active:focus,
.tabs.tabs-bottom .nav.nav-tabs.nav-justified .nav-item.active:hover {
  border-top-color: #fff;
}

.tabs-center .nav-tabs {
  margin: 0 auto;
  text-align: center;
}

.tabs-navigation {
  border-radius: 5px;
}

.tabs-navigation .nav-tabs > .nav-item {
  margin-bottom: 1px;
  color: #777;
  padding: 18px;
  line-height: 100%;
  position: relative;
}

.tabs-navigation .nav-tabs > .nav-item:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.tabs-navigation .nav-tabs > .nav-item .fa,
.tabs-navigation .nav-tabs > .nav-item .fab,
.tabs-navigation .nav-tabs > .nav-item .fal,
.tabs-navigation .nav-tabs > .nav-item .far,
.tabs-navigation .nav-tabs > .nav-item .fas,
.tabs-navigation .nav-tabs > .nav-item .icons {
  margin-right: 4px;
}

.tabs-navigation .nav-tabs .nav-item:first-child {
  border-radius: 5px 5px 0 0;
}

.tabs-navigation .nav-tabs .nav-item.active,
.tabs-navigation .nav-tabs .nav-item.active:focus,
.tabs-navigation .nav-tabs .nav-item.active:hover {
  border-right-color: #eee;
}

.tabs-navigation .nav-tabs .nav-item:last-child {
  border-radius: 0 0 5px 5px;
}

.tab-pane-navigation {
  display: none;
}

.tab-pane-navigation.active {
  display: block;
}

.tabs.tabs-simple .nav-tabs {
  justify-content: center;
  border: 0;
  margin-bottom: 10px;
}

.tabs.tabs-simple .nav-tabs > .nav-item {
  margin-left: 0;
  margin-bottom: 20px;
}

.tabs.tabs-simple .nav-tabs > .nav-item,
.tabs.tabs-simple .nav-tabs > .nav-item:focus,
.tabs.tabs-simple .nav-tabs > .nav-item:hover {
  padding: 15px 30px;
  background: none;
  border: 0;
  border-bottom: 3px solid #eee;
  border-radius: 0;
  color: #777;
  font-size: 16px;
}

.tabs.tabs-simple .tab-content {
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  box-shadow: none;
}

.tabs-modern > div[class*="col"]:first-child {
  padding: 0 !important;
}

.tabs-modern .nav .nav-link {
  display: flex;
  align-items: center;
  color: #222529;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 1.2rem 1.4rem;
  border-bottom: 1px solid #efefef;
}

.tabs-modern .nav .nav-link.active {
  background: #fff;
  border-radius: 0 4px 4px 0;
}

.tabs-modern .nav .nav-link:last-child {
  border-bottom: 0;
}

.tabs-modern .nav .nav-link > i {
  font-size: 1.5rem;
  color: #e7e7e7;
}

.tabs-modern .nav .nav-item.active {
  background: #fff;
  border-radius: 0 4px 4px 0;
}

.tabs-modern .tab-content {
  background: transparent;
  border: none;
  box-shadow: none;
}

@media (max-width: 575px) {
  .tabs .nav.nav-tabs.nav-justified .nav-item {
    display: block;
    margin-bottom: -5px;
    border-top-width: 3px !important;
    border-bottom-width: 0 !important;
  }

  .tabs .nav.nav-tabs.nav-justified .nav-item:first-child,
  .tabs .nav.nav-tabs.nav-justified .nav-item:first-child:hover {
    border-radius: 5px 5px 0 0;
  }

  .tabs .nav.nav-tabs.nav-justified .nav-item:last-child,
  .tabs .nav.nav-tabs.nav-justified .nav-item:last-child:hover {
    border-radius: 0;
  }

  .tabs.tabs-bottom .nav.nav-tabs.nav-justified .nav-item {
    margin-bottom: 0;
    margin-top: -5px;
    border-bottom-width: 3px !important;
    border-top-width: 0 !important;
  }

  .tabs.tabs-bottom .nav.nav-tabs.nav-justified .nav-item:first-child,
  .tabs.tabs-bottom .nav.nav-tabs.nav-justified .nav-item:first-child:hover {
    border-radius: 0;
  }

  .tabs.tabs-bottom .nav.nav-tabs.nav-justified .nav-item:last-child,
  .tabs.tabs-bottom .nav.nav-tabs.nav-justified .nav-item:last-child:hover {
    border-radius: 0 0 5px 5px;
  }
}

html.dark .tab-content,
html.dark .tabs.tabs-bottom .tab-content {
  background-color: #21262d;
  border-color: #282d36;
}

html.dark .nav-tabs,
html.dark .tabs.tabs-bottom .nav-tabs {
  border-bottom-color: #282d36;
  border-top-color: #282d36;
}

html.dark .nav-tabs .nav-item,
html.dark .tabs.tabs-bottom .nav-tabs .nav-item {
  background: #282d36;
  border-left-color: #282d36;
  border-right-color: #282d36;
  border-top-color: #2e353e;
}

html.dark .nav-tabs .nav-item.active,
html.dark .tabs.tabs-bottom .nav-tabs .nav-item.active {
  background: #21262d;
  border-left-color: #282d36;
  border-right-color: #282d36;
}

html.dark .tabs.tabs-bottom .nav-tabs .nav-item {
  border-bottom-color: #2e353e;
}

html.dark .tabs.tabs-bottom .nav-tabs .nav-item.active {
  border-top-width: 1px;
}

html.dark .tabs.tabs-bottom .nav-tabs .nav-item.active:active,
html.dark .tabs.tabs-bottom .nav-tabs .nav-item.active:focus,
html.dark .tabs.tabs-bottom .nav-tabs .nav-item.active:hover {
  border-top-width: 1px;
}

html.dark .tabs .nav-tabs.nav-justified .nav-item {
  border-bottom-color: #21262d;
}

html.dark .tabs .nav-tabs.nav-justified .nav-item.active:active,
html.dark .tabs .nav-tabs.nav-justified .nav-item.active:focus,
html.dark .tabs .nav-tabs.nav-justified .nav-item.active:hover {
  background-color: #21262d;
  border-left-color: #282d36;
  border-right-color: #282d36;
}

html.dark .tabs.tabs-vertical {
  border-top-color: #282d36;
}

html.dark .tabs.tabs-vertical .nav-tabs .nav-item {
  border-bottom-color: #282d36;
}

html.dark .tabs.tabs-vertical .nav-tabs .nav-item.active {
  border-right-color: #21262d;
}

html.dark .tabs.tabs-vertical .nav-tabs .nav-item.active:active,
html.dark .tabs.tabs-vertical .nav-tabs .nav-item.active:focus,
html.dark .tabs.tabs-vertical .nav-tabs .nav-item.active:hover {
  border-left-color: #2e353e;
  border-right-color: #21262d;
  border-bottom-color: #282d36;
}

html.dark .tabs.tabs-vertical.tabs-right .nav-tabs .nav-item.active {
  border-left-color: #21262d;
}

html.dark .tabs.tabs-vertical.tabs-right .nav-tabs .nav-item.active:active,
html.dark .tabs.tabs-vertical.tabs-right .nav-tabs .nav-item.active:focus,
html.dark .tabs.tabs-vertical.tabs-right .nav-tabs .nav-item.active:hover {
  border-left-color: #21262d;
}

html.dark .tabs.tabs-dark .nav-tabs .nav-item {
  color: #777;
}

html.dark .tabs.tabs-dark .nav-tabs .nav-item:active,
html.dark .tabs.tabs-dark .nav-tabs .nav-item:focus,
html.dark .tabs.tabs-dark .nav-tabs .nav-item:hover {
  color: #777;
}

html.dark .tabs.tabs-dark .nav-tabs .nav-item.active {
  color: #777;
}

html.dark .tabs.tabs-dark .nav-tabs .nav-item.active:active,
html.dark .tabs.tabs-dark .nav-tabs .nav-item.active:focus,
html.dark .tabs.tabs-dark .nav-tabs .nav-item.active:hover {
  color: #777;
}

.tabs.tabs-primary .nav-tabs .nav-item,
.tabs.tabs-primary .nav-tabs .nav-item:hover {
  color: #08c;
}

.tabs.tabs-primary .nav-tabs .nav-item:hover {
  border-top-color: #08c;
}

.tabs.tabs-primary .nav-tabs .nav-item.active,
.tabs.tabs-primary .nav-tabs .nav-item.active:focus,
.tabs.tabs-primary .nav-tabs .nav-item.active:hover {
  border-top-color: #08c;
  color: #08c;
}

.tabs.tabs-primary.tabs-bottom .nav-item:hover {
  border-bottom-color: #08c;
}

.tabs.tabs-primary.tabs-bottom .nav-item.active,
.tabs.tabs-primary.tabs-bottom .nav-item.active:focus,
.tabs.tabs-primary.tabs-bottom .nav-item.active:hover {
  border-bottom-color: #08c;
}

.tabs.tabs-primary.tabs-vertical.tabs-left .nav-item:hover {
  border-left-color: #08c;
}

.tabs.tabs-primary.tabs-vertical.tabs-left .nav-item.active,
.tabs.tabs-primary.tabs-vertical.tabs-left .nav-item.active:focus,
.tabs.tabs-primary.tabs-vertical.tabs-left .nav-item.active:hover {
  border-left-color: #08c;
}

.tabs.tabs-primary.tabs-vertical.tabs-right .nav-item:hover {
  border-right-color: #08c;
}

.tabs.tabs-primary.tabs-vertical.tabs-right .nav-item.active,
.tabs.tabs-primary.tabs-vertical.tabs-right .nav-item.active:focus,
.tabs.tabs-primary.tabs-vertical.tabs-right .nav-item.active:hover {
  border-right-color: #08c;
}

.tabs.tabs-secondary .nav-tabs .nav-item,
.tabs.tabs-secondary .nav-tabs .nav-item:hover {
  color: #e36159;
}

.tabs.tabs-secondary .nav-tabs .nav-item:hover {
  border-top-color: #e36159;
}

.tabs.tabs-secondary .nav-tabs .nav-item.active,
.tabs.tabs-secondary .nav-tabs .nav-item.active:focus,
.tabs.tabs-secondary .nav-tabs .nav-item.active:hover {
  border-top-color: #e36159;
  color: #e36159;
}

.tabs.tabs-secondary.tabs-bottom .nav-item:hover {
  border-bottom-color: #e36159;
}

.tabs.tabs-secondary.tabs-bottom .nav-item.active,
.tabs.tabs-secondary.tabs-bottom .nav-item.active:focus,
.tabs.tabs-secondary.tabs-bottom .nav-item.active:hover {
  border-bottom-color: #e36159;
}

.tabs.tabs-secondary.tabs-vertical.tabs-left .nav-item:hover {
  border-left-color: #e36159;
}

.tabs.tabs-secondary.tabs-vertical.tabs-left .nav-item.active,
.tabs.tabs-secondary.tabs-vertical.tabs-left .nav-item.active:focus,
.tabs.tabs-secondary.tabs-vertical.tabs-left .nav-item.active:hover {
  border-left-color: #e36159;
}

.tabs.tabs-secondary.tabs-vertical.tabs-right .nav-item:hover {
  border-right-color: #e36159;
}

.tabs.tabs-secondary.tabs-vertical.tabs-right .nav-item.active,
.tabs.tabs-secondary.tabs-vertical.tabs-right .nav-item.active:focus,
.tabs.tabs-secondary.tabs-vertical.tabs-right .nav-item.active:hover {
  border-right-color: #e36159;
}

.tabs.tabs-tertiary .nav-tabs .nav-item,
.tabs.tabs-tertiary .nav-tabs .nav-item:hover {
  color: #2baab1;
}

.tabs.tabs-tertiary .nav-tabs .nav-item:hover {
  border-top-color: #2baab1;
}

.tabs.tabs-tertiary .nav-tabs .nav-item.active,
.tabs.tabs-tertiary .nav-tabs .nav-item.active:focus,
.tabs.tabs-tertiary .nav-tabs .nav-item.active:hover {
  border-top-color: #2baab1;
  color: #2baab1;
}

.tabs.tabs-tertiary.tabs-bottom .nav-item:hover {
  border-bottom-color: #2baab1;
}

.tabs.tabs-tertiary.tabs-bottom .nav-item.active,
.tabs.tabs-tertiary.tabs-bottom .nav-item.active:focus,
.tabs.tabs-tertiary.tabs-bottom .nav-item.active:hover {
  border-bottom-color: #2baab1;
}

.tabs.tabs-tertiary.tabs-vertical.tabs-left .nav-item:hover {
  border-left-color: #2baab1;
}

.tabs.tabs-tertiary.tabs-vertical.tabs-left .nav-item.active,
.tabs.tabs-tertiary.tabs-vertical.tabs-left .nav-item.active:focus,
.tabs.tabs-tertiary.tabs-vertical.tabs-left .nav-item.active:hover {
  border-left-color: #2baab1;
}

.tabs.tabs-tertiary.tabs-vertical.tabs-right .nav-item:hover {
  border-right-color: #2baab1;
}

.tabs.tabs-tertiary.tabs-vertical.tabs-right .nav-item.active,
.tabs.tabs-tertiary.tabs-vertical.tabs-right .nav-item.active:focus,
.tabs.tabs-tertiary.tabs-vertical.tabs-right .nav-item.active:hover {
  border-right-color: #2baab1;
}

.tabs.tabs-quaternary .nav-tabs .nav-item,
.tabs.tabs-quaternary .nav-tabs .nav-item:hover {
  color: #734ba9;
}

.tabs.tabs-quaternary .nav-tabs .nav-item:hover {
  border-top-color: #734ba9;
}

.tabs.tabs-quaternary .nav-tabs .nav-item.active,
.tabs.tabs-quaternary .nav-tabs .nav-item.active:focus,
.tabs.tabs-quaternary .nav-tabs .nav-item.active:hover {
  border-top-color: #734ba9;
  color: #734ba9;
}

.tabs.tabs-quaternary.tabs-bottom .nav-item:hover {
  border-bottom-color: #734ba9;
}

.tabs.tabs-quaternary.tabs-bottom .nav-item.active,
.tabs.tabs-quaternary.tabs-bottom .nav-item.active:focus,
.tabs.tabs-quaternary.tabs-bottom .nav-item.active:hover {
  border-bottom-color: #734ba9;
}

.tabs.tabs-quaternary.tabs-vertical.tabs-left .nav-item:hover {
  border-left-color: #734ba9;
}

.tabs.tabs-quaternary.tabs-vertical.tabs-left .nav-item.active,
.tabs.tabs-quaternary.tabs-vertical.tabs-left .nav-item.active:focus,
.tabs.tabs-quaternary.tabs-vertical.tabs-left .nav-item.active:hover {
  border-left-color: #734ba9;
}

.tabs.tabs-quaternary.tabs-vertical.tabs-right .nav-item:hover {
  border-right-color: #734ba9;
}

.tabs.tabs-quaternary.tabs-vertical.tabs-right .nav-item.active,
.tabs.tabs-quaternary.tabs-vertical.tabs-right .nav-item.active:focus,
.tabs.tabs-quaternary.tabs-vertical.tabs-right .nav-item.active:hover {
  border-right-color: #734ba9;
}

.tabs.tabs-success .nav-tabs .nav-item,
.tabs.tabs-success .nav-tabs .nav-item:hover {
  color: #47a447;
}

.tabs.tabs-success .nav-tabs .nav-item:hover {
  border-top-color: #47a447;
}

.tabs.tabs-success .nav-tabs .nav-item.active,
.tabs.tabs-success .nav-tabs .nav-item.active:focus,
.tabs.tabs-success .nav-tabs .nav-item.active:hover {
  border-top-color: #47a447;
  color: #47a447;
}

.tabs.tabs-success.tabs-bottom .nav-item:hover {
  border-bottom-color: #47a447;
}

.tabs.tabs-success.tabs-bottom .nav-item.active,
.tabs.tabs-success.tabs-bottom .nav-item.active:focus,
.tabs.tabs-success.tabs-bottom .nav-item.active:hover {
  border-bottom-color: #47a447;
}

.tabs.tabs-success.tabs-vertical.tabs-left .nav-item:hover {
  border-left-color: #47a447;
}

.tabs.tabs-success.tabs-vertical.tabs-left .nav-item.active,
.tabs.tabs-success.tabs-vertical.tabs-left .nav-item.active:focus,
.tabs.tabs-success.tabs-vertical.tabs-left .nav-item.active:hover {
  border-left-color: #47a447;
}

.tabs.tabs-success.tabs-vertical.tabs-right .nav-item:hover {
  border-right-color: #47a447;
}

.tabs.tabs-success.tabs-vertical.tabs-right .nav-item.active,
.tabs.tabs-success.tabs-vertical.tabs-right .nav-item.active:focus,
.tabs.tabs-success.tabs-vertical.tabs-right .nav-item.active:hover {
  border-right-color: #47a447;
}

.tabs.tabs-warning .nav-tabs .nav-item,
.tabs.tabs-warning .nav-tabs .nav-item:hover {
  color: #ed9c28;
}

.tabs.tabs-warning .nav-tabs .nav-item:hover {
  border-top-color: #ed9c28;
}

.tabs.tabs-warning .nav-tabs .nav-item.active,
.tabs.tabs-warning .nav-tabs .nav-item.active:focus,
.tabs.tabs-warning .nav-tabs .nav-item.active:hover {
  border-top-color: #ed9c28;
  color: #ed9c28;
}

.tabs.tabs-warning.tabs-bottom .nav-item:hover {
  border-bottom-color: #ed9c28;
}

.tabs.tabs-warning.tabs-bottom .nav-item.active,
.tabs.tabs-warning.tabs-bottom .nav-item.active:focus,
.tabs.tabs-warning.tabs-bottom .nav-item.active:hover {
  border-bottom-color: #ed9c28;
}

.tabs.tabs-warning.tabs-vertical.tabs-left .nav-item:hover {
  border-left-color: #ed9c28;
}

.tabs.tabs-warning.tabs-vertical.tabs-left .nav-item.active,
.tabs.tabs-warning.tabs-vertical.tabs-left .nav-item.active:focus,
.tabs.tabs-warning.tabs-vertical.tabs-left .nav-item.active:hover {
  border-left-color: #ed9c28;
}

.tabs.tabs-warning.tabs-vertical.tabs-right .nav-item:hover {
  border-right-color: #ed9c28;
}

.tabs.tabs-warning.tabs-vertical.tabs-right .nav-item.active,
.tabs.tabs-warning.tabs-vertical.tabs-right .nav-item.active:focus,
.tabs.tabs-warning.tabs-vertical.tabs-right .nav-item.active:hover {
  border-right-color: #ed9c28;
}

.tabs.tabs-danger .nav-tabs .nav-item,
.tabs.tabs-danger .nav-tabs .nav-item:hover {
  color: #d2322d;
}

.tabs.tabs-danger .nav-tabs .nav-item:hover {
  border-top-color: #d2322d;
}

.tabs.tabs-danger .nav-tabs .nav-item.active,
.tabs.tabs-danger .nav-tabs .nav-item.active:focus,
.tabs.tabs-danger .nav-tabs .nav-item.active:hover {
  border-top-color: #d2322d;
  color: #d2322d;
}

.tabs.tabs-danger.tabs-bottom .nav-item:hover {
  border-bottom-color: #d2322d;
}

.tabs.tabs-danger.tabs-bottom .nav-item.active,
.tabs.tabs-danger.tabs-bottom .nav-item.active:focus,
.tabs.tabs-danger.tabs-bottom .nav-item.active:hover {
  border-bottom-color: #d2322d;
}

.tabs.tabs-danger.tabs-vertical.tabs-left .nav-item:hover {
  border-left-color: #d2322d;
}

.tabs.tabs-danger.tabs-vertical.tabs-left .nav-item.active,
.tabs.tabs-danger.tabs-vertical.tabs-left .nav-item.active:focus,
.tabs.tabs-danger.tabs-vertical.tabs-left .nav-item.active:hover {
  border-left-color: #d2322d;
}

.tabs.tabs-danger.tabs-vertical.tabs-right .nav-item:hover {
  border-right-color: #d2322d;
}

.tabs.tabs-danger.tabs-vertical.tabs-right .nav-item.active,
.tabs.tabs-danger.tabs-vertical.tabs-right .nav-item.active:focus,
.tabs.tabs-danger.tabs-vertical.tabs-right .nav-item.active:hover {
  border-right-color: #d2322d;
}

.tabs.tabs-info .nav-tabs .nav-item,
.tabs.tabs-info .nav-tabs .nav-item:hover {
  color: #5bc0de;
}

.tabs.tabs-info .nav-tabs .nav-item:hover {
  border-top-color: #5bc0de;
}

.tabs.tabs-info .nav-tabs .nav-item.active,
.tabs.tabs-info .nav-tabs .nav-item.active:focus,
.tabs.tabs-info .nav-tabs .nav-item.active:hover {
  border-top-color: #5bc0de;
  color: #5bc0de;
}

.tabs.tabs-info.tabs-bottom .nav-item:hover {
  border-bottom-color: #5bc0de;
}

.tabs.tabs-info.tabs-bottom .nav-item.active,
.tabs.tabs-info.tabs-bottom .nav-item.active:focus,
.tabs.tabs-info.tabs-bottom .nav-item.active:hover {
  border-bottom-color: #5bc0de;
}

.tabs.tabs-info.tabs-vertical.tabs-left .nav-item:hover {
  border-left-color: #5bc0de;
}

.tabs.tabs-info.tabs-vertical.tabs-left .nav-item.active,
.tabs.tabs-info.tabs-vertical.tabs-left .nav-item.active:focus,
.tabs.tabs-info.tabs-vertical.tabs-left .nav-item.active:hover {
  border-left-color: #5bc0de;
}

.tabs.tabs-info.tabs-vertical.tabs-right .nav-item:hover {
  border-right-color: #5bc0de;
}

.tabs.tabs-info.tabs-vertical.tabs-right .nav-item.active,
.tabs.tabs-info.tabs-vertical.tabs-right .nav-item.active:focus,
.tabs.tabs-info.tabs-vertical.tabs-right .nav-item.active:hover {
  border-right-color: #5bc0de;
}

.tabs.tabs-dark .nav-tabs .nav-item,
.tabs.tabs-dark .nav-tabs .nav-item:hover {
  color: #2e353e;
}

.tabs.tabs-dark .nav-tabs .nav-item:hover {
  border-top-color: #2e353e;
}

.tabs.tabs-dark .nav-tabs .nav-item.active,
.tabs.tabs-dark .nav-tabs .nav-item.active:focus,
.tabs.tabs-dark .nav-tabs .nav-item.active:hover {
  border-top-color: #2e353e;
  color: #2e353e;
}

.tabs.tabs-dark.tabs-bottom .nav-item:hover {
  border-bottom-color: #2e353e;
}

.tabs.tabs-dark.tabs-bottom .nav-item.active,
.tabs.tabs-dark.tabs-bottom .nav-item.active:focus,
.tabs.tabs-dark.tabs-bottom .nav-item.active:hover {
  border-bottom-color: #2e353e;
}

.tabs.tabs-dark.tabs-vertical.tabs-left .nav-item:hover {
  border-left-color: #2e353e;
}

.tabs.tabs-dark.tabs-vertical.tabs-left .nav-item.active,
.tabs.tabs-dark.tabs-vertical.tabs-left .nav-item.active:focus,
.tabs.tabs-dark.tabs-vertical.tabs-left .nav-item.active:hover {
  border-left-color: #2e353e;
}

.tabs.tabs-dark.tabs-vertical.tabs-right .nav-item:hover {
  border-right-color: #2e353e;
}

.tabs.tabs-dark.tabs-vertical.tabs-right .nav-item.active,
.tabs.tabs-dark.tabs-vertical.tabs-right .nav-item.active:focus,
.tabs.tabs-dark.tabs-vertical.tabs-right .nav-item.active:hover {
  border-right-color: #2e353e;
}

.bootstrap-tagsinput {
  width: 100%;
}

.form-group-invisible .bootstrap-tagsinput {
  border: 0 none;
  box-shadow: none;
  background-color: transparent;
}

.bootstrap-tagsinput .badge {
  border: 0;
}

html.dark .bootstrap-tagsinput {
  background: #282d36;
  border-color: #282d36;
}

.toggle {
  margin: 10px 0 20px;
  position: relative;
  clear: both;
}

.toggle .toggle {
  margin: 10px 0 0;
}

.toggle > input {
  cursor: pointer;
  filter: alpha(opacity=0);
  height: 45px;
  margin: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.toggle > label {
  transition: all 0.15s ease-out;
  background: #f4f4f4;
  border-left: 3px solid #ccc;
  border-radius: 5px;
  color: #ccc;
  display: block;
  font-size: 1.1em;
  min-height: 20px;
  padding: 12px 20px 12px 10px;
  position: relative;
  cursor: pointer;
  font-weight: 400;
}

.toggle > label:-moz-selection {
  background: none;
}

.toggle > label i.fa-minus {
  display: none;
}

.toggle > label i.fa-plus {
  display: inline;
}

.toggle > label:selection {
  background: none;
}

.toggle > label:before {
  border: 6px solid transparent;
  border-left-color: inherit;
  content: "";
  margin-top: -6px;
  position: absolute;
  right: 4px;
  top: 50%;
}

.toggle > label:hover {
  background: #f5f5f5;
}

.toggle > label + p {
  color: #999;
  display: block;
  overflow: hidden;
  padding-left: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 25px;
}

.toggle > label i {
  font-size: 0.7em;
  margin-right: 8px;
  position: relative;
  top: -1px;
}

.toggle > .toggle-content > p {
  margin-bottom: 0;
  padding: 10px 0;
}

.toggle.active i.fa-minus {
  display: inline;
}

.toggle.active i.fa-plus {
  display: none;
}

.toggle.active > label {
  background: #f4f4f4;
  border-color: #ccc;
}

.toggle.active > label:before {
  border: 6px solid transparent;
  border-top-color: #fff;
  margin-top: -3px;
  right: 10px;
}

.toggle.active > p {
  white-space: normal;
}

.toggle > p.preview-active {
  height: auto;
  white-space: normal;
}

.toggle.toggle-sm .toggle > label {
  font-size: 0.9em;
  padding: 6px 20px 6px 10px;
}

.toggle.toggle-sm .toggle > .toggle-content > p {
  font-size: 0.9em;
}

.toggle.toggle-lg .toggle > label {
  font-size: 1.1em;
  padding: 16px 20px 16px 20px;
}

.toggle.toggle-lg .toggle > .toggle-content > p {
  font-size: 1.1em;
}

.toggle.toggle-simple .toggle > label {
  border-radius: 0;
  border: 0;
  background: transparent;
  color: #777;
  padding-left: 32px;
  margin-bottom: -10px;
  font-size: 1em;
  font-weight: 600;
  color: #2e353e;
}

.toggle.toggle-simple .toggle > label:after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  background: #ccc;
  top: 23px;
  margin-top: -12px;
  border-radius: 3px;
  z-index: 1;
}

.toggle.toggle-simple .toggle > label:before {
  border: 0;
  left: 7px;
  right: auto;
  margin-top: 0;
  top: 12px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  z-index: 2;
  color: #fff;
  font-size: 13px;
}

.toggle.toggle-simple .toggle.active > label {
  background: transparent;
  color: #2e353e;
}

.toggle.toggle-simple .toggle.active > label:before {
  content: "";
}

.toggle.toggle-primary .toggle label {
  color: #08c;
  border-left-color: #08c;
  border-right-color: #08c;
}

.toggle.toggle-primary .toggle.active label {
  background-color: #08c !important;
  border-color: #08c;
  color: #fff;
}

.toggle.toggle-primary.toggle-simple .toggle > label:after {
  background-color: #08c;
}

.toggle.toggle-secondary .toggle label {
  color: #e36159;
  border-left-color: #e36159;
  border-right-color: #e36159;
}

.toggle.toggle-secondary .toggle.active label {
  background-color: #e36159 !important;
  border-color: #e36159;
  color: #fff;
}

.toggle.toggle-secondary.toggle-simple .toggle > label:after {
  background-color: #e36159;
}

.toggle.toggle-tertiary .toggle label {
  color: #2baab1;
  border-left-color: #2baab1;
  border-right-color: #2baab1;
}

.toggle.toggle-tertiary .toggle.active label {
  background-color: #2baab1 !important;
  border-color: #2baab1;
  color: #fff;
}

.toggle.toggle-tertiary.toggle-simple .toggle > label:after {
  background-color: #2baab1;
}

.toggle.toggle-quaternary .toggle label {
  color: #734ba9;
  border-left-color: #734ba9;
  border-right-color: #734ba9;
}

.toggle.toggle-quaternary .toggle.active label {
  background-color: #734ba9 !important;
  border-color: #734ba9;
  color: #fff;
}

.toggle.toggle-quaternary.toggle-simple .toggle > label:after {
  background-color: #734ba9;
}

.toggle.toggle-success .toggle label {
  color: #47a447;
  border-left-color: #47a447;
  border-right-color: #47a447;
}

.toggle.toggle-success .toggle.active label {
  background-color: #47a447 !important;
  border-color: #47a447;
  color: #fff;
}

.toggle.toggle-success.toggle-simple .toggle > label:after {
  background-color: #47a447;
}

.toggle.toggle-warning .toggle label {
  color: #ed9c28;
  border-left-color: #ed9c28;
  border-right-color: #ed9c28;
}

.toggle.toggle-warning .toggle.active label {
  background-color: #ed9c28 !important;
  border-color: #ed9c28;
  color: #fff;
}

.toggle.toggle-warning.toggle-simple .toggle > label:after {
  background-color: #ed9c28;
}

.toggle.toggle-danger .toggle label {
  color: #d2322d;
  border-left-color: #d2322d;
  border-right-color: #d2322d;
}

.toggle.toggle-danger .toggle.active label {
  background-color: #d2322d !important;
  border-color: #d2322d;
  color: #fff;
}

.toggle.toggle-danger.toggle-simple .toggle > label:after {
  background-color: #d2322d;
}

.toggle.toggle-info .toggle label {
  color: #5bc0de;
  border-left-color: #5bc0de;
  border-right-color: #5bc0de;
}

.toggle.toggle-info .toggle.active label {
  background-color: #5bc0de !important;
  border-color: #5bc0de;
  color: #fff;
}

.toggle.toggle-info.toggle-simple .toggle > label:after {
  background-color: #5bc0de;
}

.toggle.toggle-dark .toggle label {
  color: #2e353e;
  border-left-color: #2e353e;
  border-right-color: #2e353e;
}

.toggle.toggle-dark .toggle.active label {
  background-color: #2e353e !important;
  border-color: #2e353e;
  color: #fff;
}

.toggle.toggle-dark.toggle-simple .toggle > label:after {
  background-color: #2e353e;
}

html.dark .toggle > label {
  background: #282d36;
}

html.modern .toggle > label {
  background-color: #fdfdfd;
}

html.modern .toggle > label:hover {
  background-color: #fff;
}

.inner-toolbar {
  background: #1d2127;
  margin: -40px -40px 30px;
  padding: 0;
  border: 1px solid transparent;
  border-left: 1px solid #121418;
}

.inner-toolbar > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.inner-toolbar > ul > li {
  display: inline-block;
  padding: 15px;
  font-size: 13px;
  border-right: 1px solid #121418;
}

.inner-toolbar > ul > li > a {
  display: inline-block;
  padding: 0;
  color: #abb4be;
}

.inner-toolbar > ul > li > a.active,
.inner-toolbar > ul > li > a:focus,
.inner-toolbar > ul > li > a:hover {
  color: #fff;
  text-decoration: none;
}

.inner-toolbar > ul > li.right {
  float: right;
  padding: 10px;
}

.inner-toolbar > ul > li.right .form-control-sm {
  line-height: 2;
}

.inner-toolbar > ul > li .fab,
.inner-toolbar > ul > li .fal,
.inner-toolbar > ul > li .far,
.inner-toolbar > ul > li .fas,
.inner-toolbar > ul > li i.fa {
  font-size: 14px;
}

.inner-toolbar > ul > li > .btn {
  margin-top: -9px;
}

.inner-toolbar .nav-pills {
  margin-top: -4px;
}

.inner-toolbar .nav-pills > li {
  margin-right: 1px;
}

.inner-toolbar .nav-pills > li > label {
  margin-bottom: 0;
  margin-right: 12px;
  margin-top: 8px;
}

.inner-toolbar .nav-pills a {
  color: #abb4be;
  padding-top: 8px;
  padding-bottom: 8px;
}

.inner-toolbar .nav-pills a:hover {
  background: #2e353e;
  color: #fff;
}

.inner-toolbar .nav-pills .active a {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .inner-toolbar {
    clear: both;
    margin: -40px -15px 30px;
    padding: 0 10px;
  }

  .inner-toolbar ul > li {
    border-right: 0;
    padding-left: 0;
  }

  .inner-toolbar ul > li:first-child {
    padding-left: 0;
  }

  .inner-toolbar ul > li.right {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 480px) {
  .inner-toolbar .nav-pills a {
    padding-left: 10px;
    padding-right: 10px;
  }

  .inner-toolbar ul > li.right {
    clear: both;
    float: none;
    vertical-align: top;
  }
}

@media only screen and (min-width: 768px) {
  html.fixed .inner-toolbar {
    left: 250px;
    right: 0;
    margin: 0;
    padding: 0 38px;
    position: fixed;
    top: 147px;
    z-index: 1001;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  html.fixed .inner-toolbar {
    padding: 0 20px;
  }
}

.rc-tree .rc-tree-treenode span.rc-tree-iconEle.rc-tree-icon__customize {
  text-align: center;
  vertical-align: middle;
}

.rc-tree .rc-tree-treenode span.rc-tree-iconEle.rc-tree-icon__customize img {
  vertical-align: baseline;
}

.rc-tree.no-icon .rc-tree-treenode span.rc-tree-switcher {
  background: none;
}

.rc-tree.no-icon .rc-tree-treenode span.rc-tree-switcher i {
  vertical-align: top;
}

.rc-tree.no-icon .rc-tree-node-selected {
  background: none;
  box-shadow: none;
  opacity: 1;
  color: #08c;
  font-weight: 700;
}

.rc-tree.no-icon .rc-tree-treenode span.rc-tree-checkbox {
  position: relative;
  width: 15px;
  height: 15px;
  background-image: none;
  background-color: #fff;
  border: 1px solid #ccc;
  margin: 4px 6px 0 0;
}

.rc-tree.no-icon .rc-tree-treenode span.rc-tree-checkbox:before {
  content: "";
  position: absolute;
  color: #333;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 10px;
  line-height: 1;
}

.rc-tree.no-icon
  .rc-tree-treenode
  span.rc-tree-checkbox.rc-tree-checkbox-checked:before {
  content: "";
  top: 2px;
  left: 2px;
}

.rc-tree.no-icon
  .rc-tree-treenode
  span.rc-tree-checkbox.rc-tree-checkbox-indeterminate:before {
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
  background-color: #333;
}

blockquote {
  border-left: 5px solid #eee;
  margin: 0 0 1rem 0;
  padding: 0.5rem 1rem;
  font-size: 1em;
}

blockquote.with-borders {
  border-radius: 6px;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
  padding: 1.3rem;
}

blockquote.primary {
  border-color: #08c;
}

blockquote.success {
  border-color: #47a447;
}

blockquote.warning {
  border-color: #ed9c28;
}

blockquote.danger {
  border-color: #d2322d;
}

blockquote.info {
  border-color: #5bc0de;
}

blockquote.dark {
  border-color: #2e353e;
}

p {
  color: #777;
  line-height: 24px;
  margin: 0 0 20px;
}

p.featured {
  font-size: 1.6em;
  line-height: 1.5em;
}

p.lead {
  line-height: 1.6rem;
}

p .alternative-font {
  display: inline-block;
  margin-top: -15px;
  position: relative;
  top: 3px;
  margin-bottom: -6px;
}

p.drop-caps:first-letter {
  float: left;
  color: #08c;
  font-size: 75px;
  line-height: 60px;
  padding: 4px;
  margin-right: 5px;
  margin-top: 5px;
  font-family: Georgia;
}

p.drop-caps.drop-caps-style-2:first-letter {
  background-color: #08c;
  color: #fff;
  padding: 6px;
  margin-right: 5px;
  border-radius: 4px;
}

.default-font {
  font-family: "Open Sans", Arial, sans-serif;
}

.alternative-font {
  color: #ccc;
  font-family: "Shadows Into Light", cursive;
  font-size: 1.6em;
}

.highlight {
  background: #08c;
  color: #fff;
  padding: 3px 6px;
}

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

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

.text-color-primary {
  color: #08c !important;
}

.userbox {
  display: inline-block;
  margin: 3px 17px 0 0;
  position: relative;
  vertical-align: middle;
}

.userbox > a {
  display: inline-block;
  text-decoration: none;
}

.userbox a:hover {
  text-decoration: none;
}

.userbox .profile-info,
.userbox .profile-picture {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.userbox .profile-picture img {
  width: 35px;
  color: transparent;
}

.userbox .profile-info {
  margin: -3px 25px 0 10px;
}

.userbox .name,
.userbox .role {
  display: block;
}

.userbox .name {
  color: #000011;
  font-size: 0.8rem;
  line-height: 1.1rem;
}

.userbox .role {
  color: #acacac;
  font-size: 0.7rem;
  line-height: 0.7rem;
}

.userbox .custom-caret {
  color: #000011;
  font-size: 16px;
  font-weight: bold;
}

.userbox .custom-caret:before {
  content: "";
}

@media only screen and (max-width: 767px) {
  .userbox .name,
  .userbox .role {
    max-width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.userbox.show > a {
  position: relative;
  z-index: 993;
}

.userbox.show > a .custom-caret:before {
  content: "";
}

.userbox.show .dropdown-menu {
  border: none;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);
  box-sizing: content-box;
  left: -11px !important;
  padding: 45px 10px 0;
  top: -10px !important;
  transform: none !important;
  width: 100%;
  min-width: 0;
  z-index: 992;
}

.userbox.show .dropdown-menu li {
  margin-bottom: 5px;
}

.userbox.show .dropdown-menu a {
  border-radius: 2px;
  color: #7d7d7d;
  display: block;
  line-height: 1.3rem;
  padding: 4px 10px;
  font-size: 0.75rem;
}

.userbox.show .dropdown-menu a i {
  font-size: 0.9rem;
}

.userbox.show .dropdown-menu a:hover {
  background: #08c;
  color: #fff;
}

.userbox.show .dropdown-menu i {
  margin-right: 3px;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .userbox {
    float: left;
    margin: 16px 0 0 12px;
    position: relative;
  }

  .userbox:after {
    background: #e9e9e6;
    content: "";
    height: 69px;
    margin: 0;
    position: absolute;
    right: -21px;
    top: -16px;
    width: 1px;
  }

  .userbox .profile-picture {
    display: none;
  }

  .userbox.show .dropdown-menu {
    left: -5px !important;
    padding: 43px 0 0 0;
  }
}

.thumb-info {
  position: relative;
}

.thumb-info .thumb-info-title {
  transition: all 0.3s;
  background: rgba(36, 27, 28, 0.9);
  bottom: 10%;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  left: 0;
  letter-spacing: -1px;
  padding: 9px 11px 9px;
  position: absolute;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  z-index: 1;
}

.thumb-info .thumb-info-inner {
  transition: all 0.3s;
  display: block;
  white-space: nowrap;
}

.thumb-info .thumb-info-type {
  background-color: #08c;
  border-radius: 2px;
  display: inline-block;
  float: left;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 8px -2px -15px -2px;
  padding: 2px 9px;
  text-transform: none;
}

.widget-toggle-expand .widget-header {
  position: relative;
  margin: 0;
  padding: 5px 0;
}

.widget-toggle-expand .widget-header h6 {
  font-size: 0.8rem;
  margin: 0;
  padding: 0;
}

.widget-toggle-expand .widget-header .widget-toggle {
  position: absolute;
  right: 0;
  top: 50%;
  cursor: pointer;
  text-align: center;
  color: #b4b4b4;
  transform: translateY(-50%) rotate(45deg);
  transition-property: transform;
  transition-duration: 0.2s;
  transition-timing-function: linear;
}

.widget-toggle-expand.widget-collapsed .widget-header .widget-toggle {
  transform: translateY(-50%);
}

ul.simple-user-list {
  list-style: none;
  padding: 0;
}

ul.simple-user-list li {
  margin: 0 0 20px;
}

ul.simple-user-list li .image {
  width: 35px;
  float: left;
  margin: 0 10px 0 0;
}

ul.simple-user-list li .title {
  color: #000011;
  display: block;
  line-height: 1.334;
}

ul.simple-user-list li .message {
  display: block;
  font-size: 0.7rem;
  line-height: 1.334;
}

ul.simple-post-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.simple-post-list li {
  border-bottom: 1px dotted #e2e2e2;
  padding: 15px 0;
}

ul.simple-post-list li:after {
  clear: both;
  content: "";
  display: block;
}

ul.simple-post-list li::last-child {
  border-bottom: 0;
}

ul.simple-post-list li .post-image {
  width: 50px;
  float: left;
  margin-right: 12px;
}

ul.simple-post-list li .post-meta {
  color: #888;
  font-size: 0.8em;
}

ul.simple-post-list li:last-child {
  border-bottom: none;
}

.simple-todo-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.simple-todo-list li {
  position: relative;
  padding: 0 0 4px 20px;
}

.simple-todo-list li.completed {
  color: #08c;
}

.simple-todo-list li.completed:before {
  position: absolute;
  top: -1px;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  z-index: 1;
}

.social-icons-list {
  display: block;
  margin: 0;
  padding: 0;
}

.social-icons-list a {
  background: #08c;
  border-radius: 25px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
}

.social-icons-list a:hover {
  text-decoration: none;
}

.social-icons-list a span {
  display: none;
}

.social-icons-list a i {
  color: #fff;
  font-weight: normal;
}

.simple-compose-box {
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  background-color: #fff;
}

.simple-compose-box textarea {
  background-color: transparent;
  display: block;
  width: 100%;
  padding: 10px 10px 5px;
  border: 0;
  resize: none;
  border-radius: 3px;
}

.simple-compose-box textarea:focus {
  border: 0 none;
  outline: none;
}

.simple-compose-box .compose-box-footer {
  background-color: #f6f7f8;
  border-radius: 0 0 5px 5px;
}

.simple-compose-box .compose-box-footer:after {
  clear: both;
  content: "";
  display: block;
}

.simple-compose-box .compose-box-footer .compose-toolbar {
  list-style: none;
  margin: 0;
  padding: 0 3px;
  float: left;
}

.simple-compose-box .compose-box-footer .compose-toolbar li {
  display: inline-block;
}

.simple-compose-box .compose-box-footer .compose-toolbar li a {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  width: 30px;
  color: #b3b7bd;
}

.simple-compose-box .compose-box-footer .compose-toolbar li a:hover {
  background-color: #e8eaed;
}

.simple-compose-box .compose-box-footer .compose-btn {
  list-style: none;
  margin: 0;
  padding: 3px;
  float: right;
}

ul.simple-card-list {
  list-style: none;
  padding: 0;
}

ul.simple-card-list li {
  padding: 10px 15px;
  margin: 15px 0;
  border-radius: 7px;
}

ul.simple-card-list li h3 {
  font-weight: 600;
  margin: 0;
}

ul.simple-card-list li p {
  margin: 0;
  opacity: 0.7;
}

.simple-card-list li.primary {
  background: #08c;
  color: #fff;
}

.simple-card-list li.success {
  background: #47a447;
  color: #fff;
}

.simple-card-list li.warning {
  background: #ed9c28;
  color: #fff;
}

.simple-card-list li.danger {
  background: #d2322d;
  color: #fff;
}

.simple-card-list li.info {
  background: #5bc0de;
  color: #fff;
}

.simple-card-list li.dark {
  background: #2e353e;
  color: #fff;
}

ul.simple-bullet-list {
  list-style: none;
  padding: 0;
}

ul.simple-bullet-list li {
  position: relative;
  padding: 0 0 0 20px;
  margin: 0 0 10px;
}

ul.simple-bullet-list li:before {
  border: 6px solid #08c;
  border-radius: 100px;
  content: "";
  display: inline-block;
  left: 0;
  margin: 0;
  position: absolute;
  top: 5px;
  z-index: 2;
}

ul.simple-bullet-list li .title {
  display: block;
  font-weight: 700;
  font-size: 0.85rem;
  line-height: 1.4;
  color: #2e353e;
}

ul.simple-bullet-list li .description {
  display: block;
  color: #999;
  font-size: 0.7rem;
  line-height: 1.334;
}

ul.simple-bullet-list li.red:before {
  border-color: #d64b4b;
}

ul.simple-bullet-list li.green:before {
  border-color: #4dd79c;
}

ul.simple-bullet-list li.blue:before {
  border-color: #0090d9;
}

ul.simple-bullet-list li.orange:before {
  border-color: #e2a917;
}

.widget-user-info .widget-user-info-header {
  position: relative;
  background: #e7e7e9;
  padding: 1.9rem 1.5rem;
}

.widget-user-info .widget-user-info-header h1,
.widget-user-info .widget-user-info-header h2,
.widget-user-info .widget-user-info-header h3,
.widget-user-info .widget-user-info-header h4,
.widget-user-info .widget-user-info-header h5,
.widget-user-info .widget-user-info-header h6 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.4;
}

.widget-user-info .widget-user-info-header p {
  line-height: 1.4;
}

.widget-user-info .widget-user-info-header .widget-user-acrostic {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
  right: 0;
  font-size: 2.5rem;
  color: #fff;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  border: 5px solid #fff;
  transform: translate3d(-20px, 50%, 0);
  overflow: hidden;
}

.widget-user-info .widget-user-info-body {
  padding: 1.9rem 1.5rem;
}

.widget-user-info .widget-user-info-body h3 {
  margin-top: 0;
  margin-bottom: 0;
}

.widget-summary {
  display: table;
  width: 100%;
}

.widget-summary:after {
  clear: both;
  content: "";
  display: block;
}

.widget-summary .widget-summary-col {
  display: table-cell;
  vertical-align: top;
  width: 100%;
}

.widget-summary .widget-summary-col.widget-summary-col-icon {
  width: 1%;
}

.widget-summary .summary-icon {
  margin-right: 15px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  font-size: 51.2px;
  font-size: 3.2rem;
  text-align: center;
  color: #fff;
  border-radius: 55px;
}

.widget-summary .summary {
  min-height: 65px;
  word-break: break-all;
}

.widget-summary .summary .title {
  margin: 0;
  font-size: 14.4px;
  font-size: 0.9rem;
  color: #333;
  font-weight: 500;
  line-height: 1.5;
}

.widget-summary .summary .info {
  font-size: 13.6px;
  font-size: 0.85rem;
}

.widget-summary .summary .info span {
  vertical-align: middle;
}

.widget-summary .summary .amount {
  margin-right: 0.2em;
  font-weight: 600;
  color: #333;
  vertical-align: middle;
  font-size: 22.4px;
  font-size: 1.4rem;
}

.widget-summary .summary-footer {
  padding: 5px 0 0;
  border-top: 1px dotted #ddd;
  text-align: right;
}

.card-body .wizard-tabs {
  margin: -15px -15px 15px;
}

.card-body-nopadding .wizard-tabs {
  margin: 0;
}

.wizard-tabs ul {
  display: table;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

.wizard-tabs ul > li {
  display: table-cell;
  border-bottom: 1px solid #eee;
}

.wizard-tabs ul > li.active {
  border-bottom-color: transparent;
}

.wizard-tabs ul > li.active > a,
.wizard-tabs ul > li.active > a:focus,
.wizard-tabs ul > li.active > a:hover {
  background: #fff;
  color: #555;
}

.wizard-tabs ul > li.active > a:after {
  border-left-color: #fff;
}

.wizard-tabs ul > li.active .badge {
  background-color: #FF600F;
}

.wizard-tabs ul > li.disabled > a,
.wizard-tabs ul > li.disabled > a:focus,
.wizard-tabs ul > li.disabled > a:hover {
  color: #ccc;
}

.wizard-tabs ul > li.disabled .badge {
  background-color: #ccc;
}

.wizard-tabs ul > li > a {
  position: relative;
  display: block;
  padding: 5px;
  font-size: 0.85rem;
  text-decoration: none;
  color: #555;
}

.wizard-tabs ul > li > a .badge {
  border-radius: 100%;
  color: #fff;
  background: #ccc;
  margin-right: 5px;
  position: relative;
  font-size: 10px;
  width: 24px;
  height: 24px;
  padding: 7px 0 5px;
  text-align: center;
}

.wizard-tabs ul > li > a,
.wizard-tabs ul > li > a:hover {
  background: #f4f4f4;
  color: #555;
}

.wizard-tabs ul > li > a:hover {
  box-shadow: none;
}

.wizard-tabs ul > li > a:active,
.wizard-tabs ul > li > a:focus {
  border-bottom: 0;
}

.wizard-tabs ul > li > a:after,
.wizard-tabs ul > li > a:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  z-index: 1;
  border: 17px solid transparent;
  border-right: 0;
  border-left: 10px solid transparent;
  width: 0;
  height: 0;
}

.wizard-tabs ul > li > a:before {
  z-index: 1;
  right: -11px;
  border-left-color: #e0e0e0;
}

.wizard-tabs ul > li > a:after {
  z-index: 2;
  border-left-color: #f4f4f4;
}

.wizard-tabs ul > li:last-child > a:after,
.wizard-tabs ul > li:last-child > a:before {
  display: none;
}

html.dark .wizard-progress,
html .wizard-progress {
  margin: 0 15px;
}

html.dark .wizard-progress .steps-progress,
html .wizard-progress .steps-progress {
  height: 2px;
  margin: 0 38px;
  position: relative;
  top: 15px;
  background: #ccc;
}

html.dark .wizard-progress .steps-progress .progress-indicator,
html .wizard-progress .steps-progress .progress-indicator {
  height: 100%;
  width: 0;
  background: #FF600F;
  transition: width 0.2s ease-in;
}

html.dark .wizard-progress .wizard-steps,
html .wizard-progress .wizard-steps {
  list-style: none;
  margin: 0;
  padding: 15px 0 0;
  display: inline-flex;
  width: 100%;
  font-size: 0;
  justify-content: space-between;
}

html.dark .wizard-progress .wizard-steps:after,
html .wizard-progress .wizard-steps:after {
  display: inline-block;
  width: 100%;
  content: ".";
  font-size: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

html.dark .wizard-progress .wizard-steps li,
html .wizard-progress .wizard-steps li {
  display: inline-block;
  vertical-align: top;
  min-width: 50px;
  max-width: 100px;
}

html.dark .wizard-progress .wizard-steps li a,
html .wizard-progress .wizard-steps li a {
  position: relative;
  display: block;
  padding: 25px 8px 0;
  font-size: 11px;
  color: #33333f;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  background-color: transparent;
}

html.dark .wizard-progress .wizard-steps li a span,
html .wizard-progress .wizard-steps li a span {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  background: #ccc;
  color: #fff;
  line-height: 26px;
  text-align: center;
  margin-top: -15px;
  margin-left: -15px;
  width: 30px;
  height: 30px;
  border-radius: 35px;
  font-size: 13px;
  text-indent: -1px;
  border: 2px solid #ccc;
  transition: all 0.2s ease-in;
}

html.dark .wizard-progress .wizard-steps li.completed a span,
html .wizard-progress .wizard-steps li.completed a span {
  background: #FF600F;
  border-color: #FF600F;
  color: #fff;
}

html.dark .wizard-progress .wizard-steps li.active a span,
html .wizard-progress .wizard-steps li.active a span {
  background: #fff;
  color: #FF600F;
  border-color: #FF600F;
}

html.dark .wizard-progress .wizard-steps li.completed.active a span,
html .wizard-progress .wizard-steps li.completed.active a span {
  color: #fff;
}

html.dark .wizard-progress.wizard-progress-lg,
html .wizard-progress.wizard-progress-lg {
  margin: 0 auto 30px;
  width: 80%;
}

html.dark .wizard-progress.wizard-progress-lg .steps-progress,
html .wizard-progress.wizard-progress-lg .steps-progress {
  margin: 0 52px;
  height: 4px;
  top: 34px;
}

html.dark .wizard-progress.wizard-progress-lg .wizard-steps,
html .wizard-progress.wizard-progress-lg .wizard-steps {
  padding-top: 30px;
}

html.dark .wizard-progress.wizard-progress-lg ul li,
html .wizard-progress.wizard-progress-lg ul li {
  max-width: 135px;
}

html.dark .wizard-progress.wizard-progress-lg ul li a,
html .wizard-progress.wizard-progress-lg ul li a {
  padding-top: 40px;
  font-size: 14px;
}

html.dark .wizard-progress.wizard-progress-lg ul li a span,
html .wizard-progress.wizard-progress-lg ul li a span {
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-left: -30px;
  border-radius: 60px;
  line-height: 52px;
  font-size: 22px;
  border-width: 4px;
}

@media only screen and (max-width: 991px) {
  html.dark .wizard-progress,
  html.dark .wizard-progress.wizard-progress-lg,
  html .wizard-progress,
  html .wizard-progress.wizard-progress-lg {
    width: auto;
    margin-bottom: 0;
    margin-left: -15px;
    margin-right: -15px;
  }

  html.dark .wizard-progress .steps-progress,
  html .wizard-progress .steps-progress {
    display: none;
  }

  html.dark .wizard-progress .wizard-steps,
  html .wizard-progress .wizard-steps {
    display: block;
    font-size: 0;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
    width: 100%;
  }

  html.dark .wizard-progress .wizard-steps li,
  html .wizard-progress .wizard-steps li {
    transition: margin 0.5s linear;
    display: inline-block;
    float: none;
    position: relative;
    width: 100%;
    min-width: 0;
    max-width: none;
  }

  html.dark .wizard-progress .wizard-steps li a,
  html .wizard-progress .wizard-steps li a {
    position: relative;
    z-index: 2;
  }

  html.dark .wizard-progress .wizard-steps li:after,
  html.dark .wizard-progress .wizard-steps li:before,
  html .wizard-progress .wizard-steps li:after,
  html .wizard-progress .wizard-steps li:before {
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    top: 0;
    width: 50%;
  }

  html.dark .wizard-progress .wizard-steps li:before,
  html .wizard-progress .wizard-steps li:before {
    background: #FF600F;
    left: 0;
  }

  html.dark .wizard-progress .wizard-steps li:after,
  html .wizard-progress .wizard-steps li:after {
    background: #ccc;
    right: 0;
  }

  html.dark .wizard-progress .wizard-steps li.active,
  html .wizard-progress .wizard-steps li.active {
    margin-left: 0;
  }

  html.dark .wizard-progress .wizard-steps li.completed,
  html .wizard-progress .wizard-steps li.completed {
    margin-left: -100%;
  }

  html.dark .wizard-progress .wizard-steps li.completed:after,
  html .wizard-progress .wizard-steps li.completed:after {
    background: #FF600F;
  }

  html.dark .wizard-progress .wizard-steps li.completed.active,
  html .wizard-progress .wizard-steps li.completed.active {
    margin-left: 0;
  }

  html.dark .wizard-progress .wizard-steps li:first-child:before,
  html .wizard-progress .wizard-steps li:first-child:before {
    display: none;
  }

  html.dark .wizard-progress .wizard-steps li:last-child:after,
  html .wizard-progress .wizard-steps li:last-child:after {
    display: none;
  }

  html.dark .wizard-progress.wizard-progress-lg .wizard-steps li,
  html .wizard-progress.wizard-progress-lg .wizard-steps li {
    min-width: 0;
    max-width: none;
  }

  html.dark .wizard-progress.wizard-progress-lg .wizard-steps li:after,
  html.dark .wizard-progress.wizard-progress-lg .wizard-steps li:before,
  html .wizard-progress.wizard-progress-lg .wizard-steps li:after,
  html .wizard-progress.wizard-progress-lg .wizard-steps li:before {
    height: 4px;
  }
}

.form-wizard .tabs {
  margin-bottom: 0;
}

.form-wizard .tab-content {
  background: #fff;
  border: 0 none;
  box-shadow: none;
}

.form-wizard ul.pager .finish a,
.form-wizard ul.pager .first a,
.form-wizard ul.pager .last a,
.form-wizard ul.pager .next a,
.form-wizard ul.pager .previous a {
  cursor: pointer;
}

.form-wizard ul.pager .disabled a {
  cursor: not-allowed;
}

.form-wizard ul.pager .next.disabled {
  display: none;
}

.wort-rotator {
  visibility: hidden;
  width: 100px;
  height: 0px;
  margin-bottom: -7px;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  position: relative;
  top: -1px;
}

.wort-rotator.active {
  visibility: visible;
  width: auto;
}

.wort-rotator .wort-rotator-items {
  position: relative;
  top: 0;
  width: 100%;
}

.wort-rotator .wort-rotator-items span {
  display: block;
  white-space: nowrap;
}

.wort-rotator.highlight {
  margin-bottom: 0;
  vertical-align: middle;
}

h1 .wort-rotator {
  margin-bottom: -12px;
}

h2 .wort-rotator {
  margin-bottom: -12px;
}

h2.word-rotator-title {
  line-height: 54px;
}

.invoice {
  padding: 0 15px 15px;
}

.invoice address {
  color: #7f8597;
  line-height: 1.5em;
}

.invoice header {
  border-bottom: 1px solid #dadada;
  margin-bottom: 15px;
}

.invoice header .h2,
.invoice header .h4 {
  letter-spacing: 0;
}

.invoice .bill-data,
.invoice .bill-to {
  padding: 15px 0;
}

.invoice .bill-data .value {
  display: inline-block;
  margin-left: 10px;
  width: 90px;
}

.invoice table.table {
  table-layout: fixed;
}

.invoice table.table > thead:first-child > tr > th {
  background-color: #f8f8f8;
  border-bottom: 1px solid #dadada;
  border-top: 1px solid #dadada;
}

.invoice table.table > tbody tr > td {
  border-color: #dadada;
}

.invoice .invoice-items > tbody tr:last-child > td {
  border-bottom: 1px solid #dadada;
}

.invoice .invoice-items #cell-id {
  width: 10%;
}

.invoice .invoice-items #cell-item {
  width: 20%;
}

.invoice .invoice-items #cell-desc {
  width: 20%;
}

.invoice .invoice-items #cell-price {
  width: 10%;
}

.invoice .invoice-items #cell-qty {
  width: 10%;
}

.invoice .invoice-items #cell-total {
  width: 10%;
}

.invoice-summary .col-sm-4 {
  padding-left: 0;
}

@media only screen and (max-width: 991px) {
  .invoice .table-responsive > table.table {
    table-layout: auto;
  }

  .invoice-summary .col-sm-4 {
    padding-left: 15px;
  }
}

@media print {
  .invoice .table-responsive {
    border: none !important;
    overflow: visible !important;
    width: auto !important;
  }

  .invoice table.table.invoice-items {
    table-layout: auto;
  }

  .invoice .bill-info .col-md-6,
  .invoice header .col-sm-6:first-child,
  .invoice header .col-sm-6:last-child {
    float: left !important;
  }

  .invoice header .col-sm-6:first-child {
    width: 25% !important;
  }

  .invoice header .col-sm-6:last-child {
    width: 75% !important;
  }

  .invoice .bill-info .col-md-6 {
    width: 50% !important;
  }

  .invoice .invoice-summary .col-sm-4 {
    float: right;
    padding: 0;
    width: 40%;
  }
}

html.dark .invoice header {
  border-bottom-color: #282d36;
}

html.dark .invoice table.table > thead:first-child > tr > th {
  background-color: #282d36;
  border-bottom-color: #282d36;
  border-top-color: #282d36;
}

html.dark .invoice table.table > tbody tr > td {
  border-color: #282d36;
}

.log-viewer {
  font-family: monospace;
  font-size: 0.85rem;
}

.log-viewer i,
.log-viewer span {
  vertical-align: middle;
}

.log-viewer td:first-child {
  vertical-align: middle;
}

.card-info.media-info .card-header {
  padding: 10px 10px 10px 20px;
}

.card-info.media-info .card-title {
  font-size: 1rem;
}

.card-info.media-info .card-actions {
  top: 8px;
}

.info-title {
  margin: 0 10px 0 0;
  font-size: 0.85rem;
}

.info-text {
  font-size: 0.85rem;
  color: #495957;
}

.edit-media-form img,
.edit-media-form video {
  width: 100%;
  height: auto;
}

@media (min-width: 992px) {
  img,
  video {
    max-height: 500px;
    max-width: 500px;
  }
}

.media-gallery .row {
  margin-right: -10px;
  margin-left: -10px;
}

.media-gallery [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

.media-gallery .mg-files {
  padding: 5px 0 30px;
}

.media-gallery .mg-files .thumbnail {
  position: relative;
  padding: 0;
  border-radius: 0;
  margin-bottom: 20px;
  transform: translate3d(0, 0, 0);
}

.media-gallery .mg-files .thumbnail:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.media-gallery .mg-files .thumbnail .thumb-preview {
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.media-gallery .mg-files .thumbnail .thumb-preview .centered {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transform: translate(50%, 50%);
}

.media-gallery .mg-files .thumbnail .thumb-preview .centered .thumb-image {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  height: 100%;
  right: 0;
}

.media-gallery .mg-files .thumbnail .thumb-preview .thumb-image {
  display: flex;
  align-items: center;
  overflow: hidden;
}

.media-gallery .mg-files .thumbnail .thumb-preview img {
  width: 100%;
  object-fit: cover;
  transition: 0.2s transform ease;
}

.media-gallery .mg-files .thumbnail .thumb-preview .mg-thumb-options {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  overflow: hidden;
}

.media-gallery .mg-files .thumbnail .thumb-preview .mg-thumb-options .mg-remove,
.media-gallery .mg-files .thumbnail .thumb-preview .mg-thumb-options .mg-zoom {
  position: absolute;
  top: 0;
  right: 0;
  padding: 9px;
  color: #fff;
  background-color: #08c;
  border-radius: 0 0 0 15px;
  cursor: pointer;
  transition: transform 0.1s linear 0.1s;
  transform: translate(100%, 0);
  line-height: 1;
}

.media-gallery
  .mg-files
  .thumbnail
  .thumb-preview
  .mg-thumb-options
  .mg-toolbar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #08c;
  color: #fff;
  padding: 6px 10px;
  transition: transform 0.1s linear 0.1s;
  transform: translate(0, 100%);
}

.media-gallery
  .mg-files
  .thumbnail
  .thumb-preview
  .mg-thumb-options
  .mg-toolbar:after {
  clear: both;
  content: "";
  display: block;
}

.media-gallery
  .mg-files
  .thumbnail
  .thumb-preview
  .mg-thumb-options
  .mg-toolbar
  .mg-option {
  margin-bottom: 0px;
}

.media-gallery
  .mg-files
  .thumbnail
  .thumb-preview
  .mg-thumb-options
  .mg-toolbar
  .mg-option.checkbox-custom
  label:before {
  margin-top: -7px;
  width: 16px;
  height: 16px;
}

.media-gallery
  .mg-files
  .thumbnail
  .thumb-preview
  .mg-thumb-options
  .mg-toolbar
  .mg-option
  i {
  vertical-align: middle;
}

.media-gallery
  .mg-files
  .thumbnail
  .thumb-preview
  .mg-thumb-options
  .mg-toolbar
  .mg-group
  > a {
  display: inline-block;
  color: #fff;
  margin-top: 4px;
  font-size: 13px;
}

.media-gallery
  .mg-files
  .thumbnail
  .thumb-preview
  .mg-thumb-options
  .mg-toolbar
  .mg-group
  .mg-toggle {
  color: #fff;
  background: none;
  border: none;
  padding: 2px 2px 2px 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  cursor: pointer;
}

.media-gallery
  .mg-files
  .thumbnail
  .thumb-preview
  .mg-thumb-options
  .mg-toolbar
  .mg-group
  .mg-toggle:focus {
  outline: 0 !important;
}

.media-gallery
  .mg-files
  .thumbnail
  .thumb-preview
  .mg-thumb-options
  .mg-toolbar
  .mg-group
  .mg-dropdown {
  transform: none !important;
  top: 32px !important;
  left: auto !important;
  right: 0 !important;
}

.media-gallery .mg-files .thumbnail .mg-title {
  margin: 13px 0 2px;
  padding-bottom: 2px;
  display: inline-block;
  font-size: 1rem;
}

.media-gallery .mg-files .thumbnail .mg-title small {
  position: relative;
  top: 0;
  left: 0;
  color: #9e9e9e;
  opacity: 0;
  z-index: 1;
  font-size: 1rem;
}

.media-gallery .mg-files .thumbnail .mg-description:after {
  clear: both;
  content: "";
  display: block;
}

.media-gallery .mg-files .thumbnail.thumbnail-selected {
  border-color: #fff;
  box-shadow: 0 0 8px -1px #08c;
}

.media-gallery .mg-files .thumbnail.thumbnail-selected .mg-title small {
  opacity: 1;
}

.media-gallery
  .mg-files
  .thumbnail.thumbnail-selected
  .thumb-preview
  .mg-thumb-options {
  visibility: visible;
}

.media-gallery
  .mg-files
  .thumbnail.thumbnail-selected
  .thumb-preview
  .mg-thumb-options
  .mg-toolbar {
  transform: translate(0, 0);
}

.media-gallery .mg-files .thumbnail:hover .mg-title small {
  opacity: 1;
}

.media-gallery .mg-files .thumbnail:hover .thumb-preview img {
  transform: scale(1.1);
}

.media-gallery .mg-files .thumbnail:hover .thumb-preview .mg-thumb-options {
  visibility: visible;
}

.media-gallery
  .mg-files
  .thumbnail:hover
  .thumb-preview
  .mg-thumb-options
  .mg-remove,
.media-gallery
  .mg-files
  .thumbnail:hover
  .thumb-preview
  .mg-thumb-options
  .mg-zoom {
  transform: translate(0, 0);
}

.media-gallery
  .mg-files
  .thumbnail:hover
  .thumb-preview
  .mg-thumb-options
  .mg-toolbar {
  transform: translate(0, 0);
}

.media-gallery .mg-option input[type="checkbox"]:checked + label:after {
  left: 4px;
}

.media-gallery .mg-main {
  padding-left: 0;
  padding-right: 0;
}

.media-settings .form-group + .form-group {
  border: none;
}

.media-settings .form-title {
  margin-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 1rem;
  color: #333;
  font-size: 1.1rem;
}

.ecommerce-form .jstree-icon:not(.jstree-checkbox) {
  display: none;
}

.ecommerce-form .jstree-node {
  background: none;
}

.ecommerce-form .jstree-default .jstree-clicked {
  box-shadow: none;
}

.ecommerce-form .bootstrap-tagsinput .badge {
  margin-top: 2px;
  margin-bottom: 2px;
}

.ecommerce-form .table-downloadable {
  border: 1px solid #dee2e6;
}

.ecommerce-form .table-downloadable thead th {
  border-bottom-width: 1px;
}

.ecommerce-form .table.table-products .product-img {
  display: block;
  max-width: 60px;
  border: 1px solid #ebebeb;
}

.modal-media-gallery .card,
.modal-media-gallery .card-body,
.modal-media-gallery .dropzone,
.modal-media-gallery .modal-wrapper,
.modal-media-gallery .tab-pane,
.modal-media-gallery .tabs {
  height: 100%;
}

.modal-media-gallery .tab-pane {
  display: none;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
  background-color: #fff;
  border: 1px solid #eee;
  border-top: 0;
  padding: 15px;
}

.modal-media-gallery .tab-pane.show {
  display: block;
  animation: fadeIn 0.3s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@media (max-width: 1199px) {
  .ecommerce-form .mg-option.radio-custom label {
    display: none;
  }
}

@media (min-width: 1024px) {
  .chart-with-sidebar .apexcharts-legend {
    border-left: 1px solid #dadada;
    border-top: 1px solid #dadada;
    border-right: 1px solid #dadada;
    bottom: auto !important;
    padding: 0 !important;
  }

  .chart-with-sidebar .apexcharts-legend-series {
    position: relative;
  }

  .chart-with-sidebar .apexcharts-legend-text {
    display: block;
    padding: 20px 10px;
    color: #808697;
    border-bottom: 1px solid #dadada;
    transition: all ease 0.5s;
  }

  .chart-with-sidebar .apexcharts-legend-text:hover {
    padding-left: 20px;
    color: #08c;
  }

  .chart-with-sidebar .apexcharts-legend-text strong {
    display: block;
    color: #33353f;
    font-size: 1.2em;
  }

  .chart-with-sidebar .apexcharts-legend-marker {
    position: absolute;
    height: auto !important;
    margin-right: 0;
    bottom: 0;
    left: auto !important;
    right: 0;
  }
}

.card.card-roles .card-body {
  border-top: 1px solid #f3f3f3;
}

.card.card-roles .card-body > .row:not(:last-child) {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #f3f3f3;
}

html.search-results body {
  background: #fff;
}

.search-content {
  margin: -40px;
}

.search-content .search-control-wrapper {
  background: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  margin-top: 3px;
  padding: 20px;
}

.search-content .search-toolbar {
  border-bottom: 1px solid #ebebeb;
  margin: 0 0 40px;
}

.search-content .search-toolbar .nav-pills {
  margin: 0 40px;
}

.search-content .search-toolbar .nav-pills li {
  margin: 0 15px 0 0;
}

.search-content .search-toolbar .nav-pills li:last-child {
  margin-right: 0;
}

.search-content .search-toolbar .nav-pills li a {
  padding-left: 5px;
  padding-right: 5px;
  border-left: 0;
  border-right: 0;
  margin-bottom: -1px;
}

.search-content .search-toolbar .nav-pills li a,
.search-content .search-toolbar .nav-pills li a:focus,
.search-content .search-toolbar .nav-pills li a:hover {
  background: none;
  border-radius: 0;
  border-bottom: 2px solid #fff;
  border-top: 2px solid #fff;
  color: #777;
}

.search-content .search-toolbar .nav-pills li a:focus,
.search-content .search-toolbar .nav-pills li a:hover {
  background: none;
  border-radius: 0;
  border-bottom: 2px solid #fff;
  border-top: 2px solid #fff;
  color: #555;
}

.search-content .search-toolbar .nav-pills li.active a {
  color: #08c;
  border-bottom-color: #08c;
}

.search-content > .tab-content {
  border: none;
  box-shadow: none;
  padding: 0 40px;
}

.search-content .total-results {
  margin-top: -25px;
}

.search-results-list {
  max-width: 750px;
}

.search-results-list li {
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
}

.search-results-list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.search-results-list .result-type {
  right: 5px;
  position: absolute;
  top: 5px;
}

.search-results-list a {
  border-radius: 4px;
  display: block;
  padding: 25px;
  text-decoration: none;
}

.search-results-list a .title {
  margin-top: 0;
}

.search-results-list a .description {
  color: #777;
}

.search-results-list a p:last-child {
  margin-bottom: 0;
}

.search-results-list a:hover {
  background: #f7f7f7;
}

.search-results-list .has-thumb {
  display: table;
  width: 100%;
}

.search-results-list .has-thumb .result-data,
.search-results-list .has-thumb .result-thumb {
  display: table-cell;
  vertical-align: top;
}

.search-results-list .result-thumb {
  padding-right: 25px;
}

.search-results-list .result-thumb .fa,
.search-results-list .result-thumb .fab,
.search-results-list .result-thumb .fal,
.search-results-list .result-thumb .far,
.search-results-list .result-thumb .fas,
.search-results-list .result-thumb img {
  height: 75px;
  width: 75px;
}

.search-results-list .result-thumb .fa,
.search-results-list .result-thumb .fab,
.search-results-list .result-thumb .fal,
.search-results-list .result-thumb .far,
.search-results-list .result-thumb .fas {
  background: #08c;
  color: #fff;
  font-size: 3.6rem;
  line-height: 7.5rem;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .search-content {
    margin: -20px;
  }
}

@media only screen and (max-width: 480px) {
  .search-results-list .has-thumb {
    display: block;
  }

  .search-results-list .has-thumb:after {
    clear: both;
    content: "";
    display: block;
  }

  .search-results-list .has-thumb .result-data,
  .search-results-list .has-thumb .result-thumb {
    display: block;
  }

  .search-results-list .has-thumb .result-thumb {
    float: left;
  }

  .search-results-list .has-thumb .result-data .title {
    margin-top: 3px;
  }

  .search-results-list .result-thumb .fa,
  .search-results-list .result-thumb .fab,
  .search-results-list .result-thumb .fal,
  .search-results-list .result-thumb .far,
  .search-results-list .result-thumb .fas,
  .search-results-list .result-thumb img {
    height: 35px;
    width: 35px;
  }

  .search-results-list .result-thumb .fa,
  .search-results-list .result-thumb .fab,
  .search-results-list .result-thumb .fal,
  .search-results-list .result-thumb .far,
  .search-results-list .result-thumb .fas {
    font-size: 0.9rem;
    line-height: 3.5rem;
  }
}

html.dark .search-content .search-control-wrapper {
  background: #1d2127;
  border-bottom-color: #282d36;
}

html.dark .search-content .tab-content {
  background: transparent;
}

html.dark .search-content .search-toolbar {
  background: #21262d;
  border-bottom-color: #21262d;
}

html.dark .search-content .search-toolbar .nav-pills a,
html.dark .search-content .search-toolbar .nav-pills a:focus,
html.dark .search-content .search-toolbar .nav-pills a:hover {
  border-bottom-color: #21262d;
  border-top-color: #21262d;
  color: #808697;
}

html.dark .search-content .search-toolbar .nav-pills a:focus,
html.dark .search-content .search-toolbar .nav-pills a:hover {
  border-bottom-color: #21262d;
  border-top-color: #21262d;
  color: #555;
}

html.dark .search-content .search-toolbar .nav-pills li.active a,
html.dark .search-content .search-toolbar .nav-pills li.active a:focus,
html.dark .search-content .search-toolbar .nav-pills li.active a:hover {
  color: #08c;
  border-bottom-color: #08c;
}

html.dark .search-content .search-results-list li {
  border-bottom-color: #282d36;
}

html.dark .search-content .search-results-list a .description {
  color: #808697;
}

html.dark .search-content .search-results-list a:hover {
  background: #282d36;
}

.table.table-shipping-methods {
  border: 1px solid #dee2e6;
}

.table.table-shipping-methods th {
  border-width: 1px;
}

.table.table-shipping-methods td,
.table.table-shipping-methods th {
  vertical-align: middle;
}

.btn.add-shipping-method {
  line-height: 1.7;
}

#minOrderAmount {
  display: none;
}

.input-group.add-shipping-method {
  max-width: 250px;
}

.body-sign {
  display: table;
  font-family: "Poppins";
  height: 100vh;
  margin: 0 auto;
  max-width: 555px;
  padding: 0 15px;
  width: 100%;
}

.body-sign .center-sign {
  display: table-cell;
  padding-top: 20px;
  vertical-align: middle;
}

.body-sign .card-sign {
  background: transparent;
}

.body-sign .card-sign .card-title-sign .title {
  background-color: #08c;
  border-radius: 5px 5px 0 0;
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  padding: 13px 17px;
  vertical-align: bottom;
}

.body-sign .card-sign .card-body {
  background: #fff;
  border-radius: 0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  padding: 45px 36px;
}

.body-sign .card-sign .sign-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: -0.01em;
  margin-bottom: 10px;
  margin-top: 0;
  color: #222529;
}

.body-sign
  .card-sign
  .form-control:not(.form-control-sm):not(.form-control-lg) {
  font-size: 13px;
  padding: 10px 12px;
  border-radius: 0;
  line-height: 1.6;
}

.body-sign .card-sign .form-custom-group {
  margin-bottom: 20px;
}

.body-sign label {
  font-weight: 500;
  margin-bottom: 0.25rem;
  font-size: 14px;
  line-height: 1.714;
}

.body-sign label .required {
  color: #c10000;
  font-size: inherit;
  font-weight: 400;
  top: 0;
}

.body-sign .checkbox-custom label.custom-label {
  font-size: 12px;
  color: #777;
}

.body-sign .checkbox-custom label:after,
.body-sign .checkbox-custom label:before {
  width: 20px !important;
  height: 20px !important;
  border-radius: 0;
}

.body-sign .checkbox-custom input[type="checkbox"]:checked + label:after {
  opacity: 0.6;
  left: 4px;
}

.body-sign .forgot-psw {
  color: #222529;
  font-weight: 600;
  font-size: 14px;
}

.body-sign .rem-password {
  margin-top: 28px;
  margin-bottom: 24px;
}

.body-sign .btn-login {
  font-size: 16px;
  padding: 15px 24px;
  background-color: #31373d;
  color: #fff;
  letter-spacing: -0.025em;
  border-radius: 2px;
  font-weight: 700;
  width: 100%;
}

.body-sign .form-control:not(.is-valid) {
  border-color: #ddd;
}

.body-sign .form-control:not(.is-valid):focus {
  border-color: #ddd !important;
  box-shadow: inherit;
}

@media (max-width: 767px) {
  .body-sign .card-sign .card-body {
    padding: 30px 24px;
  }
}

.body-sign .line-thru {
  display: block;
  font-size: 0.75rem;
  position: relative;
}

.body-sign .line-thru span {
  color: #ccc;
  position: relative;
  z-index: 3;
}

.body-sign .line-thru:before {
  background-color: #fff;
  content: "";
  height: 10px;
  left: 50%;
  position: absolute;
  margin: -5px 0 0 -20px;
  top: 50%;
  width: 40px;
  z-index: 2;
}

.body-sign .line-thru:after {
  border-bottom: 1px solid #dadada;
  content: "";
  display: block;
  left: 10%;
  position: absolute;
  top: 47%;
  width: 81%;
  z-index: 1;
}

.body-locked {
  max-width: none;
  min-height: 400px;
}

.body-locked.body-locked-inline {
  background: none;
  bottom: 0;
  height: 100%;
  left: 0;
  min-height: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}

.body-locked .card-sign {
  margin: 0 auto;
  max-width: 400px;
  padding-top: 40px;
}

.body-locked .card-sign .card-body {
  border-radius: 5px;
  position: relative;
}

.body-locked .current-user {
  margin-top: 60px;
  margin-bottom: 35px;
}

.body-locked .current-user .user-image {
  border: 5px solid #08c;
  border-radius: 150px;
  height: 150px;
  left: 50%;
  position: absolute;
  margin-left: -75px;
  top: -75px;
  width: 150px;
}

.body-locked .current-user .user-name {
  font-size: 2rem;
}

.body-locked .current-user .user-email {
  font-size: 0.7rem;
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
  .body-locked.body-locked-inline .card-sign,
  .body-locked .card-sign {
    padding-top: 0;
  }

  .body-locked.body-locked-inline .center-sign,
  .body-locked .center-sign {
    padding-top: 0;
  }
}

.mfp-lock-screen.mfp-bg {
  background: #000 url(../img/patterns/noisy_net.png) repeat;
  opacity: 0.99;
  z-index: 9998;
}

.mfp-lock-screen.mfp-wrap {
  background: none;
  z-index: 9999;
}

.timeline .tm-body {
  position: relative;
  padding: 30px 0;
}

.timeline .tm-body:after {
  background: linear-gradient(
    to bottom,
    rgba(80, 80, 80, 0) 0%,
    #505050 8%,
    #505050 92%,
    rgba(80, 80, 80, 0) 100%
  );
  content: "";
  display: block;
  height: 100%;
  left: 140px;
  margin-left: -2px;
  position: absolute;
  top: 0;
  width: 3px;
  z-index: 0;
  opacity: 0.35;
}

.timeline .tm-title {
  position: relative;
  display: inline-block;
  text-align: center;
  min-width: 200px;
  background-color: #fff;
  padding: 4px 5px;
  margin: 0 40px;
  z-index: 1;
  border-radius: 3px;
}

.timeline .tm-items {
  list-style: none;
  padding: 0;
  margin: 0;
}

.timeline .tm-items > li {
  position: relative;
  margin: 30px 0;
  padding: 0 0 0 190px;
  min-height: 65px;
  z-index: 1;
}

.timeline .tm-items > li .tm-datetime {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100px;
  height: 48px;
  margin-top: -24px;
  text-align: right;
  z-index: 3;
}

.timeline .tm-items > li .tm-datetime .tm-datetime-time {
  color: #08c;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0;
  white-space: nowrap;
}

.timeline .tm-items > li .tm-icon {
  position: absolute;
  top: 50%;
  left: 140px;
  background-color: #ecedf0;
  border: 3px solid #08c;
  color: #08c;
  font-size: 28px;
  padding: 10px;
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 29px;
  margin-top: -28px;
  margin-left: -28px;
  z-index: 2;
  border-radius: 28px;
}

.timeline .tm-items > li .tm-box {
  position: relative;
  background: #fff;
  min-height: 65px;
  padding: 10px 20px;
  border: 1px solid #e9e9e9;
  border-radius: 6px;
}

.timeline .tm-items > li .tm-box:after {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #fff;
  border-width: 8px;
  top: 50%;
  margin-top: -8px;
  z-index: 2;
}

.timeline .tm-items > li .tm-box p:last-child {
  margin-bottom: 0;
}

.timeline .tm-items > li .tm-box .tm-meta {
  margin: 10px 0 0;
}

.timeline .tm-items > li .tm-box .tm-meta span {
  display: inline-block;
  padding-right: 8px;
}

.timeline .tm-items > li .tm-box .tm-meta span:last-child,
.timeline .tm-items > li .tm-box .tm-meta span:last-of-type {
  padding-right: 0;
}

.timeline.timeline-simple .tm-body:after {
  left: 30px;
}

.timeline.timeline-simple .tm-body .tm-title {
  border: 1px solid #e9e9e9;
  margin: 0 10px;
}

.timeline.timeline-simple .tm-body .tm-items > li {
  padding: 0 0 0 55px;
}

.timeline.timeline-simple .tm-body .tm-items > li:before {
  display: block;
  position: absolute;
  content: " ";
  background: none repeat scroll 0 0 #08c;
  border-radius: 50%;
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #08c;
  height: 7px;
  left: 30px;
  top: 50%;
  width: 8px;
  margin-left: -4px;
  margin-top: -4px;
}

.timeline.timeline-simple .tm-body .tm-items > li .tm-box:before {
  left: -17px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #e9e9e9;
  border-width: 8px;
  top: 50%;
  margin-top: -8px;
  z-index: 1;
}

@media only screen and (max-width: 991px) {
  .timeline .tm-body:after {
    left: 20px;
  }

  .timeline .tm-title {
    margin: 0;
  }

  .timeline .tm-items > li {
    padding-left: 50px;
  }

  .timeline .tm-items > li .tm-info {
    margin: 0 0 15px;
  }

  .timeline .tm-items > li .tm-info:after {
    clear: both;
    content: "";
    display: block;
  }

  .timeline .tm-items > li .tm-icon {
    border-width: 2px;
    float: left;
    font-size: 22px;
    height: 40px;
    line-height: 36px;
    margin: 0 15px 0 0;
    padding: 0;
    position: static;
    width: 40px;
  }

  .timeline .tm-items > li .tm-datetime {
    margin: 0;
    position: static;
    text-align: left;
  }

  .timeline .tm-items > li .tm-datetime .tm-datetime-date {
    font-size: 0.75rem;
    line-height: 1.3;
  }

  .timeline .tm-items > li .tm-datetime .tm-datetime-time {
    font-size: 1rem;
    line-height: 1.3;
  }
}

@media only screen and (max-width: 767px) {
  .timeline .tm-items > li .tm-box .tm-meta span {
    display: block;
  }
}

.ecommerce-variations-group:not(:first-child) {
  margin-top: -1px;
}

.ecommerce-variation-header {
  padding: 0.5rem;
  border: 1px solid #dadada;
  border-width: 1px 0;
}

.ecommerce-variations-group .ecommerce-variation-header {
  cursor: pointer;
}

.ecommerce-variation-content {
  display: none;
  border-bottom: 1px solid #dadada;
  padding: 1rem;
}

.ecommerce-variation-content .checkbox-custom:last-child {
  margin-bottom: 7px;
}

.variation-img .btn {
  width: 72px;
  height: 72px;
  padding: 5px;
}

.variation-img .btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

html.modern body,
html.modern html {
  background: #f5f5f8;
}

html.modern body {
  font-family: "Poppins", sans-serif;
}

html.modern .header {
  height: 70px;
  z-index: 1011;
}

html.modern .header:not(.header-nav-menu) .logo .logo-image {
  display: none;
}

html.modern .header:not(.header-nav-menu) .logo .logo-image-mobile {
  display: block;
}

@media only screen and (min-width: 768px) {
  html.modern .header:not(.header-nav-menu) .logo {
    position: absolute;
    padding: 15px 20px 0 15px;
  }

  html.modern .header:not(.header-nav-menu) .logo:after {
    content: "";
    position: absolute;
    top: -13px;
    width: 250px;
    height: 70px;
    background: #1d2127;
    left: -15px;
    pointer-events: none;
    border: 0;
    z-index: -1;
  }

  html.modern .header:not(.header-nav-menu) .logo .logo-image {
    display: block;
  }

  html.modern .header:not(.header-nav-menu) .logo .logo-image-mobile {
    display: none;
  }
}

html.modern .header.header-nav-menu .logo .logo-image {
  display: none;
}

html.modern .header.header-nav-menu .logo .logo-image-mobile {
  display: block;
}

@media only screen and (min-width: 768px) {
  html.modern .header.header-nav-menu .logo {
    position: absolute;
    padding: 15px 20px 0 15px;
  }

  html.modern .header.header-nav-menu .logo:after {
    width: 250px;
    height: 70px;
    background: #1d2127;
    left: -15px;
    pointer-events: none;
    border: 0;
    z-index: -1;
  }

  html.modern .header.header-nav-menu .logo .logo-image {
    display: block;
  }

  html.modern .header.header-nav-menu .logo .logo-image-mobile {
    display: none;
  }
}

@media (min-width: 768px) {
  html.modern .header.header-nav-menu .header-nav {
    margin-left: 250px;
  }
}

html.modern .header.header-nav-menu .header-nav-main {
  display: flex !important;
  align-items: center;
  min-height: 70px;
  margin: 0;
  margin-left: 40px;
}

@media (max-width: 991px) and (min-width: 768px) {
  html.modern .header.header-nav-menu .header-nav-main {
    margin-left: 20px;
  }
}

@media (max-width: 767px) {
  html.modern .header.header-nav-menu .header-nav-main {
    align-items: flex-start;
    margin-left: 0;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
  }

  html.modern
    .header.header-nav-menu
    .header-nav-main
    nav
    > ul
    li
    a
    .fa-caret-down {
    font-size: 0.6rem;
  }

  html.modern
    .header.header-nav-menu
    .header-nav-main
    nav
    > ul
    li
    a
    .fa-caret-down:before {
    content: "";
  }
}

html.modern .header.header-nav-menu .search-toggle {
  color: #333;
  font-size: 1.2rem;
  padding-right: 0;
  padding-top: 15px;
}

html.modern .header .dropdown a {
  cursor: pointer;
}

html.modern .header .dropdown-language:after {
  display: none;
}

@media (max-width: 767px) {
  html.modern .header .logo-container .logo {
    margin-top: 7px;
  }
}

@media (max-width: 1440px) and (min-width: 768px) {
  html.modern .header .search.active {
    display: block !important;
    position: absolute;
    top: 55px;
    left: -73px;
  }

  html.modern .header .search.active:before {
    content: "";
    display: block;
    position: absolute;
    top: -7px;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    transform: translateX(-50%);
  }
}

html.modern .header .separator {
  height: 60%;
}

@media (max-width: 767px) {
  html.modern .header {
    height: 120px;
  }

  html.modern .page-header .sidebar-right-toggle {
    top: 24px;
  }

  html.modern .notifications .dropdown {
    position: static;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  html.modern.sidebar-left-collapsed .header.header-nav-menu .header-nav {
    margin-left: 73px;
  }
}

html.modern .header-right {
  display: flex;
  align-items: center;
  height: 66px;
}

html.modern .dropdown-language {
  color: #999;
  padding-left: 0;
  padding-right: 0;
}

html.modern .dropdown-language .flag {
  margin-right: 4px;
}

html.modern .dropdown-language > i {
  margin-left: 4px;
  font-size: 0.6rem;
}

html.modern .dropdown-language:hover {
  color: #292929;
}

html.modern .dropdown-language + .dropdown-menu {
  padding: 10px;
  border: 0;
  box-shadow: 10px 30px 52px -28px rgba(0, 0, 0, 0.2);
}

html.modern .dropdown-language + .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  padding: 4px 5px;
  color: #999;
  font-size: 0.8rem;
  background: transparent !important;
}

html.modern .dropdown-language + .dropdown-menu .dropdown-item .flag {
  margin-right: 4px;
}

html.modern .dropdown-language + .dropdown-menu .dropdown-item:focus.active,
html.modern .dropdown-language + .dropdown-menu .dropdown-item:focus:active,
html.modern .dropdown-language + .dropdown-menu .dropdown-item:hover.active,
html.modern .dropdown-language + .dropdown-menu .dropdown-item:hover:active {
  background: #ccc !important;
  color: #fff;
  border-radius: 3px;
}

html.modern .notifications > li .notification-icon {
  font-size: 1.4rem;
  box-shadow: none;
  background: transparent;
  width: 20px;
}

html.modern .notifications > li .notification-icon i {
  color: #292929;
}

html.modern .notifications > li .notification-icon i[class*="fa-"] {
  font-size: 1rem;
}

html.modern .notifications > li .notification-icon .badge {
  background: #f26c4f;
  width: 14px;
  height: 14px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding-right: 1px;
  top: 0;
}

html.modern .notifications > li .notification-icon:hover i {
  color: #08c;
}

html.modern .notifications > li + li {
  margin-left: 5px;
}

html.modern .notifications > li.show .notification-icon i {
  color: #ccc;
}

html.modern .notifications .notification-menu {
  right: -10px;
  box-shadow: 10px 30px 52px -28px rgba(0, 0, 0, 0.2);
}

html.modern .notifications .notification-menu .notification-title {
  font-size: 0.9rem;
  font-weight: 600;
  padding: 9px 16px;
  border-radius: 5px 5px 0 0;
  text-transform: none;
}

html.modern .notifications .notification-menu .notification-title .badge {
  font-weight: 600;
}

html.modern .notifications .notification-menu .title {
  font-size: 0.9rem;
  font-weight: 600;
}

html.modern .notifications .notification-menu .message {
  font-size: 0.8rem;
  line-height: 1.7;
  padding: 0;
}

html.modern .notifications .notification-menu .image i {
  color: #fff;
}

html.modern .notifications .notification-menu .image.image-as-text {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #08c;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  font-size: 0.8rem;
  color: #fff;
  font-weight: 600;
  margin-right: 9px;
}

html.modern .notifications .notification-menu .view-more {
  color: #999;
  font-weight: 600;
  text-transform: none;
}

html.modern .userbox {
  margin: 0 17px 0 0;
}

html.modern .userbox .profile-picture.profile-picture-as-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ff600f;
  color: #fff;
  font-weight: 600;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  font-size: 1.1rem;
  padding-right: 1px;
}

html.modern .userbox .profile-info {
  margin: -3px 10px 0 9px;
}

html.modern .userbox .profile-info + i {
  font-size: 0.6rem;
}

html.modern .userbox.show .dropdown-menu {
  padding: 70px 10px 0;
  box-shadow: none;
  box-shadow: 10px 30px 52px -28px rgba(0, 0, 0, 0.2);
}

html.modern .userbox.show .dropdown-menu a {
  color: #999;
  background: transparent !important;
  padding: 4px 5px;
  transition: ease color 300ms, ease background 300ms;
}

html.modern .userbox.show .dropdown-menu a i.bx {
  font-size: 1.4rem;
  color: #000;
  transition: ease color 300ms;
}

html.modern .userbox.show .dropdown-menu a:hover:active {
  background: #ccc !important;
  color: #fff;
  border-radius: 3px;
}

html.modern .userbox.show .dropdown-menu a:hover:active i {
  color: #fff;
}

html.modern .sidebar-left {
  padding-bottom: 0;
  z-index: 1011;
}

html.modern .sidebar-left .sidebar-header {
  height: 10px;
}

html.modern .sidebar-left .sidebar-header .sidebar-title {
  display: none;
}

html.modern .sidebar-left .sidebar-header .sidebar-toggle {
  display: flex !important;
  align-items: center;
  justify-content: center;
  top: -60px;
  background-color: #000;
  height: 75px;
}

html.modern .sidebar-left .sidebar-header .sidebar-toggle i {
  font-size: 1.1rem;
  color: #fff;
}

html.modern ul.nav-main {
  margin-top: 15px;
}

html.modern ul.nav-main li > a {
  position: relative;
  display: flex;
  font-size: 0.85rem;
}

html.modern ul.nav-main li > a span.badge {
  position: absolute;
  right: 18px;
  top: 50%;
  margin: 0;
  transform: translate3d(0, -50%, 0);
}

html.modern ul.nav-main li > a.expanded {
  color: #fff;
  background: #191c21;
}

html.modern ul.nav-main li i {
  color: #fff;
}

html.modern ul.nav-main li i.bx {
  font-size: 1.35rem;
}

html.modern ul.nav-main li.nav-group-label {
  font-size: 0.75rem;
  padding: 12px 25px;
  margin-top: 20px;
  text-overflow: ellipsis;
  text-transform: uppercase;
}

html.modern ul.nav-main li.nav-parent > a:after {
  content: "";
  font-size: 0.6rem;
  color: #57595b;
  transition: ease color 300ms, ease transform 300ms;
}

html.modern ul.nav-main li.nav-parent > a.expanded:after {
  color: #fff;
  transform: rotate(90deg);
}

@media (max-width: 1440px) {
  html.modern:not(.sidebar-left-collapsed) .header .separator {
    margin: 0 15px 0;
  }
}

@media (max-width: 1440px) and (min-width: 768px) {
  html.modern:not(.sidebar-left-collapsed) .header .search {
    display: none !important;
    border: 2px solid #ccc;
    border-radius: 35px;
  }

  html.modern:not(.sidebar-left-collapsed) .header .search.active {
    display: block !important;
  }

  html.modern:not(.sidebar-left-collapsed)
    .header.header-nav-menu
    .search-toggle {
    display: inline-block !important;
  }
}

@media (max-width: 1440px) {
  html.modern:not(.sidebar-left-collapsed) .userbox .profile-info {
    display: none;
  }

  html.modern:not(.sidebar-left-collapsed) .userbox .profile-info + i {
    display: none;
  }
}

@media (max-width: 1440px) and (min-width: 768px) {
  html.modern:not(.sidebar-left-collapsed) .userbox.show .dropdown-menu {
    right: 0;
    left: auto !important;
    min-width: 150px;
    z-index: -1;
  }
}

@media (min-width: 992px) and (max-width: 1440px) {
  html.modern:not(.sidebar-left-collapsed)
    .header.header-nav-menu
    .header-nav-main
    nav
    > ul
    > li
    > a {
    padding: 10px 8px;
  }
}

@media (max-width: 991px) {
  html.modern:not(.sidebar-left-collapsed)
    .header.header-nav-menu
    .header-nav-main
    nav {
    width: 100%;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  html.modern:not(.sidebar-left-collapsed)
    .header.header-nav-menu
    .header-nav-main
    nav {
    width: calc(100% - 300px);
    margin-left: 300px;
  }
}

@media only screen and (min-width: 768px) {
  html.modern.sidebar-left-collapsed .header.header-nav-menu .logo {
    display: none;
  }
}

@media (min-width: 992px) {
  html.modern.sidebar-left-collapsed .header.header-nav-menu .header-nav {
    margin-left: 75px;
  }
}

@media (max-width: 1199px) {
  html.modern.sidebar-left-collapsed .header .search {
    border: 2px solid #ccc;
    border-radius: 35px;
  }
}

html.modern.sidebar-left-collapsed
  .nano:not(:hover)
  ul.nav-main
  li.nav-group-label {
  display: none;
}

html.modern.sidebar-left-collapsed .nano:not(:hover) ul.nav-children {
  display: none;
}

@media (max-width: 991px) {
  html.modern.sidebar-left-collapsed
    .header.header-nav-menu
    .header-nav-main
    nav {
    width: 100%;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  html.modern.sidebar-left-collapsed
    .header.header-nav-menu
    .header-nav-main
    nav {
    width: calc(100% - 75px);
    margin-left: 75px;
  }
}

html.modern .sidebar-widget .widget-header h6 {
  font-size: 0.75rem;
  color: #777;
  font-weight: 400;
}

@media (max-width: 991px) {
  html.modern .header.header-nav-menu .header-btn-collapse-nav {
    background: transparent;
    color: #fff !important;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  html.modern .header.header-nav-menu .header-btn-collapse-nav {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  html.modern .header-right {
    justify-content: flex-end;
  }

  html.modern .userbox {
    position: absolute;
    left: 15px;
  }

  html.modern .notifications {
    margin: 0 15px 0 15px;
  }

  html.modern .notifications .notification-icon:before {
    right: 6px;
    top: 33px;
  }

  html.modern:not(.sidebar-left-collapsed) .userbox .profile-info {
    display: inline-block;
  }

  html.modern:not(.sidebar-left-collapsed) .userbox .profile-info + i {
    display: inline-block;
  }
}

html.modern .scroll-to-top {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  padding: 0;
  bottom: 15px;
  right: 15px;
}

.edit-icon {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 40px;
  /* color: rgba(0, 0, 0, 0.7); */
  color: #fff;
  opacity: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;

  i {
    cursor: pointer;
  }
}
.image_preview {
  &:hover .edit-icon {
    opacity: 1;
    transition: all 0.3s ease;
  }
}

.banner_section {
  width: 100%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  min-height: 400px;
  background: #ddd;

  .banner_image_div {
    transition: all 0.3s ease-in-out;

    .banner_image {
      min-width: 100%;
      object-fit: cover;
      transition: all 0.3s ease-in-out;
    }

    &:hover .edit-icon {
      opacity: 1;
      transition: all 0.3s ease;
    }
  }

  .content {
    position: absolute;
    left: 30px;
    bottom: 30px;
    display: flex;
    color: #fff;
    gap: 20px;
    align-items: end;

    h1 {
      margin: 0;
      padding: 0;
    }

    .logo_div {
      position: relative;
      .edit-icon {
        font-size: 20px;
      }

      &:hover {
        .edit-icon {
          opacity: 1;
        }
      }
    }
  }
}

.logo_div {
  width: 80px;
  height: 80px;
  background: #a0d1ff;
  border: 2px solid #fff;
  border-radius: 10px;
  /* padding: 10px; */
  overflow: hidden;

  .logo_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.custom-editor .ql-editor {
  min-height: 200px;
}

/*# sourceMappingURL=theme.min.css.map */
