:root {
 --primary-color-values: 30, 145, 170;
 --primary: rgba(var(--primary-color-values), 1);
 --primary-dark: #1e91aa;
 /* --primary-dark: rgb(30, 145, 170); */
 --primary-70: rgba(var(--primary-color-values), 0.7);
 --primary-50: rgba(var(--primary-color-values), 0.5);
 --primary-30: rgba(var(--primary-color-values), 0.3);
 --primary-10: rgba(var(--primary-color-values), 0.1);
 --logo: #2A2F42;
 --sidebar-icon: #a5a6aa;
}

.bg-grad-sidebar {
  background-image: none !important;
  background-color: #2A2F42 !important;
}

img.align-bottom.w-8.h-8.rounded {
  width: 160px;
  height: 160px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
