.dropdown-list .dropdown-list-textfield {
  padding: 10px;
  margin: 0;
}

.dropdown-list .dropdown-list-empty-results {
  height: 30px;
  padding: 0px 10px;
  margin-bottom: 4px;
  font-size: 14px;
  overflow: hidden;
  display: block;
}

.dropdown-list .list {
  max-height: 300px;
  padding: 0;
  margin: 0;
  overflow: auto;
}

.dropdown-list .list .list-item {
  height: 30px;
  padding: 0px 10px;
  font-size: 14px;
  list-style: none;
  cursor: pointer;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
}

.dropdown-list .list .list-item:hover {
  background-color: rgba( 239, 246, 252 ,  1 );
  background-color: rgba( var(--palette-primary-tint-40,239, 246, 252) ,  1 );
}

.dropdown-list .list .list-item:focus {
  background-color: rgba( 239, 246, 252 ,  1 );
  background-color: rgba( var(--palette-primary-tint-40,239, 246, 252) ,  1 );
  outline: auto;
}

.dropdown-list .list .list-item.selected {
  background-color: rgba( 239, 246, 252 ,  1 );
  background-color: rgba( var(--palette-primary-tint-40,239, 246, 252) ,  1 );
  font-weight: bold;
}

.dropdown-list .list .list-item .list-item-icon {
  padding-right: 3px;
}

.dropdown-list .list .new-selection {
  background-color: rgba( 239, 246, 252 ,  1 );
  background-color: rgba( var(--palette-primary-tint-40,239, 246, 252) ,  1 );
}
