.sideListHeader {
  margin-top: 10px;
  padding: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 24px;
}

.sideListTitle {
  font-weight: bold;
  font-size: 10pt;
}

.sideListAction {
  display: flex;
}

.sideListSearchBox {
  font-size: 8pt;
  font-style: italic;
  width: 100%;
  max-width: 8em;
  min-width: 4em;
  color: #888;
  margin-right: 4px;
  margin-left: 4px;
}

.sideListScrollDiv {
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
}

.listContainer {
  text-align: left;
  overflow-y: auto;
  background-color: var(--neutral5);
}

.listItem {
  cursor: pointer;
  padding: 1px;
}

.listItem:hover {
  background-color: var(--accent1);
}

.dropdownSearchList {
  background-color: var(--neutral4);
}

.dropdownSearchListContainer {
  border-style: none;
  border-width: 0px;
  box-shadow: 2px 2px 4px #666;
  margin-top: 2px;
}
