.bxmaker-core-search-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border: 1px solid #959ea9;
  border-radius: 5px;
  background: #fff;
  line-height: 1.5;
}
.adm-workarea .bxmaker-core-search-input input[type=text],
.bxmaker-core-search-input input[type=text] {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: auto;
  padding: 8px 12px;
  background: transparent;
  outline: none;
}
.bxmaker-core-search-input__clear {
  opacity: 0.6;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bxmaker-core-search-input__clear:hover {
  opacity: 1;
}
.bxmaker-core-search-input__clear svg {
  width: 12px;
  height: 12px;
}
