.neo-list-container {
  background-color: #fff;
  border: 0;
  overflow: auto;
}

.neo-list {
  color: #616375;
  list-style-type: none;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
.neo-list.neo-use-checkicons .neo-list-item:before {
  color: #616375;
  content: "\f0c8";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  width: 25px;
}
.neo-list.neo-use-checkicons .neo-list-item.neo-selected:before {
  content: "\f00c";
  font-weight: 900;
}
.neo-list .neo-list-item {
  background-color: #fff;
  cursor: pointer;
  padding: 5px;
  white-space: nowrap;
}
.neo-list .neo-list-item:focus {
  outline: 0;
}
.neo-list .neo-list-item:hover {
  background-color: #e9e9ec;
}
.neo-list .neo-list-item.neo-selected {
  background-color: #cee8fc;
  color: #2b2b2b;
}
.neo-list .neo-list-item .neo-highlight-search {
  color: red;
}
/*# sourceMappingURL=Base.css.map */