:root {
  --primary: rgba(0, 91, 255, 1);
  --primary-dark: rgb(0, 26, 255);
  --primary-70: rgba(0, 26, 255, 0.7);
  --primary-50: rgb(0, 26, 255, 0.5);
  --primary-30: rgb(0, 26, 255, 0.3);
  --primary-10: rgb(0, 26, 255, 0.1);
  --logo: #001e55;
  --sidebar-icon: #f1f1f1;
}

.bg-grad-sidebar {
  background: rgb(2, 0, 36);
  background: linear-gradient(262deg, rgba(2, 0, 36, 1) 0%, rgba(0, 91, 255, 1) 0%, rgba(43, 124, 172, 1) 100%);
}

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

.h-header {
  height: 4.75rem;
}

.h-header svg.sidebar-logo {
  height: 60px;
  margin: auto;
}