#projects .level {
    width: 100%;
}
#projects i {
  margin-right: 10px;
  padding: 5px;
}

.create-project-icon {
  margin-right: 10px !important;
}

.dashboard-section {
  background-image: url(../../assets/img/DarkContrastXLMap.png);
  background-position: center;
  background-color: rgba(0, 0, 0, 0.9);
  background-blend-mode: color;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  min-height: 60vh;
  flex-direction: column;
  flex-grow: 1;
}


.hero-body {
  text-align: center;
}

#maps ul,
#projects ul {
    text-align: left;
}

#maps ul li,
#projects ul li {
    display: inline-block;
    width: 48%;
    text-align: left;
    padding: 5px 10px;
}

#projects ul li:hover,
#maps ul li:hover {
    background: #797979;
}
#projects a {
  text-decoration: none;
  padding: 0;
}

#maps ul li i,
#projects ul li i {
    margin-right: 10px;
    cursor: pointer;
    padding: 5px;
}
.toggle-hero {
  display: none;
}
.toggle-hero.active {
  display: flex;
}

@media (max-width: 991px) {
  #maps ul li,
  #projects ul li {
      display: inline-block;
      width: 100%;
      text-align: left;
      padding: 5px 10px;
  }
}