.menu_sidebar {
  width: 100%;
  text-align: left;
}

.menu_sidebar .bar {
  height: auto;
  margin-bottom: 10px;
  width: 100%;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.menu_sidebar .bar a {
  font-family: "Montserrat-light", sans-serif;
  font-size: 16px;
  color: #000;
  display: block;
  padding: 7px 10px;
  position: relative;
  z-index: 1;
  text-decoration: none;
}

.menu_sidebar .progress-bar {
  height: 100%;
  background-color: #90ee90;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transition: all 0.25s ease;
}
