.navbar {
  background-color: red;
 }

.sb-collapsed .cl-sidebar {
 	background-color: #e8630a;
 }

.btn-primary {
 background-color: #E12424;
  color: #ffffff;
 } 

.navbar {
  background: #3A393E;
}

.sb-collapsed .cl-sidebar {
  background: #3A393E;
}

#defaultSaveButton a {
  background-color: #E12424;
  border-color: #E12424;
}

.p-button-primary {
  color: #fff !important;
   background: linear-gradient(to right, rgba(202, 24, 24, 0.83), rgb(179, 8, 0)) !important;
  border: 1px solid #E12424 !important;
}

.navbar {
  background: #3A393E !important;
}

.nav-link.active, .nav-pills .show > .nav-link {
  background: linear-gradient(to right, rgba(202, 24, 24, 0.83), rgb(153, 21, 15)) !important;
}

.nav-pills .nav-link:hover {
  background: linear-gradient(to right, rgba(202, 24, 24, 0.83), rgb(153, 21, 15)) !important;
}
