body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

html {
  height: -webkit-fill-available;
}

.b-example-divider {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.bi {
  vertical-align: -.125em;
  pointer-events: none;
  fill: currentColor;
}

.dropdown-toggle { outline: 0; }

.nav-flush .nav-link {
  border-radius: 0;
}

.sidenav .sidebar_wrapper-inner .navigation>li {
    display: block;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.nav-btn {
  font-weight: 600;
  color: rgba(0, 0, 0, .65);
  background-color: transparent;
  border: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #49555c;
  text-transform: uppercase;
  padding: 10px 15px 10px 25px;
  line-height: 1.5;
  letter-spacing: 1px;
}
.nav-btn:hover,
.nav-btn:focus {
  color: var(--primary);
}

.btn-toggle {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  color: rgba(0, 0, 0, .65);
  background-color: transparent;
  border: 0;
}
.btn-toggle.sub {
  padding: 10px 0 10px 5px;
  margin-left: 2.3rem;
  font-weight: 100;
  text-transform: none;
}
.btn-toggle:hover,
.btn-toggle:focus {
  color: var(--primary);
}

.btn-toggle::before {
  width: 1.25em;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' 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 .35s ease;
  transform-origin: .5em 50%;
}

.btn-toggle[aria-expanded="true"] {
  color: rgba(0, 0, 0, .85);
}
.btn-toggle[aria-expanded="true"]::before {
  transform: rotate(90deg);
}

.btn-toggle-nav a {
  display: block;
  padding: .1875rem .5rem;
  margin-top: 0;
  margin-left: 2.4rem;
  text-decoration: none;
  color: #49555c;
}
.btn-toggle-nav a:hover {
  color: var(--primary);
}

.btn-toggle-nav.sub a {
  padding: .1875rem .5rem;
  margin-top: .125rem;
  margin-left: 3.4rem;
  text-decoration: none;
  color: #49555c;
}
.btn-toggle-nav.sub a:hover {
  color: var(--primary);
}

.scrollarea {
  overflow-y: auto;
}

.fw-semibold { font-weight: 600; }
.lh-tight { line-height: 1.25; }

.sidenav .sidebar_wrapper-inner .navigation li.has-children .subnavigation-dropdown-toggler {
    background: rgba(0, 0, 0, 0.02);
    -webkit-transition: background 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    transition: background 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    width: 50px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    cursor: pointer;
    z-index: 100;
    height: 100%;
}

.sidenav .sidebar_wrapper-inner .navigation li.has-children .subnavigation-dropdown-toggler .fa {
    position: absolute;
    top: 50%;
    margin-top: -9px;
    left: 50%;
    right: auto;
    margin-left: -5px;
    -webkit-transition: color 0.3s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    transition: color 0.3s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.3s cubic-bezier(0.55, 0, 0.1, 1), color 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.3s cubic-bezier(0.55, 0, 0.1, 1), color 0.3s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

.sidebar-addon-bottom__one-col-single-content-area {
    padding: 25px;
    font-size: 1rem;
    background: #49555c;
    color: #fff;
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}
.sidebar-addon-bottom__one-col-single-content-area a {
    color: #fff;
}

.sidenav .manu-link-logo {
    max-width: 6rem;
}