.navbar-nav .nav-item .nav-link {
  color: rgb(47, 42, 42) !important;
  font-size: 11px !important;
  display: flex;
  align-items: center;
  padding: 0px !important;
  gap: 3px;
  border-radius: 10px;
  line-height: 40px;
  transition: all 0.3s ease;
}

.navbar-nav .nav-item .nav-link i {
  color: #00796B !important;
  transition: color 0.3s ease;
}

.navbar-nav .nav-item .nav-link:hover {
  background-color: #00796B !important;
  color: white !important;
}

.navbar-nav .nav-item .nav-link:hover i {
  color: white !important;
}

.nav-item.active .nav-link,
.nav-link.active {
  background-color: #00796B !important;
  color: #ffffff !important;
  border-radius: 8px;
  display: flex;
  align-items: center;
}

.nav-link.active .nav-link-text {
  color: #ffffff !important;
}

.sidenav-show {
  background-color: #00796B !important;

}

/* Always show icon */
.nav-icon {
  font-size: 16px;
  min-width: 20px;
  text-align: center;
}

/* Sidebar toggle for mobile */
@media (max-width: 1199.98px) {
  #sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 260px;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    z-index: 1040;
    background-color: #fff;
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1);
  }

  body.sidenav-show #sidebar {
    transform: translateX(0);
  }

  /* Optional: dark overlay when sidebar is open */



}

mobile sidebar show/hide */ body.sidenav-show #sidebar {
  transform: translateX(0);
  visibility: visible;
  z-index: 1030;
}

@media (max-width: 1199.98px) {
  #sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    transform: translateX(-100%);
    visibility: hidden;
    transition: transform 0.3s ease, visibility 0.3s ease;
    z-index: 1030;
  }

  body.sidenav-show #sidebar {
    transform: translateX(0);
    visibility: visible;
  }
}

/* ICON should also turn white on active */
.navbar-nav .nav-item.active .nav-link i,
.navbar-nav .nav-item .nav-link.active i {
  color: white !important;
}

.big-screen-logo {
  margin-left: 15px !important;
  width: 120px !important;
  height: 30px;
  margin-top: 5px;
}

.collapsed-logo-margin-small {
  width: 38px !important;
}

.g-sidenav-hidden .navbar-vertical {
  max-width: 3.5rem !important;
}

@media (max-width: 1200px) {
  .g-sidenav-hidden .navbar-vertical {
    max-width: 15rem !important;
  }
}

.g-sidenav-hidden .navbar-vertical {
  max-width: 3.9rem !important;
}

@media (min-width: 1200px) {
  .g-sidenav-hidden .navbar-vertical.fixed-start+.main-content {
    margin-left: 3.5rem;
  }
}