/*
Template Name: Proctu - Multipurpose Admin Template
Author: LettstartDesign
Version: 1.0.0
Website: https://lettstartdesign.com/
File: Main Css File
*/
/* TABLES OF CSS

1. Fonts
2. Bootstrap functions
3. Bootstrap variables
4. App variables
5. Bootstrap mixins
6. App mixins
7. App functions
8. Utilities
9. Preloader
10. Print
11. Layout (header, footer, sidebar, topbar)
12. Plugins
13. Pages
14. Responsive
*/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap");
.font-size-11 {
  font-size: 0.6875rem;
}

.font-size-12 {
  font-size: 0.75rem;
}

.font-size-13 {
  font-size: 0.8125rem;
}

.font-size-14 {
  font-size: 0.875rem;
}

.font-size-15 {
  font-size: 0.9375rem;
}

.font-size-16, .font-default {
  font-size: 1rem;
}

.fs-xl {
  font-size: 3rem;
}

.fs-lg {
  font-size: 2rem;
}

.fs-md {
  font-size: 1.5rem;
}

.fs-sm {
  font-size: 1.25rem;
}

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

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

.ah-0 {
  height: 0;
}

.ah-50 {
  height: 50px;
}

.ah-100 {
  height: 100px;
}

.ah-200 {
  height: 200px;
}

.ah-250 {
  height: 250px;
}

.ah-300 {
  height: 300px;
}

.ah-350 {
  height: 350px;
}

.ah-400 {
  height: 40000px;
}

.ah-450 {
  height: 450px;
}

html {
  font-size: 16px;
}

p {
  margin: 0;
}

body {
  overflow-x: hidden;
  line-height: 1.8;
  font-size: 1rem;
  font-family: "DM Sans", sans-serif;
  background: rgba(255, 109, 109, 0.07);
}

.h1, h1, .h2, h2, b, strong {
  font-weight: 700;
}

.h3, h3, .h4, h4, .h5, h5, .h6, h6 {
  font-weight: 500;
  line-height: 1.8;
}

a {
  text-decoration: none;
  color: rgba(25, 40, 57, 0.8);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
a:hover, a:focus, a.active {
  text-decoration: none;
  color: #ff6d6d;
}
a:hover {
  text-decoration: none;
}

label {
  color: #192839;
}

.footer {
  padding: 15px 12px;
  display: flex;
  background: #fff;
  margin-left: 250px;
  flex-wrap: wrap;
  overflow: hidden;
}

.compact-side-menu .footer {
  margin-left: 150px;
}

.left-side-menu-condensed .footer {
  margin-left: 70px;
}

.topbar-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  height: 70px;
  padding-right: 24px;
}
.topbar-header .scroll-content {
  max-height: 240px;
}

.header-item {
  height: 70px;
  display: inline-flex;
  align-items: center;
  color: #e9ecef;
}
.header-item.btn {
  min-width: auto;
}
.header-item:hover, .header-item:focus, .header-item.active {
  color: #e9ecef;
}

.navbar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
}
.navbar-header .left-bar,
.navbar-header .right-bar {
  display: flex;
  align-items: center;
  height: 100%;
}
.navbar-header .hamburg-icon {
  background: none;
  border: none;
  padding: 0 15px 0 22px;
}
.navbar-header .hamburg-icon i {
  font-size: 1.75rem;
  color: #e9ecef;
}
.navbar-header .hamburg-icon:focus {
  outline: none;
  box-shadow: none;
}

.navbar-brand-box {
  padding: 0 1.5rem;
  text-align: center;
  width: 250px;
  background: #fff;
  height: 100%;
  line-height: 70px;
}
.navbar-brand-box .logo-dark {
  display: none;
}
.navbar-brand-box .logo {
  max-height: 19px;
}

.app-search .form-control {
  background-color: rgba(244, 248, 249, 0.07);
  color: #fff;
  border: none;
  height: 38px;
  padding-left: 40px;
  padding-right: 15px;
  border-radius: 30px;
}
.app-search span {
  position: absolute;
  top: 0;
  left: 14px;
  bottom: 0;
  color: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
}
.app-search span,
.app-search input.form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.app-search input.form-control::-moz-placeholder,
.app-search input.form-control:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.notify-icon i {
  font-size: 1.5rem;
}

.notify-icon-badge {
  position: absolute !important;
  top: 15px !important;
  right: 5px;
  font-size: 0.625rem;
}

.notify-title h5 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.notification-item {
  padding: 0.75rem 1rem;
}
.notification-item .media {
  align-items: center;
}
.notification-item .media-body {
  display: flex;
  flex-direction: column;
  color: #4B4B5A;
  margin-bottom: 0;
}

.notify-all {
  display: flex;
  align-items: center;
}
.notify-all a {
  display: block;
  width: 100%;
}
.notify-all a:hover {
  background-color: rgba(255, 109, 109, 0.07);
}

.dark-sidebar-menu .topbar-header {
  background: #fff;
}
.dark-sidebar-menu .header-item {
  color: #636e75;
}
.dark-sidebar-menu .header-item:hover, .dark-sidebar-menu .header-item:focus, .dark-sidebar-menu .header-item.active {
  color: #636e75;
}
.dark-sidebar-menu .dropdown.show .header-item {
  background-color: rgba(0, 0, 0, 0.03);
}
.dark-sidebar-menu .navbar-header .hamburg-icon i {
  color: #636e75;
}
.dark-sidebar-menu .navbar-header .hamburg-icon i:hover, .dark-sidebar-menu .navbar-header .hamburg-icon i:focus, .dark-sidebar-menu .navbar-header .hamburg-icon i.active {
  color: #636e75;
}
.dark-sidebar-menu .app-search .form-control {
  background-color: rgba(255, 109, 109, 0.07);
  color: #192839;
}
.dark-sidebar-menu .app-search span {
  color: #192839;
}

small {
  font-size: 0.75rem;
}

.form-control:focus {
  box-shadow: none;
}

.main-content {
  margin-left: 250px;
  padding: 0 12px;
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  min-height: calc(100vh - 121px);
}
.main-content .page-content {
  width: 100%;
  margin-bottom: 50px;
}

.page-title-box {
  padding: 30px 12px;
  margin: 0 -12px;
}

.page-content-wrapper .preloader {
  position: fixed;
}

/*!
* metismenu https://github.com/onokumus/metismenu#readme
* A jQuery menu plugin
* @version 3.0.5
* @author Osman Nuri Okumus <onokumus@gmail.com> (https://github.com/onokumus)
* @license: MIT 
*/
.metismenu .arrow {
  float: right;
  line-height: 1.42857;
}

*[dir=rtl] .metismenu .arrow {
  float: left;
}

/*
 * Require Bootstrap 3.x
 * https://github.com/twbs/bootstrap
*/
.metismenu .glyphicon.arrow:before {
  content: "\e079";
}

.metismenu .mm-active > a > .glyphicon.arrow:before {
  content: "\e114";
}

/*
 * Require Font-Awesome
 * http://fortawesome.github.io/Font-Awesome/
*/
.metismenu .fa.arrow:before {
  content: "\f104";
}

.metismenu .mm-active > a > .fa.arrow:before {
  content: "\f107";
}

/*
 * Require Ionicons
 * http://ionicons.com/
*/
.metismenu .ion.arrow:before {
  content: "\f3d2";
}

.metismenu .mm-active > a > .ion.arrow:before {
  content: "\f3d0";
}

.metismenu .plus-times {
  float: right;
}

*[dir=rtl] .metismenu .plus-times {
  float: left;
}

.metismenu .fa.plus-times:before {
  content: "\f067";
}

.metismenu .mm-active > a > .fa.plus-times {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.metismenu .plus-minus {
  float: right;
}

*[dir=rtl] .metismenu .plus-minus {
  float: left;
}

.metismenu .fa.plus-minus:before {
  content: "\f067";
}

.metismenu .mm-active > a > .fa.plus-minus:before {
  content: "\f068";
}

.metismenu .mm-collapse:not(.mm-show) {
  display: none;
}

.metismenu .mm-collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
}

.metismenu .has-arrow {
  position: relative;
}

.metismenu .has-arrow::after {
  position: absolute;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: currentColor;
  border-color: initial;
  right: 1em;
  -webkit-transform: rotate(-45deg) translate(0, -50%);
  transform: rotate(-45deg) translate(0, -50%);
  -webkit-transform-origin: top;
  transform-origin: top;
  top: 50%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

*[dir=rtl] .metismenu .has-arrow::after {
  right: auto;
  left: 1em;
  -webkit-transform: rotate(135deg) translate(0, -50%);
  transform: rotate(135deg) translate(0, -50%);
}

.metismenu .mm-active > .has-arrow::after,
.metismenu .has-arrow[aria-expanded=true]::after {
  -webkit-transform: rotate(-135deg) translate(0, -50%);
  transform: rotate(-135deg) translate(0, -50%);
}

*[dir=rtl] .metismenu .mm-active > .has-arrow::after,
*[dir=rtl] .metismenu .has-arrow[aria-expanded=true]::after {
  -webkit-transform: rotate(225deg) translate(0, -50%);
  transform: rotate(225deg) translate(0, -50%);
}

/*# sourceMappingURL=metisMenu.css.map */
.logo-sm {
  display: none;
}
.logo-sm img {
  width: 25px;
}

.logo-lg img {
  width: 120px;
}

.side-navbar {
  width: 250px;
  background: #fff;
  position: fixed;
  top: 70px;
  left: 0;
  bottom: 0;
  z-index: 10;
  transition-duration: 0.2s;
  box-shadow: 1px 0.05rem 0.01rem rgba(75, 75, 90, 0.075);
  padding-bottom: 15px;
}

.side-navbar .scroll-content {
  height: 100%;
  max-height: 100%;
  max-width: 100%;
}
.side-navbar .metismenu {
  margin-bottom: 0;
}
.side-navbar .metismenu > li.mm-active > a {
  border-left: 3px solid #ff6d6d;
  color: #ff6d6d;
  background-color: #f7f7ff;
}
.side-navbar .metismenu > li > a {
  color: #4B4B5A;
  display: flex;
  align-items: center;
  padding: 12px 30px;
  font-size: 0.9375rem;
  font-weight: 400;
  position: relative;
  transition: all 0.4s;
  border-left: 3px solid transparent;
}
.side-navbar .metismenu > li > a:hover, .side-navbar .metismenu > li > a:focus, .side-navbar .metismenu > li > a:active {
  color: #ff6d6d;
  text-decoration: none;
  background-color: #f7f7ff;
}
.side-navbar .metismenu > li > a span {
  margin-top: 1px;
}
.side-navbar .metismenu > li > a i {
  font-size: 1rem;
  margin: 0 10px 0 3px;
}
.side-navbar .metismenu > li > a.active {
  border-left: 3px solid #ff6d6d;
  color: #ff6d6d;
  background-color: #f7f7ff;
}
.side-navbar .metismenu > li > ul {
  padding-left: 43px;
  list-style: none;
}
.side-navbar .metismenu > li > ul ul {
  padding-left: 20px;
  list-style: none;
}
.side-navbar .menu-arrow {
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  text-rendering: auto;
  line-height: 1.3rem;
  font-size: 0.9rem;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transition: transform 0.15s;
  -webkit-transition: transform 0.15s;
  -ms-transition: transform 0.15s;
  -moz-transition: transform 0.15s;
  display: flex;
  align-items: center;
}
.side-navbar .menu-arrow:before {
  content: "\ecee";
  font-family: "boxicons";
  opacity: 0.7;
}
.side-navbar .badge {
  margin-top: 3px;
}
.side-navbar .nav-second-level > li .menu-arrow {
  top: 8px;
}
.side-navbar li.mm-active > a > span.menu-arrow {
  transform: rotate(90deg);
}
.side-navbar .menu-title {
  padding: 15px 30px 10px 30px;
  letter-spacing: 0.05em;
  font-size: 0.6875rem;
  text-transform: uppercase;
  color: #4B4B5A;
  font-weight: 600;
}

.left-side-menu-condensed #wrapper {
  position: relative;
}
.left-side-menu-condensed .navbar-brand-box {
  width: 70px !important;
  text-align: center;
}
.left-side-menu-condensed .navbar-brand-box span.logo-lg {
  display: none;
}
.left-side-menu-condensed .navbar-brand-box span.logo-sm {
  display: block !important;
}
.left-side-menu-condensed .main-content {
  margin-left: 70px;
}
.left-side-menu-condensed .side-navbar {
  position: absolute;
  width: 70px;
  z-index: 5;
  bottom: 0;
  top: 0;
  display: flex;
}
.left-side-menu-condensed .side-navbar .scrollbar-track {
  visibility: hidden;
}
.left-side-menu-condensed .side-navbar .scroll-content {
  height: auto;
  max-height: none;
  overflow: inherit !important;
  transform: translate3d(0, 0, 0) !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
  -ms-transform: translate3d(0, 0, 0) !important;
  -moz-transform: translate3d(0, 0, 0) !important;
}
.left-side-menu-condensed .side-navbar .menu-title,
.left-side-menu-condensed .side-navbar .menu-arrow,
.left-side-menu-condensed .side-navbar .label,
.left-side-menu-condensed .side-navbar .badge {
  display: none !important;
}
.left-side-menu-condensed .side-navbar .metismenu > li > a,
.left-side-menu-condensed .side-navbar .metismenu > li.mm-active > a {
  padding: 14px;
  min-height: 54px;
  background: transparent;
  color: #4B4B5A;
  border-left-color: transparent;
  transition: none;
  display: inline-flex;
}
.left-side-menu-condensed .side-navbar .metismenu > li > a:hover, .left-side-menu-condensed .side-navbar .metismenu > li > a:active, .left-side-menu-condensed .side-navbar .metismenu > li > a:focus, .left-side-menu-condensed .side-navbar .metismenu > li > a.active,
.left-side-menu-condensed .side-navbar .metismenu > li.mm-active > a:hover,
.left-side-menu-condensed .side-navbar .metismenu > li.mm-active > a:active,
.left-side-menu-condensed .side-navbar .metismenu > li.mm-active > a:focus,
.left-side-menu-condensed .side-navbar .metismenu > li.mm-active > a.active {
  color: #ff6d6d;
}
.left-side-menu-condensed .side-navbar .metismenu > li > a i,
.left-side-menu-condensed .side-navbar .metismenu > li.mm-active > a i {
  width: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.left-side-menu-condensed .side-navbar .metismenu > li > a span,
.left-side-menu-condensed .side-navbar .metismenu > li.mm-active > a span {
  display: none;
  padding-left: 32px;
  vertical-align: baseline;
}
.left-side-menu-condensed .side-navbar .metismenu > li > a.active,
.left-side-menu-condensed .side-navbar .metismenu > li.mm-active > a.active {
  background-color: #f7f7ff;
}
.left-side-menu-condensed .side-navbar .metismenu > li > ul,
.left-side-menu-condensed .side-navbar .metismenu > li .mm-menu,
.left-side-menu-condensed .side-navbar .metismenu > li.mm-active > ul,
.left-side-menu-condensed .side-navbar .metismenu > li.mm-active .mm-menu {
  left: 70px;
  position: absolute;
  width: 190px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  background: #fff;
  padding-left: 0;
  display: none;
  height: auto !important;
}
.left-side-menu-condensed .side-navbar .metismenu > li > ul ul,
.left-side-menu-condensed .side-navbar .metismenu > li .mm-menu ul,
.left-side-menu-condensed .side-navbar .metismenu > li.mm-active > ul ul,
.left-side-menu-condensed .side-navbar .metismenu > li.mm-active .mm-menu ul {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.left-side-menu-condensed .side-navbar .metismenu > li > ul a,
.left-side-menu-condensed .side-navbar .metismenu > li .mm-menu a,
.left-side-menu-condensed .side-navbar .metismenu > li.mm-active > ul a,
.left-side-menu-condensed .side-navbar .metismenu > li.mm-active .mm-menu a {
  box-shadow: none;
  padding: 8px 20px;
  position: relative;
  width: 190px;
  z-index: 6;
}
.left-side-menu-condensed .side-navbar .metismenu > li > ul a:hover,
.left-side-menu-condensed .side-navbar .metismenu > li .mm-menu a:hover,
.left-side-menu-condensed .side-navbar .metismenu > li.mm-active > ul a:hover,
.left-side-menu-condensed .side-navbar .metismenu > li.mm-active .mm-menu a:hover {
  color: #ff6d6d;
}
.left-side-menu-condensed .side-navbar .metismenu > li:hover > a {
  position: relative;
  width: calc(190px + 70px);
  color: #ff6d6d !important;
  background-color: #f7f7ff;
  border-left-color: #ff6d6d;
}
.left-side-menu-condensed .side-navbar .metismenu > li:hover > a span {
  display: inline-flex;
}
.left-side-menu-condensed .side-navbar .metismenu > li:hover > ul {
  display: block;
}
.left-side-menu-condensed .footer {
  left: 70px;
}

/*
@media (min-width: 769px) {
    body.left-side-menu-condensed {
        min-height: 1200px;
    }
}
*/
@media (min-width: 992px) and (max-width: 1024px) {
  .page-wrapper {
    position: relative;
    min-height: 1200px;
  }
  .navbar-brand-box {
    width: 70px !important;
    text-align: center;
  }
  .navbar-brand-box span.logo-lg {
    display: none;
  }
  .navbar-brand-box span.logo-sm {
    display: block !important;
  }
  .main-content {
    margin-left: 70px;
  }
  .side-navbar {
    position: absolute;
    width: 70px;
    z-index: 5;
    bottom: 0;
    top: 0;
    display: flex;
  }
  .side-navbar .scrollbar-track {
    visibility: hidden;
  }
  .side-navbar .scroll-content {
    height: auto;
    max-height: none;
    overflow: inherit !important;
    transform: translate3d(0, 0, 0) !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translate3d(0, 0, 0) !important;
    -moz-transform: translate3d(0, 0, 0) !important;
  }
  .side-navbar .menu-title,
.side-navbar .menu-arrow,
.side-navbar .label,
.side-navbar .badge {
    display: none !important;
  }
  .side-navbar .metismenu > li > a,
.side-navbar .metismenu > li.mm-active > a {
    padding: 14px;
    min-height: 54px;
    background: transparent;
    color: #4B4B5A;
    border-left-color: transparent;
    display: inline-flex;
    transition: none;
  }
  .side-navbar .metismenu > li > a:hover, .side-navbar .metismenu > li > a:active, .side-navbar .metismenu > li > a:focus, .side-navbar .metismenu > li > a.active,
.side-navbar .metismenu > li.mm-active > a:hover,
.side-navbar .metismenu > li.mm-active > a:active,
.side-navbar .metismenu > li.mm-active > a:focus,
.side-navbar .metismenu > li.mm-active > a.active {
    color: #ff6d6d;
  }
  .side-navbar .metismenu > li > a i,
.side-navbar .metismenu > li.mm-active > a i {
    width: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .side-navbar .metismenu > li > a span,
.side-navbar .metismenu > li.mm-active > a span {
    display: none;
    padding-left: 32px;
    vertical-align: baseline;
  }
  .side-navbar .metismenu > li > a.active,
.side-navbar .metismenu > li.mm-active > a.active {
    background-color: #f7f7ff;
  }
  .side-navbar .metismenu > li > ul,
.side-navbar .metismenu > li .mm-menu,
.side-navbar .metismenu > li.mm-active > ul,
.side-navbar .metismenu > li.mm-active .mm-menu {
    left: 70px;
    position: absolute;
    width: 190px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    background: #fff;
    padding-left: 0;
    display: none;
    height: auto !important;
  }
  .side-navbar .metismenu > li > ul ul,
.side-navbar .metismenu > li .mm-menu ul,
.side-navbar .metismenu > li.mm-active > ul ul,
.side-navbar .metismenu > li.mm-active .mm-menu ul {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  }
  .side-navbar .metismenu > li > ul a,
.side-navbar .metismenu > li .mm-menu a,
.side-navbar .metismenu > li.mm-active > ul a,
.side-navbar .metismenu > li.mm-active .mm-menu a {
    box-shadow: none;
    padding: 8px 20px;
    position: relative;
    width: 190px;
    z-index: 6;
  }
  .side-navbar .metismenu > li > ul a:hover,
.side-navbar .metismenu > li .mm-menu a:hover,
.side-navbar .metismenu > li.mm-active > ul a:hover,
.side-navbar .metismenu > li.mm-active .mm-menu a:hover {
    color: #ff6d6d;
  }
  .side-navbar .metismenu > li:hover > a {
    position: relative;
    width: calc(190px + 70px);
    color: #ff6d6d !important;
    background-color: #f7f7ff;
    border-left-color: #ff6d6d;
  }
  .side-navbar .metismenu > li:hover > a span {
    display: inline-flex;
  }
  .side-navbar .metismenu > li:hover > ul {
    display: block;
  }
  .footer {
    margin-left: 70px;
  }
}
.product-timeline {
  display: flex;
  padding-bottom: 20px;
}
.product-timeline .checkpoint {
  width: calc(33.33% - 7px);
  height: 2px;
  background-color: rgba(125, 185, 232, 0.2);
  position: relative;
}
.product-timeline .checkpoint:before {
  position: absolute;
  top: -8px;
  left: 0;
  z-index: 1;
  background: #7db9e8;
  width: 18px;
  height: 18px;
  border: 4px solid #fff;
  content: "";
  border-radius: 100%;
}
.product-timeline .checkpoint:after {
  position: absolute;
  top: -8px;
  left: 0;
  z-index: 1;
  width: 18px;
  height: 18px;
  border: 2px solid #fff;
  content: "";
  border-radius: 100%;
}
.product-timeline .checkpoint:last-child {
  width: 12px;
}
.product-timeline .checkpoint span {
  position: absolute;
  top: -6px;
  left: 0;
  width: 100px;
  display: none;
  margin-top: 20px;
  font-size: 0.6875rem;
}
.product-timeline .checkpoint span.active {
  display: block;
}
.product-timeline .checkpoint.active:after {
  border-color: #3FDBB1;
}
.product-timeline .checkpoint.active + .active:after {
  animation: scaling 1s linear 0.3s infinite;
}

.contact-status {
  position: absolute;
  left: 8px;
  top: 0;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 50%;
}
.contact-status.online {
  background-color: #3FDBB1;
}
.contact-status.busy {
  background-color: #dd5959;
}
.contact-status.away {
  background-color: #ffaf0f;
}
.contact-status.offline {
  background-color: #6c757d;
}

@keyframes scaling {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
  15% {
    opacity: 0.7;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
}
.search-box {
  width: 100%;
}
.search-box input {
  border-radius: 30px;
  padding-left: 40px;
  min-width: 200px;
}
.search-box input.border-radius-3 {
  border-radius: 0.3rem;
}
.search-box .form-control-sm {
  padding-left: 30px;
}
.search-box .icon {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  color: #7db9e8;
}
.search-box.right-icon input {
  padding-left: 1rem;
  padding-right: 40px;
}
.search-box.right-icon .icon {
  left: auto;
  right: 12px;
}
.search-box.border-square input {
  border-radius: 0.25rem;
}
.search-box.border-square .icon {
  left: 10px;
}

.edit-field-half-left {
  position: absolute;
  right: 0.5rem;
  top: 1rem;
}
.edit-field-half-left .edit-field-icon {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  color: #7db9e8;
  cursor: pointer;
}
.edit-field-half-left .dropdown-menu {
  right: 8px !important;
}

.edit-field-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.3rem;
}
.edit-field-right .edit-field-icon {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  color: #7db9e8;
  cursor: pointer;
}

.edit-field-soft-primary:hover {
  background-color: rgba(125, 185, 232, 0.1);
}
.edit-field-soft-primary:hover .edit-field-icon {
  color: rgba(125, 185, 232, 0.7);
}
.edit-field-soft-primary:hover:hover {
  background: rgba(125, 185, 232, 0.2);
  color: #7db9e8;
}
.edit-field-soft-primary:hover:hover .edit-field-icon {
  color: #7db9e8;
}

.edit-field-soft-secondary:hover {
  background-color: rgba(156, 110, 252, 0.1);
}
.edit-field-soft-secondary:hover .edit-field-icon {
  color: rgba(156, 110, 252, 0.7);
}
.edit-field-soft-secondary:hover:hover {
  background: rgba(156, 110, 252, 0.2);
  color: #9C6EFC;
}
.edit-field-soft-secondary:hover:hover .edit-field-icon {
  color: #9C6EFC;
}

.edit-field-soft-success:hover {
  background-color: rgba(63, 219, 177, 0.1);
}
.edit-field-soft-success:hover .edit-field-icon {
  color: rgba(63, 219, 177, 0.7);
}
.edit-field-soft-success:hover:hover {
  background: rgba(63, 219, 177, 0.2);
  color: #3FDBB1;
}
.edit-field-soft-success:hover:hover .edit-field-icon {
  color: #3FDBB1;
}

.edit-field-soft-info:hover {
  background-color: rgba(74, 168, 198, 0.1);
}
.edit-field-soft-info:hover .edit-field-icon {
  color: rgba(74, 168, 198, 0.7);
}
.edit-field-soft-info:hover:hover {
  background: rgba(74, 168, 198, 0.2);
  color: #4aa8c6;
}
.edit-field-soft-info:hover:hover .edit-field-icon {
  color: #4aa8c6;
}

.edit-field-soft-warning:hover {
  background-color: rgba(255, 175, 15, 0.1);
}
.edit-field-soft-warning:hover .edit-field-icon {
  color: rgba(255, 175, 15, 0.7);
}
.edit-field-soft-warning:hover:hover {
  background: rgba(255, 175, 15, 0.2);
  color: #ffaf0f;
}
.edit-field-soft-warning:hover:hover .edit-field-icon {
  color: #ffaf0f;
}

.edit-field-soft-danger:hover {
  background-color: rgba(221, 89, 89, 0.1);
}
.edit-field-soft-danger:hover .edit-field-icon {
  color: rgba(221, 89, 89, 0.7);
}
.edit-field-soft-danger:hover:hover {
  background: rgba(221, 89, 89, 0.2);
  color: #dd5959;
}
.edit-field-soft-danger:hover:hover .edit-field-icon {
  color: #dd5959;
}

.edit-field-soft-light:hover {
  background-color: rgba(255, 109, 109, 0.1);
}
.edit-field-soft-light:hover .edit-field-icon {
  color: rgba(255, 109, 109, 0.7);
}
.edit-field-soft-light:hover:hover {
  background: rgba(255, 109, 109, 0.2);
  color: rgba(255, 109, 109, 0.07);
}
.edit-field-soft-light:hover:hover .edit-field-icon {
  color: rgba(255, 109, 109, 0.07);
}

.edit-field-soft-dark:hover {
  background-color: rgba(25, 40, 57, 0.1);
}
.edit-field-soft-dark:hover .edit-field-icon {
  color: rgba(25, 40, 57, 0.7);
}
.edit-field-soft-dark:hover:hover {
  background: rgba(25, 40, 57, 0.2);
  color: #192839;
}
.edit-field-soft-dark:hover:hover .edit-field-icon {
  color: #192839;
}

.edit-field-soft-orange:hover {
  background-color: rgba(255, 109, 109, 0.1);
}
.edit-field-soft-orange:hover .edit-field-icon {
  color: rgba(255, 109, 109, 0.7);
}
.edit-field-soft-orange:hover:hover {
  background: rgba(255, 109, 109, 0.2);
  color: #ff6d6d;
}
.edit-field-soft-orange:hover:hover .edit-field-icon {
  color: #ff6d6d;
}

.edit-field-right-xs {
  height: 1.5rem;
  width: 1.5rem;
}

.edit-field-right-sm {
  height: 1.75rem;
  width: 1.75rem;
}

.edit-field-right-md {
  height: 2.5rem;
  width: 2.5rem;
}

.edit-field-right-lg {
  height: 3rem;
  width: 3rem;
}

.edit-field-right-xl {
  height: 4rem;
  width: 4rem;
}

.edit-field-right-xxl {
  height: 5rem;
  width: 5rem;
}

.circle-condense-profiles .condense-profile {
  display: inline-block;
  border-radius: 100%;
}
.circle-condense-profiles .condense-profile + .condense-profile {
  margin-left: -12px;
}
.circle-condense-profiles .condense-count {
  margin-left: -12px;
}

.inner-header-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.inner-header-title a {
  display: inline-block;
}

.chart-container {
  position: relative;
  width: 100%;
}
.chart-container > .chart {
  height: 250px;
  width: 100%;
}
.chart-container > .chart.h-150 {
  height: 150px;
}
.chart-container > .chart.h-300 {
  height: 300px;
}
.chart-container > .chart.h-350 {
  height: 350px;
}
.chart-container[echarts] > * {
  height: auto;
  width: auto;
}
.chart-container .center-text {
  width: auto;
  height: auto;
}

.todo-list .todo {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  margin-bottom: 1rem;
  padding: 0.25rem 0.25rem 0.25rem 1rem;
}
.todo-list .todo:before {
  background-color: #7db9e8;
  content: "";
  width: 4px;
  top: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  border-radius: 10px;
}
.todo-list .todo-primary:before {
  background-color: #7db9e8;
}
.todo-list .todo-secondary:before {
  background-color: #9C6EFC;
}
.todo-list .todo-success:before {
  background-color: #3FDBB1;
}
.todo-list .todo-info:before {
  background-color: #4aa8c6;
}
.todo-list .todo-warning:before {
  background-color: #ffaf0f;
}
.todo-list .todo-danger:before {
  background-color: #dd5959;
}
.todo-list .todo-light:before {
  background-color: rgba(255, 109, 109, 0.07);
}
.todo-list .todo-dark:before {
  background-color: #192839;
}
.todo-list .todo-orange:before {
  background-color: #ff6d6d;
}

.validation-error {
  display: block;
  color: #dd5959;
  width: 100%;
}
.validation-error p {
  margin-bottom: 0;
}

.waves-float:active, .waves-float {
  box-shadow: none;
}

.waves-effect.waves-float .waves-ripple {
  background: rgba(0, 0, 0, 0.1);
  background: -webkit-radial-gradient(rgba(0, 0, 0, 0.06) 0, rgba(0, 0, 0, 0.07) 40%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.08) 60%, rgba(0, 0, 0, 0) 70%);
  background: -o-radial-gradient(rgba(0, 0, 0, 0.06) 0, rgba(0, 0, 0, 0.07) 40%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.08) 60%, rgba(0, 0, 0, 0) 70%);
  background: -moz-radial-gradient(rgba(0, 0, 0, 0.06) 0, rgba(0, 0, 0, 0.07) 40%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.08) 60%, rgba(0, 0, 0, 0) 70%);
  background: radial-gradient(rgba(0, 0, 0, 0.06) 0, rgba(0, 0, 0, 0.07) 40%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.08) 60%, rgba(0, 0, 0, 0) 70%);
}

[data-icon=cart] .bx-check {
  animation: scaleup 0.25s ease-in-out;
  animation-iteration-count: 1;
}

@keyframes scaleup {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    transform-origin: center center;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transform-origin: center center;
  }
}
.extra-btn-table {
  position: absolute;
  z-index: 2;
}
@media (max-width: 767px) {
  .extra-btn-table {
    position: static;
    margin-bottom: 15px;
  }
}

@media (max-width: 767.98px) {
  .topbar-header {
    padding: 0 12px;
  }
  .navbar-header .hamburg-icon {
    padding-left: 0;
  }
  .navbar-brand-box {
    width: auto !important;
    text-align: center;
    background: none;
    padding: 0 5px 0 0;
  }
  .navbar-brand-box .logo-light {
    display: none;
  }
  .navbar-brand-box .logo-dark {
    display: block;
    text-align: left;
  }
  .navbar-brand-box .logo-dark .logo-lg {
    display: none;
  }
  .navbar-brand-box .logo-dark .logo-sm {
    display: block;
  }
  .side-navbar {
    transform: translateX(-105%);
    -webkit-transform: translateX(-105%);
    -ms-transform: translateX(-105%);
    -moz-transform: translateX(-105%);
    transition: transform 0.3s ease-in-out;
    -webkit-transition: transform 0.3s ease-in-out;
    -ms-transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
  }
  .main-content,
.footer {
    margin-left: 0;
  }
  .compact-side-menu .main-content, .compact-side-menu .footer {
    margin-left: 0;
  }
  .main-content {
    padding: 0;
  }
  .show-sidebar .side-navbar {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
  }
  .dark-sidebar-menu .navbar-brand-box {
    background: none;
  }
  .dark-sidebar-menu .navbar-brand-box .logo-dark {
    display: none;
  }
  .dark-sidebar-menu .navbar-brand-box .logo-light {
    display: block;
  }
  .dark-sidebar-menu .navbar-brand-box .logo-light .logo-sm {
    display: block;
  }
  .dark-sidebar-menu .navbar-brand-box .logo-light .logo-lg {
    display: none;
  }
  .left-side-menu-condensed .navbar-brand-box {
    width: auto !important;
  }
  .left-side-menu-condensed .main-content, .left-side-menu-condensed .footer {
    margin-left: 0;
  }
  .message-wrapper .user-message-wrapper {
    border-radius: 0.5rem;
  }
  [data-sidebar=mobile] {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 100;
    border-radius: 0;
    margin-bottom: 0;
    width: 300px;
    display: block;
    overflow: auto;
    transform: translateX(-105%);
    -webkit-transform: translateX(-105%);
    -ms-transform: translateX(-105%);
    -moz-transform: translateX(-105%);
    transition: transform 0.3s ease-in-out;
    -webkit-transition: transform 0.3s ease-in-out;
    -ms-transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
  }
  [data-sidebar=mobile].show-mobile-sidebar {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
  }
}
@media (max-width: 575.98px) {
  .page-title-box h3 {
    width: 100%;
  }
  .timeline-left-only .timeline-primary:before {
    left: 15px;
  }
  .timeline-half .timeline-item {
    width: 100%;
  }
  .timeline-primary:before {
    left: 15px;
  }
  .timeline-primary .timeline-item .timeline-box {
    width: 100%;
    margin-left: 60px;
  }
  .timeline-primary .timeline-item:before {
    display: none;
  }
  .timeline-primary .timeline-item.timeline-left {
    width: 100%;
    text-align: left;
  }
  .timeline-primary .timeline-item.timeline-left .timeline-box {
    margin-left: 60px;
    margin-right: 0;
  }
  .timeline-primary .timeline-item.timeline-left .timeline-icon {
    left: -60px;
    right: auto;
  }
  .timeline-primary .timeline-item.timeline-left .timeline-icon:after {
    right: auto;
    left: 40px;
  }
  .timeline-primary .timeline-item.timeline-left:after {
    display: none;
  }
  .footer {
    text-align: center;
  }
  .step-container {
    padding: 15px;
  }
  .step-container .step {
    flex-direction: column;
    text-align: center;
  }
  .step-container .step h5 {
    font-size: 16px;
    width: 100px;
  }
  .step-container .step .avatar {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.header-item.btn {
  padding: 0.5rem 8px;
}

/*
    Documentation
*/
.plugin-details > * {
  display: none;
}
.plugin-details > *:first-child {
  display: block;
}

.color-box {
  width: 100px;
  height: 100px;
  display: flex;
  margin: auto;
  text-align: center;
  margin-bottom: 15px;
}
/*# sourceMappingURL=maps/styles.css.map */

/*# sourceMappingURL=styles.min.css.map */
