:root {
  --primary: rgb(9, 107, 182);
  --primary-dark: rgb(5, 69, 118);
  --primary-70: rgba(9, 107, 182, 0.7);
  --primary-50: rgba(9, 107, 182, 0.5);
  --primary-30: rgba(9, 107, 182, 0.3);
  --primary-10: rgba(9, 107, 182, 0.1);
  --logo: rgb(29, 29, 27);
  --sidebar-icon: rgb(255, 255, 255)
}

.bg-grad-sidebar {
  background-image: --webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgb(9, 107, 182)),
      to(#6197e9)
  );
  background-image: linear-gradient(4deg, rgb(34, 45, 50), rgba(34, 45, 50, 1));
}

.sidebar-icon{
  margin-right: 0.05rem !important;
}

.bg-login {
  background-color: #1d1d1b;
}

.globals {
  color: #78be1e !important;
  font-weight: bold;
}

.w-sidebar {
  width: 11.5rem;
}

.w-sidebar h3 {
  font-size: 14px;
}

.content {  
  max-width: calc(100vw - 11.5rem);
}

table.table td {
  min-width: 0px !important;
}

.scroll-wrap.overflow-x-hidden.overflow-y-auto {
  max-height: 470px !important;
}
