img.app-logo {
    height: 75px !important;
    margin-left: 10% !important;
/*     padding-left: -300px !important; */
}
.title {
    display: none;
}

h1 {
  color: black; 
  margin: 40px 20px 40px 0px; 
  text-align: center;
}

h2 {
  color: black !important;
}

#sidebar {
    width: 20%;
    background: #F4F4F4;
}

/* width */
#sidebar::-webkit-scrollbar {
  width: 10px;
}

/* Track */
#sidebar::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
#sidebar::-webkit-scrollbar-thumb {
  background: #E3C8ED;
  border-radius: 10px;
}
.navbar-toggler-icon {
    background-image: none !important;
}
.navbar-toggler-icon::before {
    content: "☰";
    color: #000000;
}

.jsPanel {
  z-index: 2000 !important; /* prevent panel from going under header */
}

.navbar {
    z-index: 99 !important; /* another attempt to prevent jspanel from hiding under the headers */
}