body {
  font-size: .875rem;
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1; /* Behind the navbar */
  padding: 55px 0 0; /* Height of navbar */
  background: url(/_tmp/bk7.jpg) top center;
  background-size: cover;
  box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
  letter-spacing: 0.15rem !important;
}

.sidebar:before {
  content: "";
  background: linear-gradient( 
0deg
,rgba(255,255,255,0.95) 88%,rgba(88, 107, 85, 0.85) 116%);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

  

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 55px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
  }
}

.sub_nav {
  padding: 0px 1rem !important;
  text-align: left;
}

.folder_btn{
  font-size: 1.25rem !important;
}

.sidebar .nav-link {
  font-weight: 500;
  color: #333;
  font-size: 0.95rem;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #999;
}

.sidebar .nav-link.active {
  color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

/*
 * Content
 */

[role="main"] {
  padding-top: 64px; /* Space for fixed navbar */
}

@media (min-width: 768px) {
  [role="main"] {
    padding-top: 58px; /* Space for fixed navbar */
  }
}

