.search-Accounts--container {
  height: 32px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin-left: 12px;
}

.search-Account-Item {
  cursor: pointer;
  padding: 0px 12px;
  display: flex;
  max-width: 300px;
}

.search-Account-Item.overflow,
.search-Account-Item .overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.search-Account-Item .account-Name {
  flex: auto 1;
  line-height: 36px;
  height: 36px;
  margin-right: 10px;
}

.search-Account-Item .facet {
  flex: auto 0;
  line-height: 36px;
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55));
  min-width: 50px;
  text-align: right;
}

.search-Account-Item:focus {
  background-color: rgba( 239, 246, 252 ,  1 );
  background-color: rgba( var(--palette-primary-tint-40,239, 246, 252) ,  1 );
}

.search-Account-Item:hover {
  background-color: rgba( 239, 246, 252 ,  1 );
  background-color: rgba( var(--palette-primary-tint-40,239, 246, 252) ,  1 );
}
