.bxmaker-core-search-wrapper {
  position: relative;
  font-size: 13px;
  width: 100%;
  line-height: 1.5;
}
.bxmaker-core-search-wrapper,
.bxmaker-core-search-wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bxmaker-core-search-wrapper__popup {
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 8px 1px rgba(0,0,0,0.1);
          box-shadow: 0 0 8px 1px rgba(0,0,0,0.1);
  padding: 3.2px 0;
  position: absolute;
  z-index: 1;
  width: 100%;
  overflow-y: auto;
  max-height: 300px;
}
.bxmaker-core-search-wrapper__popup:empty {
  display: none;
}
.bxmaker-core-search-wrapper__option {
  padding: 4px 8px;
  cursor: pointer;
}
.bxmaker-core-search-wrapper__option:hover {
  background-color: #f2f2f2;
}
.bxmaker-core-search-wrapper .bxmaker-core-search-input {
  width: 100%;
}
.bxmaker-core-search-wrapper .bxmaker-core-empty {
  margin: 0 3.2px;
}
