@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

body {
  font-family: 'Poppins', sans-serif;
}

.vp-sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  padding: 90px 0 0;
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
  background-color: beige !important;
}

.vp-sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 90px);
  padding-top: .5rem;
  overflow: auto;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .vp-sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
  }
}

.vp-sidebar .nav-link {
  font-weight: 500;
  color: peru;
}

.vp-sidebar .nav-link.active {
  color: #007bff;
}

.vp-sidebar .vp-sidebar-heading {
  font-size: 140%;
  text-transform: uppercase;
}

.vp-sidebar .nav-item {
  padding-left: 30px;
}

.vp-sidebar .vp-sidebar-heading {
  padding-left: 10px;
}

.vp-nav-apps {
  display: none;
}

.vp-sidebar-hider i.fa-caret-right {
  display: none;
}

body[data-vp-sidebar="invisible"] .vp-nav-apps {
  display: block;
}

body[data-vp-sidebar="invisible"] .vp-sidebar {
  display: none;
}

body[data-vp-sidebar="invisible"] .vp-sidebar-hider i.fa-caret-right {
  display: block;
}

body[data-vp-sidebar="invisible"] .vp-sidebar-hider i.fa-caret-left {
  display: none;
}

.vp-header-action {
  display: none;
}

body[data-has-filter="true"] .vp-action-filter-and-sorting {
  display: block;
}

body[data-has-share="true"] .vp-action-share {
  display: block;
}

body[data-has-export="true"] .vp-action-export {
  display: block;
}

.vp-sidebar-hider {
  position: absolute;
  left: 0;
  background-color: beige;
  padding-top: 8px;
  padding-bottom: 6px;
  padding-left: 6px;
  padding-right: 6px;
  border-radius: 0 4px 4px 0;
  box-shadow: inset -1px -1px 0 rgba(0, 0, 0, .1);
  cursor: pointer;
  height: 36px;
}

.vp-app-main {
  padding-top: 133px; /* Space for fixed navbar */
  overflow: auto;
}

@media (min-width: 768px) {
  .vp-app-main {
    padding-top: 90px; /* Space for fixed navbar */
  }
}

.vp-nav-messagging .badge {
  position: relative;
  top: -20px;
}

.vp-nav-messagging i {
  position: relative;
  left: 9px;
}

nav.navbar a.navbar-brand img {
  height: 46px;
  margin-top: -18px;
  margin-bottom: -10px;
}

main > .container {
  padding-top: 60px;
}
