:root {
  --primary: rgb(166, 10, 3);
  --primary-dark: rgb(99, 4, 15);
  --primary-70: rgba(228, 1, 28, 0.7);
  --primary-50: rgb(228, 1, 28, 0.5);
  --primary-30: rgb(228, 1, 28, 0.3);
  --primary-10: rgb(228, 1, 28, 0.1);
  --logo: #A60A03;
  --sidebar-icon: #f1f1f1;
}

/* .bg-logo {
  background-color: rgb(58, 2, 9);
  background-color: linear-gradient(262deg, rgba(58, 2, 9, 1) 0%, rgba(58, 2, 9, 1) 0%, rgb(214, 25, 48) 100%);
} */
.bg-grad-sidebar{
  background: rgb(58, 2, 9);
  background: linear-gradient(262deg, rgba(58, 2, 9, 1) 0%, rgba(58, 2, 9, 1) 0%, rgb(214, 25, 48) 100%);
}

.w-sidebar h4.ml-8 {
  margin-left: 1rem;
}

.h-header {
  height: 4.75rem;
}

.h-header svg.sidebar-logo {
  height: 60px;
  margin: auto;
}
a[data-toggle="dropdown"] .sidebar-label{
  font-weight: 700;
  white-space: nowrap
}
.w-sidebar{
  width: 14.75rem;
}
.resource.router-link-exact-active.router-link-active {
  text-decoration: underline;
}
.dropdown-menu.group-list{
  margin-left: 1.5rem;
}
