.neo-menu-list {
  border: 1px solid #3c3f41;
  overflow-y: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.neo-menu-list.neo-floating {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  position: absolute;
}
.neo-menu-list .neo-list-item {
  align-items: center;
  display: flex;
}
.neo-menu-list .neo-list-item.neo-selected .neo-icon {
  color: #2b2b2b;
}
.neo-menu-list .neo-list-item .neo-arrow-icon {
  color: #bbb;
  margin-left: 1em;
}
.neo-menu-list .neo-list-item .neo-content {
  flex: 1;
}
.neo-menu-list .neo-list-item .neo-icon {
  color: #bbb;
  display: flex;
  justify-content: center;
}
.neo-menu-list .neo-list-item .neo-menu-icon {
  margin-right: 0.4em;
  width: 1.2em;
}
/*# sourceMappingURL=List.css.map */