:root {
  --primary: #01579b;
  --primary-dark: #002f6c;
  --primary-70: #0288d1;
  --primary-50: #03a9f4;
  --primary-30: #4fc3f7;
  --primary-10: #b3e5fc;
  --logo: #01579b;
  --sidebar-icon: #fafafa;
}

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

    background-image: linear-gradient(
        0deg,
        #01579b,
        #002f6c
    );
}
