#wrapper {
  padding-left: 250px;
  transition: all 0.4s ease 0s;
}


#Hlogo {
  color: #50d8af;
  font-weight: 700;

}

#Hlogo span {
  color: #158BB8;
}

#sidebar-wrapper {
  margin-left: -250px;
  left: 250px;
  width: 250px;
  background: linear-gradient(to right,#f3f7f7,#f3f7f7,#f3f7f7,#f3f7f7,#f6f7f7);;
  
  position: fixed;
  height: 100%;
  overflow-y: auto;
  z-index: 1000;

}

#page-content-wrapper {
  width: 100%;
  background-color: #fafafa;
}

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.sidebar-nav li {
  line-height: 46px;
  text-indent: 20px;
  font-size: 15px;
  
}

.sidebar-nav li a {
  display: flex;          
  align-items: center;  
  margin-left:4px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #515C6B;
  display: block;
  text-decoration: none;

  transition: all 300ms ease;
}

.sidebar-nav li a:hover {
  color:#158BB8;
  /*background:  linear-gradient(to right,#C5D8D9,#C5D8D9, #f0f7f7);*/
  background:  #C5D8D9;
}

.sidebar-nav a svg {
  vertical-align: middle; 
  color: #515C6B;
  margin-top: -2px; 
  margin-left: -2px; 
  margin-right: 5px; 
}

.sidebar-nav a:hover svg {
  color: #158BB8;
}


.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  margin-top: 10px;
  margin-left: 5px;
  vertical-align: middle; 
  height: 62px;
  line-height: 60px;
  font-size: 38px;
  transition: all 400ms;
}

.sidebar-nav > .sidebar-brand a {
  color: #89a9a9;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}

.content-header {
  /*
  background: linear-gradient(to right, rgb(254, 240, 208), rgb(207, 247, 228), rgb(204, 239, 192));
  
  background: linear-gradient(conic-gradient(at center top, rgb(254, 240, 138), rgb(167, 243, 208), rgb(254, 240, 138)),#f6f6f6);
  */
  height: 35px;
  line-height: 35px;
}

.content-header h1 {
  margin: 0;
  margin-left: 20px;

  display: inline-block;
}

#menu-toggle {
  /**/display: none;
}

.inset {
  padding: 20px;
}

@media (max-width:767px) {

#wrapper {
  padding-left: 0;
}

#sidebar-wrapper {
  left: 0;
}

#wrapper.active {
  position: relative;
  left: 250px;
}

#wrapper.active #sidebar-wrapper {
  left: 250px;
  width: 250px;
  transition: all 0.4s ease 0s;
}

#menu-toggle {
  display: inline-block;
}

.inset {
  padding: 15px;
}

}
