@charset "UTF-8";
/*
Template Name: Porto - 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=Poppins:wght@300;400;500;600;700;800&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;
}

body {
  overflow-x: hidden;
  background: #fefefe;
  color: #646464;
  font-family: Poppins, sans-serif;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #21262c;
}

a:hover, a:focus, a.active {
  text-decoration: none;
}

label {
  color: #4B4B5A;
}

b, strong {
  font-weight: 700;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.spinner > div {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 2px solid #ff5e14;
  border-radius: 50%;
  animation: circle-loader 1s infinite ease-in-out both;
  margin: 0px 7px;
}
.spinner .circle1 {
  animation-delay: -0.32s;
}
.spinner .circle2 {
  animation-delay: -0.16s;
}

@keyframes circle-loader {
  0%, 80%, 100% {
    transform: scale(0.4);
  }
  40% {
    transform: scale(1);
  }
}
.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;
  background-color: #ff5e14;
}
.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: #fefefe;
}

.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: #fefefe;
  color: #646464;
}
.dark-sidebar-menu .app-search span {
  color: #646464;
}

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;
  color: #fff;
}
.page-title-box h3 {
  color: #fff;
}
.page-title-box .date-icon {
  color: #646464;
}

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

.nav-second-level li a,
.nav-thrid-level li a {
  padding: 8px 20px;
  color: #4B4B5A;
  display: block;
  position: relative;
  transition: all 0.4s;
}
.nav-second-level li a:focus, .nav-second-level li a:hover,
.nav-thrid-level li a:focus,
.nav-thrid-level li a:hover {
  color: #ff5e14;
}
.nav-second-level li > a.active,
.nav-thrid-level li > a.active {
  color: #ff5e14;
}

.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 #ff5e14;
  color: #ff5e14;
  background-color: #f9f9f9;
}
.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: #ff5e14;
  text-decoration: none;
  background-color: #f9f9f9;
}
.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 #ff5e14;
  color: #ff5e14;
  background-color: #f9f9f9;
}
.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: #ff5e14;
}
.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: #f9f9f9;
}
.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: #ff5e14;
}
.left-side-menu-condensed .side-navbar .metismenu > li:hover > a {
  position: relative;
  width: calc(190px + 70px);
  color: #ff5e14 !important;
  background-color: #f9f9f9;
  border-left-color: #ff5e14;
}
.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: #ff5e14;
  }
  .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: #f9f9f9;
  }
  .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: #ff5e14;
  }
  .side-navbar .metismenu > li:hover > a {
    position: relative;
    width: calc(190px + 70px);
    color: #ff5e14 !important;
    background-color: #f9f9f9;
    border-left-color: #ff5e14;
  }
  .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(255, 94, 20, 0.2);
  position: relative;
}
.product-timeline .checkpoint:before {
  position: absolute;
  top: -8px;
  left: 0;
  z-index: 1;
  background: #ff5e14;
  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: #45c4a0;
}
.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: #45c4a0;
}
.contact-status.busy {
  background-color: #e2626b;
}
.contact-status.away {
  background-color: #fab758;
}
.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: #ff5e14;
}
.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.375rem;
}
.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: #ff5e14;
  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: #ff5e14;
  cursor: pointer;
}

.edit-field-soft-primary:hover {
  background-color: rgba(255, 94, 20, 0.1);
}
.edit-field-soft-primary:hover .edit-field-icon {
  color: rgba(255, 94, 20, 0.7);
}
.edit-field-soft-primary:hover:hover {
  background: rgba(255, 94, 20, 0.2);
  color: #ff5e14;
}
.edit-field-soft-primary:hover:hover .edit-field-icon {
  color: #ff5e14;
}

.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(69, 196, 160, 0.1);
}
.edit-field-soft-success:hover .edit-field-icon {
  color: rgba(69, 196, 160, 0.7);
}
.edit-field-soft-success:hover:hover {
  background: rgba(69, 196, 160, 0.2);
  color: #45c4a0;
}
.edit-field-soft-success:hover:hover .edit-field-icon {
  color: #45c4a0;
}

.edit-field-soft-info:hover {
  background-color: rgba(84, 168, 199, 0.1);
}
.edit-field-soft-info:hover .edit-field-icon {
  color: rgba(84, 168, 199, 0.7);
}
.edit-field-soft-info:hover:hover {
  background: rgba(84, 168, 199, 0.2);
  color: #54a8c7;
}
.edit-field-soft-info:hover:hover .edit-field-icon {
  color: #54a8c7;
}

.edit-field-soft-warning:hover {
  background-color: rgba(250, 183, 88, 0.1);
}
.edit-field-soft-warning:hover .edit-field-icon {
  color: rgba(250, 183, 88, 0.7);
}
.edit-field-soft-warning:hover:hover {
  background: rgba(250, 183, 88, 0.2);
  color: #fab758;
}
.edit-field-soft-warning:hover:hover .edit-field-icon {
  color: #fab758;
}

.edit-field-soft-danger:hover {
  background-color: rgba(226, 98, 107, 0.1);
}
.edit-field-soft-danger:hover .edit-field-icon {
  color: rgba(226, 98, 107, 0.7);
}
.edit-field-soft-danger:hover:hover {
  background: rgba(226, 98, 107, 0.2);
  color: #e2626b;
}
.edit-field-soft-danger:hover:hover .edit-field-icon {
  color: #e2626b;
}

.edit-field-soft-light:hover {
  background-color: rgba(254, 254, 254, 0.1);
}
.edit-field-soft-light:hover .edit-field-icon {
  color: rgba(254, 254, 254, 0.7);
}
.edit-field-soft-light:hover:hover {
  background: rgba(254, 254, 254, 0.2);
  color: #fefefe;
}
.edit-field-soft-light:hover:hover .edit-field-icon {
  color: #fefefe;
}

.edit-field-soft-dark:hover {
  background-color: rgba(30, 34, 40, 0.1);
}
.edit-field-soft-dark:hover .edit-field-icon {
  color: rgba(30, 34, 40, 0.7);
}
.edit-field-soft-dark:hover:hover {
  background: rgba(30, 34, 40, 0.2);
  color: #1e2228;
}
.edit-field-soft-dark:hover:hover .edit-field-icon {
  color: #1e2228;
}

.edit-field-soft-orange:hover {
  background-color: rgba(247, 139, 119, 0.1);
}
.edit-field-soft-orange:hover .edit-field-icon {
  color: rgba(247, 139, 119, 0.7);
}
.edit-field-soft-orange:hover:hover {
  background: rgba(247, 139, 119, 0.2);
  color: #f78b77;
}
.edit-field-soft-orange:hover:hover .edit-field-icon {
  color: #f78b77;
}

.edit-field-soft-gray:hover {
  background-color: rgba(108, 117, 125, 0.1);
}
.edit-field-soft-gray:hover .edit-field-icon {
  color: rgba(108, 117, 125, 0.7);
}
.edit-field-soft-gray:hover:hover {
  background: rgba(108, 117, 125, 0.2);
  color: #6c757d;
}
.edit-field-soft-gray:hover:hover .edit-field-icon {
  color: #6c757d;
}

.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: #ff5e14;
  content: "";
  width: 4px;
  top: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  border-radius: 10px;
}
.todo-list .todo-primary:before {
  background-color: #ff5e14;
}
.todo-list .todo-secondary:before {
  background-color: #9C6EFC;
}
.todo-list .todo-success:before {
  background-color: #45c4a0;
}
.todo-list .todo-info:before {
  background-color: #54a8c7;
}
.todo-list .todo-warning:before {
  background-color: #fab758;
}
.todo-list .todo-danger:before {
  background-color: #e2626b;
}
.todo-list .todo-light:before {
  background-color: #fefefe;
}
.todo-list .todo-dark:before {
  background-color: #1e2228;
}
.todo-list .todo-orange:before {
  background-color: #f78b77;
}
.todo-list .todo-gray:before {
  background-color: #6c757d;
}

.validation-error {
  display: block;
  color: #e2626b;
  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;
  }
}

.slimScrollDiv {
  height: auto !important;
}

.slimscroll-menu {
  height: 100%;
}

.scrollbar-track {
  background: transparent !important;
}

.scrollbar-thumb {
  background: #aab0bc !important;
  opacity: 0.4;
  width: 4px !important;
}

.apexcharts-tooltip-title,
.apexcharts-tooltip-text,
.apexcharts-legend-text {
  font-family: var(--bs-font-sans-serif) !important;
}

.apexcharts-legend-series {
  font-weight: 400;
  margin-bottom: 0 !important;
}

.apexcharts-gridline {
  pointer-events: none;
  stroke: #f9f9fd;
}

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

.apexcharts-yaxis text,
.apexcharts-xaxis text {
  font-family: var(--bs-font-sans-serif) !important;
  fill: #6c757d;
  font-weight: 400;
}

.apexcharts-point-annotations text,
.apexcharts-xaxis-annotations text,
.apexcharts-yaxis-annotations text {
  fill: #6c757d;
}

.apexcharts-radar-series polygon {
  fill: transparent;
  stroke: #e2e7f1;
}
.apexcharts-radar-series line {
  stroke: #e2e7f1;
}

.apexcharts-pie-label,
.apexcharts-datalabel,
.apexcharts-datalabel-label,
.apexcharts-datalabel-value {
  fill: #6c757d !important;
}

.apexcharts-plot-series .apexcharts-datalabel {
  fill: #fff !important;
}

.apexcharts-datalabels-group text {
  fill: #6c757d !important;
  font-family: var(--bs-font-sans-serif) !important;
}

.scatter-images-chart .apexcharts-legend {
  overflow: hidden !important;
  min-height: 17px;
}
.scatter-images-chart .apexcharts-legend-marker {
  background: none !important;
  margin-right: 7px !important;
}
.scatter-images-chart .apexcharts-legend-series {
  align-items: flex-start !important;
}

.apexcharts-pie-series path {
  stroke: transparent !important;
}

.apexcharts-track path {
  stroke: #f3f5f9;
}

.apexcharts-xaxis line {
  stroke: #cacaca !important;
}

.dataTables_wrapper.container-fluid {
  padding: 0;
}

div.dataTables_wrapper div.dataTables_length select {
  min-width: 50px;
}
div.dataTables_wrapper .dt-checkboxes-select-all:before, div.dataTables_wrapper .dt-checkboxes-select-all:after {
  display: none;
}
div.dataTables_wrapper .dataTables_length label, div.dataTables_wrapper .dataTables_info label {
  margin-bottom: 0;
}
div.dataTables_wrapper div.dataTables_filter .search-box {
  text-indent: -9999px;
  width: 210px;
  margin-bottom: 0;
}
div.dataTables_wrapper div.dataTables_filter .search-box:after {
  content: "\ebbc";
  font-family: "boxicons";
  font-size: 1rem;
  color: #ff5e14;
  font-weight: 600;
  left: 1rem;
  top: 50%;
  left: 1rem;
  line-height: 1;
  position: absolute;
  text-indent: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
div.dataTables_wrapper div.dataTables_filter .search-box .form-control {
  width: 100%;
}
div.dataTables_wrapper div.dataTables_filter .search-box .icon {
  text-indent: 0;
}
div.dataTables_wrapper div.dataTables_info {
  padding-top: 0;
}
div.dataTables_wrapper div.dataTables_paginate {
  margin-top: 0;
}

table.dataTable {
  border-collapse: collapse !important;
  margin: 1.75rem 0 !important;
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  content: "↓";
  left: 6px;
  opacity: 0.5;
  opacity: 0.5;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 26px;
}
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
  content: "↑";
  position: absolute;
  left: 13px;
  opacity: 0.5;
  opacity: 0.5;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 26px;
}
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc:before {
  opacity: 1;
}
table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting {
  padding-left: 1.75rem;
}
table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
  padding-left: 1.75rem;
}
table.dataTable tbody > tr.selected,
table.dataTable tbody > tr > .selected {
  background-color: #ff5e14;
}
table.dataTable tbody > tr.selected td,
table.dataTable tbody > tr > .selected td {
  border-color: #ff5e14;
}
table.dataTable tbody td:focus {
  outline: none !important;
}
table.dataTable tbody th.focus, table.dataTable tbody td.focus {
  outline: 2px solid #ff5e14 !important;
  outline-offset: -1px;
  color: #ff5e14;
  background-color: rgba(255, 94, 20, 0.15);
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > th:first-child:before {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  background-color: #45c4a0;
  font-family: "boxicons";
  content: "\eb8a";
  border: none;
  background: none;
  box-shadow: none;
  font-size: 1.25rem;
  color: #45c4a0;
  top: 50%;
  transform: translateY(-50%);
}
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  content: "\eb58";
  color: #e2626b;
}

div.dt-buttons button.btn.processing,
div.dt-buttons div.btn.processing, div.dt-buttons a.btn.processing {
  color: rgba(255, 255, 255, 0.5);
}

div.dt-button-info {
  background-color: #ff5e14;
  border: none;
  color: #fff;
  box-shadow: none;
  border-radius: 3px;
  text-align: center;
  z-index: 21;
}
div.dt-button-info h2 {
  border-bottom: none;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

table.dataTable > tbody > tr.child ul.dtr-details > li {
  display: flex;
  justify-content: space-between;
}
table.dataTable > tbody > tr.child ul.dtr-details > li .avatar:last-child {
  margin-right: 0;
}

.activate-select .sorting_1 {
  background-color: #e9ecef;
}

@media (max-width: 575.98px) {
  li.paginate_button.previous, li.paginate_button.next {
    display: inline-block;
    font-size: 1.5rem;
  }
  li.paginate_button {
    display: none;
  }
  .dataTables_paginate ul {
    text-align: center;
    display: block;
    margin: 1rem 0 0 !important;
  }
  div.dt-buttons {
    display: inline-table;
  }
  div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_paginate {
    text-align: left;
  }
  div.dataTables_wrapper div.dataTables_info {
    text-align: center;
  }
  div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0;
  }
  div.dataTables_wrapper div.dataTables_filter .search-box {
    width: 100%;
  }
}
div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
  width: 100%;
}

div.dataTables_length {
  margin-bottom: 15px;
}

.dt-buttons {
  margin-top: 15px;
}

.gu-mirror {
  position: fixed !important;
  margin: 0 !important;
  z-index: 9999 !important;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}

.gu-hide {
  display: none !important;
}

.gu-unselectable {
  user-select: none !important;
}

.gu-transit {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}

.dragula-handle {
  position: relative;
  font-size: 24px;
  cursor: move;
  margin-right: 10px;
  width: 24px;
  height: 36px;
}
.dragula-handle:before {
  content: "\f01db";
  font-family: "Material Design Icons";
  position: absolute;
}

@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 */
