p, .lead {
  font-size: 16px;
  font-weight: 400;
}
a {
  text-decoration: none;
}
.sr-only {
  display: none;
}
.muse-documentation .doc-header.position-fixed {
  width: 100%;
  height: auto;
  left: 0;
  right: 0;
  top: 0;
  z-index: 11;
}
.main-docs {
  margin-top: 65px;
}
.code-toolbar {
  position: relative
}
.min-vh-50 {
  min-height: 50vh;
}
code {
  font-size: 100%;
}
:not(pre) > code[class*="language-"],
pre[class*="language-"] {
  padding: 1.5rem;
  background: #eff3ff;
  margin-bottom: 1rem;
}
.tab-content :not(pre) > code[class*="language-"],
.tab-content pre[class*="language-"] {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-right-radius: .3125rem;
  border-bottom-left-radius: .3125rem;
}
code[class*="language-"],
pre[class*="language-"] {
  color: #000000;
  text-shadow: none;
  white-space: pre-wrap;
}
.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
  color: #d09a5c;
  background: transparent;
}
.token.punctuation,
.token.property,
.token.tag,
.token.constant,
.token.symbol,
.token.deleted {
  color: #2f6f9f;
}
.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
  color: #26a5b5;
}
.token.atrule,
.token.attr-value,
.token.function {
  color: #d44950;
}

div.code-toolbar > .toolbar {
  top: 16px;
  right: 16px;
  opacity: 1;
}
div.code-toolbar > .toolbar a {
  padding: .5rem .9rem !important;
  background-color: #44d2a8;
  box-shadow: none;
  transition: all .2s ease-in-out;
}
div.code-toolbar > .toolbar a:hover {
  background-color: #157147;
  color: #fff !important;
}
.bd-example > .form-control + .form-control {
  margin-top: .4rem;
}
.bd-example .fixed-top, .bd-example .sticky-top, .bd-example .fixed-bottom {
  position: static;
}

/*------------------------------------
  Scroll Nav Example
------------------------------------*/
.scroll-nav-example {
  position: relative;
  height: 200px;
  margin-top: .5rem;
  overflow: auto;
}

/*------------------------------------
  jQuery UI
------------------------------------*/
.ui-autocomplete {
  max-height: 300px;
  overflow: hidden;
  overflow-y: auto;
  padding-bottom: 1px;
  z-index: 91199;
}
.ui-autocomplete::-webkit-scrollbar {
  width: 0.5rem;
}
.ui-autocomplete::-webkit-scrollbar-thumb {
  background-color: rgba(189, 197, 209, 0.6);
  visibility: hidden;
}
.ui-autocomplete:hover::-webkit-scrollbar-thumb {
  visibility: visible;
}
.ui-autocomplete .left {
  float: left;
}
.ui-autocomplete .right {
  float: right;
}
.ui-autocomplete .ui-menu-item {
  padding: .25rem;
}
.ui-autocomplete .ui-menu-item:not(:last-child) {
  border-bottom: 1px solid #e7eaf3;
}
.ui-autocomplete .ui-menu-item-wrapper {
  display: block;
  color: inherit;
  background-color: transparent;
  border-color: transparent;
  padding: 7px 15px;
}
.ui-widget.ui-widget-content {
  border: thin solid #e7eaf3;
  border-radius: .3125rem;
  box-shadow: 0 2px 16px 8px rgba(140, 152, 164, 0.135);
}
.ui-autocomplete .ui-menu-item-wrapper.ui-state-active, .ui-autocomplete .ui-menu-item-wrapper:hover {
  background-color: rgba(55,125,255, .1);
  text-decoration: none;
}
.ui-autocomplete .ui-menu-item:hover .ui-menu-item-wrapper {
  background-color: rgba(55,125,255, .1);
  border-color: transparent;
  border-radius: .125rem;
}
.ui-autocomplete-category {
  padding: 5px 15px;
  margin: 0;
  font-weight: bold;
}
.jvectormap-container {
  width: 100%;
  height: 100%;
}
.hd-doc-search-category {
  display: block;
  color: #97a4af;
  font-size: .875rem;
}
.ui-autocomplete-input.form-control:not(:last-child) {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

/*------------------------------------
  Tab
------------------------------------*/
.tab-wrapper {
  border: 1px solid #e7eaf3;
  box-shadow: 0 0 35px rgba(140, 152, 163, .125);
  border-radius: .5rem;
  margin-top: 1.5rem;
  margin-bottom: 3rem;
}
.tab-pane {
  max-height: 700px;
  overflow: auto;
  position: relative;
  z-index: 1;
}
.tab-pane pre {
  margin: 0;
}
.musedocs-content-divider:not(:last-child) {
  margin-bottom: 4rem;
}
.musedocs-content-divider:first-child {
  border-bottom: 1px solid #e7eaf3;
  padding-bottom: 3rem;
}
.musedocs-content-divider:not(:last-child) {
  margin-bottom: 4rem;
}
.nav-classic {
  border-bottom: 0.0625rem solid #e7eaf3;
}
.nav-classic .nav-link {
  color: #677788;
  border-width: 0 0 0.1875rem 0;
  border-style: solid;
  border-color: transparent;
  padding: 1rem 1.5rem;
  margin-bottom: -0.125rem;
  border-radius: 0;
  transition: 0.3s;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
}
.nav-classic .nav-link.active {
  color: #000000;
}
.muse-documentation header .nav-link:hover {
color: #157147 !important;
}
.nav:not(.nav-pills) .nav-link.active {
  color: #37a785;
  font-weight: 600;
}

/*------------------------------------
  Copy to clipboard style
------------------------------------*/
.musedocs-copy-to-clipboard-text {
  font-size: 80%;
  color: #77838f;
}
.musedocs-copy-to-clipboard:hover .musedocs-copy-to-clipboard-text {
  color: #fff;
  background-color: #0d6efd;
}

/*------------------------------------
  Callout
------------------------------------*/
.callout {
  border-left-width: 10px;
  border-left-style: solid;
  padding: 1.5rem;
  margin-bottom: 1.25rem;
}
.callout p:last-child {
  margin-bottom: 0;
}
.callout-title {
  color: initial;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: .5rem;
}
.callout-warning {
  border-color: rgba(255, 193, 7, .25);
  background-color: rgba(255, 193, 7, .075);
}
.callout-danger {
  border-color: rgba(222, 68, 55, .25);
  background-color: rgba(222, 68, 55, .075);
}

/*------------------------------------
  Sidebar
------------------------------------*/
.musesidebar-sticky {
  position: relative;
  top: 0;
  width: 100%;
  height: 15rem;
  padding: .5rem 0;
}
.space-3 {
  padding: 8rem 0;
}
.overflow-visible {
  overflow: visible;
}
.pages-template .muse-documentation header .nav-link:hover {
  color: #37a785 !important;
}
.muse-sidebar .musesidebar-heading:focus {
  color: #37a785;
}
.pages-template .tab-pane {
  overflow: visible;
  max-height: 100%;
}
.saas-template .tabs-has .nav-link.active {
  color: #fff;
}
.education-template .nav-tabs .nav-link.active {
  color: #dc3545;
}
.feature-right p {
  font-size: 20px;
}
.after-remove:before {
  display: none;
}
@media (max-height: 500px) {
  .musesidebar-sticky {
    min-height: 15rem;
  }
}

@media (min-width: 992px) {
  .musesidebar-sticky {
    height: calc(100vh - 5rem);
  }
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .musesidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
  }
}

.musesidebar {
  z-index: 100;
}

@media (min-width: 992px) {
  .musesidebar {
    position: fixed;
    top: 55px;
    bottom: 0;
    left: 0;
    border-right: 1px solid #e7eaf3;
  }
  .musesidebar-nav {
    padding-right: 10px;
  }
}

@media (max-width: 991.8px) {
  .musesidebar {
    border-bottom: 1px solid #e7eaf3;
  }
}

/*------------------------------------
  Sidebar Nav
------------------------------------*/
.musesidebar-nav {
  list-style: none;
  padding-left: 16px;
  margin-bottom: 2rem;
}

.musesidebar-item {
  font-size: .875rem;
}

.musesidebar-link {
  color: #495057;
  display: block;
  background-color: transparent;
  border-radius: .3125rem;
  padding: .5rem  .9375rem;
}

.musesidebar-link.active {
  color: #37a785;
  font-weight: 600;
  background-color: rgb(102 255 121 / 10%);
}
.musesidebar-link.active:hover {
  color: #37a785;
}

.musesidebar-link:hover {
  text-decoration: none;
  color: #37a785;
}
.musesidebar-heading {
  display: block;
  color: #1e2022;
  font-size: .8125rem;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: .9375rem;
  padding-right: .9375rem;
  margin-top: 1rem;
  margin-bottom: .5rem;
}

.musesidebar-heading:hover{
  color: #37a785;
}

.swatch-blue {
  color: #fff;
  background-color: #0d6efd;
}
.swatch-blue::after {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding-left: 1rem;
  font-size: .75rem;
  line-height: 1.35;
  white-space: pre;
  content: "4.50" "\a" "4.50" "\a" "4.66";
  background-color: #0d6efd;
  background-image: linear-gradient(to bottom, transparent 0.25rem, #fff 0.25rem 0.75rem, transparent 0.75rem 1.25rem, #fff 1.25rem 1.75rem, transparent 1.75rem 2.25rem, #000 2.25rem 2.75rem, transparent 2.75rem);
  background-repeat: no-repeat;
  background-size: .5rem 100%;
}
.swatch-purple {
  color: #fff;
  background-color: #6f42c1;
}
.swatch-purple::after {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding-left: 1rem;
  font-size: .75rem;
  line-height: 1.35;
  white-space: pre;
  content: "6.51" "\a" "6.51" "\a" "3.22";
  background-color: #6f42c1;
  background-image: linear-gradient(to bottom, transparent 0.25rem, #fff 0.25rem 0.75rem, transparent 0.75rem 1.25rem, #fff 1.25rem 1.75rem, transparent 1.75rem 2.25rem, #000 2.25rem 2.75rem, transparent 2.75rem);
  background-repeat: no-repeat;
  background-size: .5rem 100%;
}
.swatch-indigo {
  color: #fff;
  background-color: #6610f2;
}
.swatch-indigo::after {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding-left: 1rem;
  font-size: .75rem;
  line-height: 1.35;
  white-space: pre;
  content: "7.18" "\a" "7.18" "\a" "2.92";
  background-color: #6610f2;
  background-image: linear-gradient(to bottom, transparent 0.25rem, #fff 0.25rem 0.75rem, transparent 0.75rem 1.25rem, #fff 1.25rem 1.75rem, transparent 1.75rem 2.25rem, #000 2.25rem 2.75rem, transparent 2.75rem);
  background-repeat: no-repeat;
  background-size: .5rem 100%;
}
.swatch-pink {
  color: #fff;
  background-color: #d63384;
}
.swatch-pink::after {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding-left: 1rem;
  font-size: .75rem;
  line-height: 1.35;
  white-space: pre;
  content: "4.50" "\a" "4.50" "\a" "4.66";
  background-color: #d63384;
  background-image: linear-gradient(to bottom, transparent 0.25rem, #fff 0.25rem 0.75rem, transparent 0.75rem 1.25rem, #fff 1.25rem 1.75rem, transparent 1.75rem 2.25rem, #000 2.25rem 2.75rem, transparent 2.75rem);
  background-repeat: no-repeat;
  background-size: .5rem 100%;
}
.swatch-red {
  color: #fff;
  background-color: #dc3545;
}
.swatch-red::after {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding-left: 1rem;
  font-size: .75rem;
  line-height: 1.35;
  white-space: pre;
  content: "4.52" "\a" "4.52" "\a" "4.63";
  background-color: #dc3545;
  background-image: linear-gradient(to bottom, transparent 0.25rem, #fff 0.25rem 0.75rem, transparent 0.75rem 1.25rem, #fff 1.25rem 1.75rem, transparent 1.75rem 2.25rem, #000 2.25rem 2.75rem, transparent 2.75rem);
  background-repeat: no-repeat;
  background-size: .5rem 100%;
}
.swatch-orange {
  color: #212529;
  background-color: #fd7e14;
}
.swatch-orange::after {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding-left: 1rem;
  font-size: .75rem;
  line-height: 1.35;
  white-space: pre;
  content: "6.00" "\a" "2.57" "\a" "8.17";
  background-color: #fd7e14;
  background-image: linear-gradient(to bottom, transparent 0.25rem, #212529 0.25rem 0.75rem, transparent 0.75rem 1.25rem, #fff 1.25rem 1.75rem, transparent 1.75rem 2.25rem, #000 2.25rem 2.75rem, transparent 2.75rem);
  background-repeat: no-repeat;
  background-size: .5rem 100%;
}
.swatch-yellow {
  color: #212529;
  background-color: #ffc107;
}
.swatch-yellow::after {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding-left: 1rem;
  font-size: .75rem;
  line-height: 1.35;
  white-space: pre;
  content: "9.46" "\a" "1.63" "\a" "12.8";
  background-color: #ffc107;
  background-image: linear-gradient(to bottom, transparent 0.25rem, #212529 0.25rem 0.75rem, transparent 0.75rem 1.25rem, #fff 1.25rem 1.75rem, transparent 1.75rem 2.25rem, #000 2.25rem 2.75rem, transparent 2.75rem);
  background-repeat: no-repeat;
  background-size: .5rem 100%;
}
.swatch-green {
  color: #fff;
  background-color: #28a745;
}
.swatch-green::after {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding-left: 1rem;
  font-size: .75rem;
  line-height: 1.35;
  white-space: pre;
  content: "3.13" "\a" "3.13" "\a" "6.70";
  background-color: #28a745;
  background-image: linear-gradient(to bottom, transparent 0.25rem, #fff 0.25rem 0.75rem, transparent 0.75rem 1.25rem, #fff 1.25rem 1.75rem, transparent 1.75rem 2.25rem, #000 2.25rem 2.75rem, transparent 2.75rem);
  background-repeat: no-repeat;
  background-size: .5rem 100%;
}
.swatch-teal {
  color: #212529;
  background-color: #20c997;
}
.swatch-teal::after {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding-left: 1rem;
  font-size: .75rem;
  line-height: 1.35;
  white-space: pre;
  content: "7.24" "\a" "2.12" "\a" "9.86";
  background-color: #20c997;
  background-image: linear-gradient(to bottom, transparent 0.25rem, #212529 0.25rem 0.75rem, transparent 0.75rem 1.25rem, #fff 1.25rem 1.75rem, transparent 1.75rem 2.25rem, #000 2.25rem 2.75rem, transparent 2.75rem);
  background-repeat: no-repeat;
  background-size: .5rem 100%;
}
.swatch-cyan {
  color: #fff;
  background-color: #17a2b8;
}
.swatch-cyan::after {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding-left: 1rem;
  font-size: .75rem;
  line-height: 1.35;
  white-space: pre;
  content: "3.04" "\a" "3.04" "\a" "6.89";
  background-color: #17a2b8;
  background-image: linear-gradient(to bottom, transparent 0.25rem, #fff 0.25rem 0.75rem, transparent 0.75rem 1.25rem, #fff 1.25rem 1.75rem, transparent 1.75rem 2.25rem, #000 2.25rem 2.75rem, transparent 2.75rem);
  background-repeat: no-repeat;
  background-size: .5rem 100%;
}
.hd-doc-copy-to-clipboard-text {
  font-size: .8125rem;
  color: #6c757d;
  background-color: transparent;
  border: none;
  padding-top: .25rem;
}
.hd-doc-copy-to-clipboard {
  border: none;
}
.hd-doc-copy-to-clipboard .card-body {
  background-color: #f8f9fa;
  padding: 1.8rem 1rem;
}
.swatch-gray-500 {
  color: #212529;
  background-color: #adb5bd;
}
.swatch-gray-500::after {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding-left: 1rem;
  font-size: .75rem;
  line-height: 1.35;
  white-space: pre;
  content: "7.43" "\a" "2.07" "\a" "10.1";
  background-color: #adb5bd;
  background-image: linear-gradient(to bottom, transparent 0.25rem, #212529 0.25rem 0.75rem, transparent 0.75rem 1.25rem, #fff 1.25rem 1.75rem, transparent 1.75rem 2.25rem, #000 2.25rem 2.75rem, transparent 2.75rem);
  background-repeat: no-repeat;
  background-size: .5rem 100%;
}
.bd-example > .nav + .nav, .bd-example > .alert + .alert, .bd-example > .navbar + .navbar, .bd-example > .progress + .progress {
  margin-top: 1rem;
}
.bd-example-border-utils [class^="border"] {
  display: inline-block;
  width: 5rem;
  height: 5rem;
  margin: .25rem;
}
.bd-highlight {
  background-color: rgba(86,61,124,0.15);
  border: 1px solid rgba(86,61,124,0.15);
}
.bg-img-hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.bg-img-hero-bottom {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.bg-img-hero-center {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.bg-img-hero-fixed {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}
.scrollbar-horizontal {
  display: flex;
  max-width: 100%;
  flex-wrap: nowrap;
  overflow-x: auto;
  white-space: nowrap;
}
.transform-rotate-1 {
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
  -webkit-transform-origin: 30% 20%;
  transform-origin: 30% 20%;
}
.transform-rotate-2 {
  -webkit-transform: rotate(-17deg);
  transform: rotate(-17deg);
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}
.transform-rotate-3 {
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
  -webkit-transform-origin: 90% -20%;
  transform-origin: 90% -20%;
}
.transform-rotate-4 {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.transform-rotate-5 {
  -webkit-transform: rotate(-22deg);
  transform: rotate(-22deg);
}
.transform-rotate-6 {
  -webkit-transform: translate3d(20%, -55%, 0);
  transform: translate3d(20%, -55%, 0);
}
.bd-placeholder-img {
  font-size: 2.4rem;
  text-anchor: middle;
}
.bd-placeholder-lg {
  font-size: 3.5rem;
}
.scrollspy-example {
  position: relative;
  height: 200px;
  margin-top: .5rem;
  overflow: auto;
}
.scrollspy-example-2 {
  position: relative;
  height: 350px;
  overflow: auto;
}
.bd-callout {
  padding: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 1px solid #e9ecef;
      border-left-color: rgb(233, 236, 239);
      border-left-width: 1px;
  border-left-width: .35rem;
}
.bd-callout-info {
  border-left-color: #5bc0de;
}
.bd-callout + .bd-callout {
  margin-top: -.25rem;
}
.bd-callout-info h4 {
  color: #5bc0de;
}
.bd-example > .dropdown-menu {
  position: static;
  display: block;
}
.bd-callout-warning {
  border-left-color: #f0ad4e;
}
.bd-callout-danger {
  border-left-color: #d9534f;
}
.musesidebar-scrollbar a:not(:only-child)::before {
  width: 1.25em;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform 0.35s ease;
  transform-origin: .5em 50%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.musesidebar-scrollbar a:not(:only-child):not(.collapsed)::before {
  transform: rotate(90deg);
}
.bd-example-ratios .ratio {
  display: inline-block;
  width: 10rem;
  color: #6c757d;
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
}
.bd-example-ratios .ratio > div {
	display: flex;
	align-items: center;
	justify-content: center;
}
.bd-example-position-utils {
	position: relative;
	padding: 3em;
}
.bd-example-position-utils .position-relative {
	height: 200px;
	background-color: #f5f5f5;
}
.bd-example-position-utils .position-absolute {
	width: 2em;
	height: 2em;
	background-color: #343a40;
	border-radius: .25rem;
}
/*------------------------------------
  Header
------------------------------------*/
.header-docs .navbar-brand,
.header-docs .navbar-brand > img {
  width: 7.5rem;
}

/*------------------------------------
  Fullscreen
------------------------------------*/
.fullscreen {
  z-index: 9999;
}

/*------------------------------------
  List
------------------------------------*/
.musedocs-list-md li {
  margin-bottom: .5rem;
}

/*------------------------------------
  Scrollbar
------------------------------------*/
.musesidebar-scrollbar {
  overflow-y: auto;
}
div.code-toolbar {
  z-index: 1;
}
/*------------------------------------
  Utilities
------------------------------------*/
@media (min-width: 768px) {
  .nav-docs-space {
    margin-left: 5rem;
  }
}

/* snippets CSS */
.musedocs-content-divider .booking-box {
  padding: 15px 50px;
}

@media (max-width: 1199px) {
  header .navbar-brand ~ .order-md-2.ml-auto {
    margin-left: 10px !important;
  }
  .musesidebar.muse-sidebar .musesidebar-scrollbar {
    height: 100%;
  }
  .muse-sidebar {
    position: fixed;
    top: 53px;
    left: 0;
    width: 280px;
    height: calc(100vh - 53px);
    overflow-y: auto;
    transform: translateX(-100%);
    transition: all ease .5s;
    background-color: #fff;
    z-index: 3;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    margin-left: 0 !important;
  }
  .sidebar-show .muse-sidebar{
    transform: translateX(0%);
  }
  .sidebar-show {
    overflow: hidden;
  }
  .menu-close, .sidebar-show .menu-icon {
    display: none;
  }
  .sidebar-show .menu-close {
    display: block;
  }
  .muse-sidebar .musesidebar-heading {
    padding-left: 6px;
  }
  .muse-sidebar .musesidebar-nav {
    padding-right: 16px;
  }
}

@media (max-width: 767px) {
  header .navbar-brand ~ .order-md-2.ml-auto {
    margin-left: auto !important;
  }
  .musedocs-content-divider:first-child {
    padding: 20px 0;
  }
  .musedocs-content-divider:not(:last-child) {
    margin-bottom: 40px;
  }
  ol, ul {
    padding-left: 1rem;
  }
  .musedocs-heading {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .display-1 {
    font-size: 4rem;
  }
  .nav-classic {
    width: 100%;
  }
  header .nav-classic .nav-link {
    padding: 6px 15px 8px 0 !important;
  }
  .main-docs {
    margin-top: 85px;
  }
  .muse-sidebar {
    height: calc(100vh - 70px);
    top: 70px;
  }
  .btn-outline-success, .btn-outline-danger {
    min-height: 38px;
    height: auto;
  }
  header .nav-classic ~ .btn {
    position: absolute;
    top: 6px;
    right: 32px;
    height: auto;
    padding: 4px 8px;
    font-weight: 500;
    line-height: initial;
    font-size: 13px;
  }
}

@media (max-width: 479px) {
  .form-check {
    display: flex;
  }
  .btn-check ~ .btn {
    line-height: 16px;
  }
  .dropzone .dz-message {
    padding: 3rem 1rem;
  }
  .dropzone.dropzone-multiple .dz-message {
    padding: 4rem 1rem;
  }
  .modal {
    z-index: 9999999;
  }
  .tab-pane .btn {
    line-height: 16px;
  }
  .nav-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .display-5 {
    font-size: 1.5rem;
  }
  .display-6 {
    font-size: 1.25rem;
  }
  .form-check-mobile {
    display: inherit;
  }
  .tab-wrapper > .nav-classic > .nav-item > .nav-link {
    padding: 0.75rem 1rem;
  }
  .tab-pane.p-4 {
    padding: 0.6rem !important;
  }
}