.bi {
  display: inline-block;
  width: 1rem;
  height: 1rem;
}

/*
 * Sidebar
 */

@media (min-width: 768px) {
  .sidebar .offcanvas-lg {
    position: -webkit-sticky;
    position: sticky;
    top: 48px;
  }
  .navbar-search {
    display: block;
  }
}

.sidebar {
  background-color: #d2f5c2;
}

.sidebar .nav-link {
  font-size: .875rem;
  font-weight: 500;
}

.sidebar .nav-link.active {
  background-color: #47ab14;
  color: #ffffff;
}

.nav-link.active .bi {
  fill: #ffffff !important
}

.sidebar-heading {
  font-size: .75rem;
}

/*
 * Navbar
 */

.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  background-color: rgba(0, 0, 0, .25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .form-control {
  padding: .75rem 1rem;
}

.table-header {
  background-color: #47ab14;
}

.custom-btn-1 {
  background-color: #2f6d0a;
  color: #ffffff;
  padding: 5px 20px;
}

.custom-btn-2 {
  background-color: #FF3F33;
  color: #ffffff;
  padding: 5px 20px;
}

.custom-btn-1:hover {
  background-color: #333333;
  cursor: pointer;
  transition: 0.3s;
}

.custom-btn-2:hover{
  background-color: #8A0000;
  cursor: pointer;
  transition: 0.3s;
}

.custom-btn-3 {
  background-color: #47ab14;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 5px;
}

.custom-btn-3:hover{
  background-color: #2f6d0a;
  color: #ffffff;
  cursor: pointer;
  transition: 0.3s;
}

.bi-burger {
  fill: white !important;
  width: 2rem;
  height: 2rem;
}


