#sidebar{
  background: linear-gradient(-90deg, #02203c, #001528) !important;
}

.sidebar-header{
  background: linear-gradient(-90deg, #02203c, #001528) !important;
}

/* .wrapper-side {
  display: flex;
  align-items: stretch;
  margin-top:85px;
}

#sidebar {
  min-width: 250px;
  max-width: 250px;
  background: linear-gradient(-90deg, #02203c, #001528);
  color: #fff;
  transition: all 0.3s;
}

#sidebar.active {
  min-width: 100px;
  max-width: 100px;
  text-align: center;
}

#sidebar.active .sidebar-header h3 {
  display: none;
}

#sidebar.active .sidebar-header strong {
  display: block;
}

#sidebar ul li button {
  width: 100%;
  text-align: left;
}

#sidebar.active ul li button {
  padding: 20px 10px;
  text-align: center;
  font-size: 0.85em;
}

#sidebar.active ul li button i {
  margin-right: 0;
  display: block;
  font-size: 1.8em;
  margin-bottom: 5px;
}

#sidebar.active ul ul button {
  padding: 10px !important;
}

#sidebar.active .dropdown-toggle::after {
  top: auto;
  bottom: 10px;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}

#sidebar .sidebar-header {
  padding: 20px;
  background: linear-gradient(-90deg, #02203c, #001528);
}

#sidebar .sidebar-header strong {
  display: none;
  font-size: 1.8em;
}

#sidebar ul.components {
  padding: 20px 0;
  border-bottom: 1px solid #47748b;
}

#sidebar ul li button {
  padding: 10px;
  font-size: 1.1em;
  display: block;
}

#sidebar ul li button:hover {
  color:black;
  background: #fff;
}

#sidebar ul li button i {
  margin-right: 10px;
}

button[data-toggle="collapse"] {
  position: relative;
}


ul ul button {
  font-size: 0.9em !important;
  padding-left: 30px !important;
  background: #6d7fcc;
}

button.download {
  background: #fff;
  background: linear-gradient(-90deg, #02203c, #001528);
}

button.article,
button.article:hover {
  background: linear-gradient(-90deg, #02203c, #001528) !important;
  color: #fff !important;
}  */

select{
  background-color: white !important;
}

input {
  background-color: white !important;
}

nav ul li:hover button {
    background: linear-gradient(-90deg, #02203c, #001528) !important;
    color: white !important;
}

nav ul li :active button {
    background: linear-gradient(-90deg, #923e0d, #86280c) !important;
}