.ih-nav-collection {
  padding-bottom: 20px;
}

.ih-nav-collection-title{
  color: rgba(0, 0, 0, 0.54);
  font-size: 15px;
  font-weight: 500;
  line-height: 48px;
  padding-left: 16px;
  border-bottom: 1px solid #E0E0E0;
}
.ih-nav-launcher-item {
  text-align: center;
  vertical-align: top;
}
.ih-nav-launcher-item-label {
  font-size: 13px;
  color: black;
  text-decoration: none;
  word-wrap: break-word;
}
.ih-nav-launcher-item-label:hover {
  color: #282828;
}
.ih-nav-launcher-item-img {
  width: 85px; /*you have to hard this because for some reason it messes with the pop launcher anchor*/
  border:none;
}
/*this hide the hover event implemented by material- ui*/

.ih-bottom-padding {
  margin-bottom: 15px;
}
.ih-nav-collection-li:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.0980392);
}
.ih-nav-collection-li svg {
  padding: 0px !important;
  top:25% !important;
  margin:5px !important;
}
.ih-appbar-popover {
  overflow-y: auto !important;
  max-height: 500px;
}
