:root {
  --primary-dark: #333;
  --logo: #fff;
  --sidebar-icon: #333;
}

.bg-grad-sidebar {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#dee1e3),
    to(#dee1e3)
  );

  background-image: linear-gradient(
    0deg,
    #dee1e3,
    #dee1e3
  );

  color: #333;
}

.sidebar-label{
    color: #333 !important;
}

.w-sidebar ul li a{
    color: #333 !important;
}
