.smart-box-container {
  position: relative;
  width: 100%;
  font-family: "Muli", sans-serif;
  text-align: left;
}
.smart-box-container > .smart-box-input {
  width: 100%;
  height: 32px;
  box-sizing: border-box;
  padding: 0 12px;
  font-size: 1rem;
  border: 1px solid #ccc;
}
.smart-box-container > .smart-box-input:focus {
  outline: none;
}
.smart-box-container > .suggest-box {
  display: none;
  position: absolute;
  padding-left: 0;
  width: 100%;
  box-sizing: border-box;
  top: 100%;
  margin-top: -2px;
  border: 1px solid #ccc;
  border-top: none;
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  z-index: 9999;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0);
  max-height: 50vh;
  overflow: auto;
}
.smart-box-container > .suggest-box > .hit-count {
  padding: 6px 12px;
  font-size: 0.8rem;
  font-weight: bold;
  color: #757575;
}
.smart-box-container > .suggest-box > .hit-count > .suggestion-hint {
  color: #f8516d;
}
.smart-box-container > .suggest-box > .suggestion-item {
  padding: 6px 12px;
  cursor: pointer;
  display: flex;
  gap: 25px;
  font-size: 1rem;
  line-height: 1.6;
}
.smart-box-container > .suggest-box > .suggestion-item.-selected {
  background-color: #34508a;
  color: #212529;
}
.smart-box-container > .suggest-box > .suggestion-item.-selected > .label-id {
  color: #fff;
}
.smart-box-container > .suggest-box > .suggestion-item.-selected > .label-container > .main-name {
  color: #f2d2d7;
}
.smart-box-container > .suggest-box > .suggestion-item.-selected > .label-container > .synonyms {
  color: #fff;
}
.smart-box-container > .suggest-box > .suggestion-item.-keyword {
  margin-bottom: 10px;
}
.smart-box-container > .suggest-box > .suggestion-item > .label-container {
  align-content: center;
}
.smart-box-container > .suggest-box > .suggestion-item > .label-container > .main-name {
  color: #3777b5;
}
.smart-box-container > .suggest-box > .suggestion-item > .label-container > .synonyms {
  color: #000;
}
.smart-box-container > .suggest-box > .suggestion-item > .label-id {
  color: #000;
}
.smart-box-container > .suggest-box > .suggestion-item .highlight {
  font-weight: bold;
}/*# sourceMappingURL=style.css.map */