/* :root {
  --primary: rgb(63, 140, 198, 1) !important;
  --primary-dark: rgb(63, 140, 198, 1) !important;
  --primary-70: rgba(63, 140, 198, 0.7) !important;
  --primary-50: rgba(63, 140, 198, 0.5) !important;
  --primary-30: rgba(63, 140, 198, 0.3) !important;
  --primary-10: rgba(63, 140, 198, 0.1) !important;
  --logo: #383838 !important;
  --sidebar-icon: rgb(63, 140, 198, 1) !important;
}

body {
  background-color: #383838 !important;
}

.content {
  background-color: #F4F4F4 !important;
} */

:root {
  --primary: rgb(140, 198, 63, 1) !important;
  --primary-dark: rgb(89, 131, 27, 1) !important;
  --primary-70: rgba(140, 198, 63, 0.7) !important;
  --primary-50: rgba(140, 198, 63, 0.5) !important;
  --primary-30: rgba(140, 198, 63, 0.3) !important;
  --primary-10: rgba(140, 198, 63, 0.1) !important;
  --logo: #383838 !important;
  --sidebar-icon: rgb(140, 198, 63, 1) !important;
}

body {
  background-color: #383838 !important;
}

.content {
  background-color: #F4F4F4 !important;
}

.bg-grad-sidebar {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#282828),
    to(#383838)
  );

  background-image: linear-gradient(
    0deg,
    #282828,
    #383838
  );
}
